-
Recent Posts
Recent Comments
Tags
Archives
Tag Archives: postfix
Plus addressing with Postfix
Using “user+foo@example.com” style addresses seems to be disabled in Postfix by default. One single parameter called the recipient_delimiter parameter needs to be set to make use of this kind of addressing in Postfix. Just add this to the main.cf file … Continue reading
IPv6 and Postfix
Postfix supports IPv6 from version 2.2 and up. By default only IPv4 support in enabled. Enabling IPv6 is as easy as adding one parameter to Postfix’s main.cf: /etc/postfix/main.cf: # You must stop/start Postfix after changing this parameter. inet_protocols = ipv4 … Continue reading
