Carlo Manuali
2015-09-02 09:34:48 UTC
Dear all,
I have a production server which to deliver mails (btw with SSL) uses:
mailbox_command = /usr/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir
After installing SpamAssassin (v3.3 on redhat, for which local testing is ok) I changed:
#smtp inet n - n - - smtpd
smtp inet n - - - - smtpd -o content_filter=spamassassin
spamassassin unix - n n - - pipe user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
Now, when I try to use the server to send real mails (from outside to local addresses) I receive messages like this:
NOQUEUE: reject: RCPT from unknown Sender address rejected: Domain not found
It seems that postfix conf is ignored, procmail included?
Have you any suggestion?
Thank you very much for your support.
--Carlo
I have a production server which to deliver mails (btw with SSL) uses:
mailbox_command = /usr/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir
After installing SpamAssassin (v3.3 on redhat, for which local testing is ok) I changed:
#smtp inet n - n - - smtpd
smtp inet n - - - - smtpd -o content_filter=spamassassin
spamassassin unix - n n - - pipe user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
Now, when I try to use the server to send real mails (from outside to local addresses) I receive messages like this:
NOQUEUE: reject: RCPT from unknown Sender address rejected: Domain not found
It seems that postfix conf is ignored, procmail included?
Have you any suggestion?
Thank you very much for your support.
--Carlo