Hi,

I'm trying to set Authenticated SMTP:

Here's my qmail-smtpd/run file:
--------------------------------------------------------
#!/bin/sh

env - PATH="/usr/local/bin:/var/qmail/bin" \
 softlimit -m 5000000 tcpserver -v -P -R -H -l 0 \
 -x /var/qmail/control/tcp.smtp.cdb -u qmaild -g nofiles 0 smtp \
 qmail-smtpd auth_smtp 2>&1
--------------------------------------------------------
I've inserted this line in tcp.smtp:
--------------------------------------------------------
:allow,SMTPAUTH="AUTHREQUIRED",NOPBS=""
--------------------------------------------------------
but it's not asking for my login and password when i send a mail.

Any ideas ?

Warm Regards,
Mário Gamito

Reply via email to