Am 28.03.2014 22:43, schrieb Bruce Sackett: > I am running into a problem where I have a poorly configured SMS system > sending through the mail server. The > messages are delivered properly, but then the sender receives a warning > message: > > Failed to deliver to ‘<email account> SMTP module(domain <domain>) reports: > return-path > address <-6032673_14937_452964_11551.sms@<bad crm> > > I unfortunately cannot change the SMS system, so I need to be able to > suppress the failure messages. > I have strict_rfc821_envelopes = no set in main.cf, and postfix on that > server is currently version 2.8.5
if you can't solve the problem and all works just configure your syslog to supress them rsyslog: :msg, contains, "whatever-you-do-not-want-to-see" ~