On Fri, Feb 09, 2007 at 03:34:38PM +0000, Mário Gamito wrote:
> 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 ?
>
Wrong number of argument for a start -- there is no need to add auth_smtp
as argument to qmail-smtpd. Additional SMTPAUTH="AUTHREQUIRED" does not do
what you expect. You should use SMTPAUTH="",AUTHREQUIRED="" and NOPBS is a
no-op because you do not use pbscheck.
--
:wq Claudio
|