|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: mouss (mouss
netoyen.net)
Date: Thu Apr 17 2008 - 06:48:59 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Florian Effenberger wrote:
> Hello,
>
> I currently work on my Postfix configuration and I came across a
> phenomenon that I don't know how to deal with. I have set
>
> local_recipient_maps = $alias_maps unix:passwd.byname
>
> so unknown recipients get rejected directly in the SMTP session.
> However, some of my users forward their e-mail to another machine.
> Let's take john
mysite.com (on my MX) forwards his mail to
> john
hissite.com (on another machine I don't control).
>
> When paul
thirdsite.com mails to john
mysite.com, and john
hissite.com
> bounces (like for spam protection or other errors), my MX sends a
> bounce message to paul
thirdsite.com. Theoretically, this could be
> used for backscattering, I guess?
yes. if spammer forges addresses and sends mail to john, that's what
will happen.
>
> Is there anything I can do about it? Is forwarding e-mail generally a
> bad habit?
it's becoming harder than it was...
- you should never forward mail that may be caught by a "reasonable"
spam filter. for example, if you use SA (with network test and Bayes),
then forwarding a message that has a score >= 4 is probably not
recommended.
- you should watch logs and disable the forwarding if you notice a "storm".
- maybe throttling bounces would be a good idea.
PS. you should never bounce to header addresses. (postfix behaviour is
correct).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]