|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: How do I eliminate these bounces?
From: mouss (usebsd
free.fr)
Date: Sun Jan 01 2006 - 19:31:35 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CN a écrit :
> On Fri, 30 Dec 2005 14:55:28 +0100, Magnus Bäck wrote:
>
>>>That happens to be the default in my system.
>>># postconf -d | grep local_reci
>>>local_recipient_maps =
>>>
>>>What should it be?
>>
>>I guess
>>
>> local_recipient_maps = unix:passwd.byname, $alias_maps
>>
>>should work in Postfix 1.1 as well.
>
>
> Thank you, Magnus! If I do not want mail for users (accounts) on the local unix,
> but only for those in my $alias_maps, then can it be just
> local_recipient_maps = $alias_maps
you can. just don't set it to "void" (which means any address is valid).
If you don't need "local", then it's even better to avoid it at once:
local_recipient_maps = hash:$dir/empty
(where empty is an empty hash file) and use virtual aliases and/or
transports to implement the few "local" tasks that you need.
you may want to handle foo
[ip] addresses as they are considered local
however you set mydestination. you should accept mail to postmaster
[ip]
to allow people to contact you in case of serious problems, and possibly
reject all the rest.
> One of the very old user names has become a spam magnet, and I want mail for
> that to be rejected.
>
just add a check_recipient_access to either reject or redirect to a spam
trap. Don't redirect to a spam trap if the address is still used to
opt-in in one or more marketing lists. spam traps must be protected
against misuse. We don't like some DNSBLs that rely on traps mostly
because of lack of trust in their trap protection.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]