I'm getting emails saying "Our spam filter rejected this transaction" when
fetchmail in multidrop mode sends a message to localhost for which there is
no valid user.  I've added nobouce options to my .fetchmailrc.  Ideally I
would like email for a non-existance user to be sent to the user that is
running the fetchmail command (a specially created mailserver user).

As per the fetchmail FAQ i've added accept_unqualified_senders

"If you find that your sendmail doesn't like the address
`FETCHMAIL-DAEMON@localhost' (which is used in the bouncemail that fetchmail
generates), you may have to set FEATURE(accept_unqualified_senders)."


This is my m4 configuration file.

include(`../m4/cf.m4')
OSTYPE(`linux')
define(`confDEF_USER_ID',``8:12'')
FEATURE(`local_procmail')
MASQUERADE_AS(`cehill.co.uk')
FEATURE(`allmasquerade')
FEATURE(`masquerade_envelope')
FEATURE(`masquerade_entire_domain')
FEATURE(`accept_unqualified_senders')
FEATURE(`accept_unresolvable_domains')
FEATURE(`always_add_domain')
FEATURE(`use_cw_file')
FEATURE(`relay_entire_domain')
FEATURE(`smrsh')
MAILER(`local')
define(`confDIAL_DELAY',`5s')
MAILER(smtp)

I'm running rh7 with the preinstalled sendmail rpm.
As far as I can see I don't have a spam filter, so how can I stop this?


Tristan



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to