2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Any experience wi...
FromSent OnAttachments
Glenn SiebMar 13, 2005 11:06 pm 
Glenn SiebMar 20, 2005 1:11 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Any experience with courierpassd on FreeBSD?Actions...
From:Glenn Sieb (ges+@wingfoot.org)
Date:Mar 20, 2005 1:11:42 pm
List:net.sourceforge.lists.courier-users

Any hints here would be greatly appreciated--any way to get a better log out of authdaemond? The courierpassd is (I think) properly chmod'd:

$ ls -lad courierpass* -r-s--x--x 1 root wheel 34350 Mar 13 13:22 courierpassd

This is really nutty. Any hints, anyone? :-/

Best, --Glenn

It works *great* to change virtual MySQL passwords.. but it won't change local (non-virtual, passwd-file) passwords..?

$ courierpassd -V courierpassd 1.1.0-RC1

$ pkg_info | grep courier-imap courier-imap-4.0.1,1 IMAP (and POP3) server that provides access to Maildir mail

$ uname -a FreeBSD caduceus.wingfoot.org 4.11-RELEASE FreeBSD 4.11-RELEASE #22: Thu Feb 3 14:42:51 EST 2005 ro@caduceus.wingfoot.org:/usr/obj/usr/src/sys/WINGFOOT i386

$ telnet localhost 106 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 200 courierpassd v1.1.0-RC1 hello, who are you? user ges 200 Your password please. pass myoldpasswordhere 200 Your new password please. newpass anewpasswordhere 500 Server error, password not changed. Connection closed by foreign host.

Yet, it works great for virtuals:

$ telnet localhost 106 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 200 courierpassd v1.1.0-RC1 hello, who are you? user ge@siebconsulting.com 200 Your password please. pass myoldpasshere 200 Your new password please. newpass mynewpasshere 200 Password changed, thank-you.

Any hints on getting this to work with both my local & my virtual accounts would be wonderful! If there's any other info needed, please let me know...

Thanks in advance, --Glenn