Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/postfix/files/main.cf

Issue 5294907086340096: Fixed designated mail sender (Closed)
Patch Set: Created Nov. 19, 2013, 9:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/postfix/files/main.cf
===================================================================
--- a/modules/postfix/files/main.cf
+++ b/modules/postfix/files/main.cf
@@ -22,17 +22,18 @@ smtpd_tls_cert_file=/etc/ssl/certs/ssl-c
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=no
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
-myhostname = localhost
+myorigin = $myhostname
+mydomain = adblockplus.org
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = 127.0.0.1 [::1]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld