Hi all,
I have instaled qmail-1.0.3 + qmail-ldap-1.03-20040301a.patch.gz .
My smtp and pop are working fine.
I'm trying to make the smtp to force the authentication of all the users. 
When I place 
:allow,SMTPAUTH="AUTHREQUIRED"
:deny
in the configuration of /etc/tcp.smtp it makes relay without authentication. 
 
in the /service/qmail-smtpd/run:
exec /usr/local/bin/softlimit -m 50000000 \
    /usr/local/bin/tcpserver -H -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd /var/qmail/bin/auth_smtp /usr/bin/true 2>&1
 
 
Someone knows or had implemented the smtpauth with authrequired?
 
th4nks!
 

Reply via email to