| |||||||||||||||||||||||||||||||
|
> Hello, > Please do not top post: put your replies after the text you reply to. There are two types of addresses: - envelope addresses used for routing email. These are the ones that smtpd restrictions check. - header addresses used for "information" only. This is what mailers (thunderbird, outlook, ...) show. These include: From:, Reply-To:, To: and Cc:. smtpd restrictions do not check header addresses. header addresses are found in the mail data, and are thus received after the DATA command (which comes after the last RCPT TO command). header_checks may help if the need is simple. but header_checks act on a header at a time, and there is no way to use "other" information (whether user was authenticated, ... etc). > Typical case is that some spammers send mails using our offical user > emails as the reply addresses. > Our staffs receive these bounced messages from our mail server for > undeliverable mails. > if these are bounces of forged mail sent from remote sites, then it is backscatter. whatever you do on your server won't help (the forged mail was received by an other server). if the bounces are sent by your own server, then you have something broken in your configuration. do not accept mail to invalid recipients. > The reject_unauthenticated_sender_login_mismatch simply cannot solve. > reject_*_login_mismatch operate on the envelope sender based on infos found in smtpd_sender_login_maps. If you want more help, please show a real example (the headers of a message. feel free to obfuscate private infos, but do that coherently and without destroying evidence).
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com