[Postfixbuch-users] bessere Performance: hash oder mysql?
Thomas Klein
mailinglist-postfixbuch at online.de
Mi Jan 2 21:15:35 CET 2008
Peer Heinlein schrieb:
> Am Dienstag, 1. Januar 2008 schrieb Thomas Klein:
>
>
>> Alle Domains des Mailservers sind in "mydomains" aufgelistet, wobei
>>
>
> Nein. Bitte keine relay_domains in mydestination auflisten!
>
>
>> dann mydestination = $mydomains, localhost.$mydomain ist und lt.
>> Postfix-manual relay_domains (default: $mydestination).
>>
>
> mydestination ist in relay_domains, nicht andersherum.
>
>
>> local_recipient_maps kommt ebenfalls zum Einsatz.
>>
>
> relay_recipient_maps nehmen!
>
>
> Peer
>
>
OK.... meine alte Konfiguration (auszugsweise) ist also:
mydestination = $mydomains, localhost.$mydomain
mydomains = domain1.de, domain2.de, domain3.de
local_recipient_maps = hash:/etc/postfix/local_recipients
transport_maps = hash:/etc/postfix/transport
und in smtpd_recipient_restrictions ist u.a. reject_unlisted_recipient
enthalten
die neue wäre dann:
mydestination = $mydomains, localhost.$mydomain
#mydomains =
#local_recipient_maps =
relay_recipient_maps = hash:/etc/postfix/relay_recipients
relay_domains = domain1.de, domain2.de, domain3.de
transport_maps = hash:/etc/postfix/transport
reject_unlisted_recipient bleibt in smtpd_recipient_restrictions
weiterhin enthalten.
Der Inhalt von /etc/postfix/transport:
domain1.de smtp:[192.168.92.2]:25
domain2.de smtp:[192.168.92.2]:25
domain3.de smtp:[192.168.92.2]:25
Eine Frage noch: Welche Veränderung brächte die Umstellung denn mit
sich? Mit der meiner Konfiguration funktioniert bisher eigentlich alles
wie gewünscht.
Danke & Gruss
Thomas
Mehr Informationen über die Mailingliste Postfixbuch-users