[Postfixbuch-users] reject_unverified_recipient
Marc Samendinger
marc.samendinger at sp-online.de
Do Jan 25 08:56:33 CET 2007
On Thu, Jan 25, 2007 at 12:08:35AM +0100, Andreas S wrote:
> Hallo,
Hallo Andy,
> untern hängt meine smtpd_recipient_restrictions und ich hab
> Verfügbarkeitsproblme mit meinen intern SMTP Server der wird
> zum Backup immer Heruntergefahren.
>
> nun möchte ich in eine statische hash Datei alle bekannten
> Empfänger eintragen, alle anderen sollen mit 550 abgelehnt
> werden, wie mach ich das?
Das kannst du über relay_recipient_maps machen.
In die Datei werden alle gültigen Empfänger eingetragen.
http://www.postfix.org/postconf.5.html#relay_recipient_maps
"Optional lookup tables with all valid addresses in the domains that
match $relay_domains. Specify @domain as a wild-card for domains that do
not have a valid recipient list. Technically, tables listed with
$relay_recipient_maps are used as lists: Postfix needs to know only if a
lookup string is found or not, but it does not use the result from table
lookup."
Du kannst also in eine Datei relay_recipients eintragen
User1 at example.org OK
User2 at example.org OK
etc.
Dann ein Postmap drüber.
In deine main.cf kommt rein
relay_recipient_maps = hash:/etc/postfix/relay_recipients
postconf -e "relay_recipient_maps = hash:/etc/postfix/relay_recipients"
> danke
> andy
Gruß
Marc
Mehr Informationen über die Mailingliste Postfixbuch-users