* Francis Augusto Medeiros-Logeay via Postfix-users: > I want that mail sent to users who do not have a valid address (like > when they are not on ldap) to bounce back, like it happens by default, > but I’d also like these mail to be delivered to an specific mailbox. > > As you said, if I use catchall, these addresses would be valid. But > I’d like the senders to get a bounce email so that they know they sent > the mail to an address that doesn’t exist or that the destination > mailbox wasn’t reached.
There is a German phrase used to describe these kinds of conflicting requirements: "Wasch mich, aber mach mich nicht nass." (it means "clean me with water, but don't make me wet"). ;-) I can imagine a custom milter which stores message data, rejects the original SMTP delivery attempt after the end of the DATA phase, and later re-injects the captured data in some fashion (not necessarily using SMTP), but this way madness lies. "My advice true, forget this!" (Alvina) -Ralph _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org