Mark Martinec wrote: > Jef, > >> I have already set all of them to D_PASS, but there was still a >> non-delivery message send. The reason was an invalid header (duplicate >> Message-ID). >> >>> The rest is already a default (unless you changed it): [...] >> I didn't touch any of those. So they should have their default values. >> And Ubuntu doesn't seem to change them either: > > Double-check the setting of $warnbadhsender, it should be off > (i.e. 0 or undef). Also the %warnsender_by_ccat, in case you use it.
That seems to be the problem, because that setting is enabled by Ubuntu /etc/amavis/conf.d/21-ubuntu_defaults: $warnbadhsender = 1; $warnbannedsender = 1; I assume I should also disable the second warning? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
