I don't use vpopmail myself so you might have to do things a little 
differently from me.

I do indeed use couriercheckpassword in my smtp run script. I'm using 
tcpserver and supervise to manage my qmail processes. Here is my 
qmail-smtpd run script.

QMAILUID=`/bin/id -u qmaild`
QMAILGID=`/bin/id -g qmaild`

exec /usr/local/bin/tcpserver -v -u $QMAILUID -g $QMAILGID 0 smtp 
/var/qmail/bin/qmail-smtpd <your.domain.here> 
/usr/local/bin/couriercheckpassword /bin/true 2>&1

I was using the -x option of tcpserver to resrict relaying to users on 
my local subnet but I removed that as couriercheckpassword allows me to 
resrict relaying by user instead.

I compiled qmail with the combined starttls-smtp-auth patch available 
from http://www.mattriffle.com/mirrors/qmail/top.html. This is where I 
found a link to couriercheckpassword as well.

I use Squirrelmail for webmail so I don't know how things work for Horde 
or IMP. In SM, there is a configuration option to use an authenticating 
SMTP server. All I had to do was turn this option on and it worked.

Andrew


ian forsyth wrote:
> Andrew,
> I use qmail, vpopmail, courier-imap..
> 
> how do you use couriercheckpassword? Is it in your smtp run script? And 
> also how would that work with a web mail client such as Horde/Imp? Could 
> I see and source code in order to use imap auth before smtp..
> 
> Regards
> Ian
> 





-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to