Erwin Hoffmann a ecrit :

[...]
But some people say it's possible, so ?


conf-spamcontrol:

locals=no

./spamcontrol.sh -u 2212; ./spamcontrol.sh; make; make setup

I have this problem yet, local users can't send email to untrusted user :

freezer:# telnet localhost 25
Escape character is '^]'.
220 Spam makes the baby Jesus cry ESMTP
mail from:<[EMAIL PROTECTED]>
250 ok
rcpt to:<[EMAIL PROTECTED]>
453 sorry, mailbox currently unavailable (#5.2.1)
rcpt to:<[EMAIL PROTECTED]>
250 ok

Localhost should be trust with tcpserver :

freezer:/# cat /etc/tcp.smtp
127.:allow,RELAYCLIENT=""
192.168.10.:allow,RELAYCLIENT=""
:allow,QMAILQUEUE="/usr/local/bin/qmail-scanner-queue.pl",MFDNSCHECK="",BADMIMETYPE=""

If I remove /var/qmail/control/recipient, I can send email from localhost (but whitelist is unavailable of course)


Thank your for your answer Erwin.

Reply via email to