Add some comments.

This commit is contained in:
Antoine Nguyen
2015-11-06 09:54:06 +01:00
parent 5496f0caef
commit 8cca1276af
2 changed files with 4 additions and 4 deletions

View File

@@ -84,6 +84,7 @@
# "proxy::<name>". # "proxy::<name>".
dict { dict {
# Enable quota dictionnary
quota = %{db_driver}:/etc/dovecot/dovecot-dict-sql.conf.ext quota = %{db_driver}:/etc/dovecot/dovecot-dict-sql.conf.ext
#expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext #expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
} }

View File

@@ -3,7 +3,7 @@ inet_protocols = ipv4
myhostname = %hostname myhostname = %hostname
myorigin = $myhostname myorigin = $myhostname
mydestination = mydestination =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mynetworks = 127.0.0.0/8
smtpd_banner = $myhostname ESMTP smtpd_banner = $myhostname ESMTP
biff = no biff = no
unknown_local_recipient_reject_code = 550 unknown_local_recipient_reject_code = 550
@@ -12,9 +12,6 @@ unverified_recipient_reject_code = 550
# appending .domain is the MUA's job. # appending .domain is the MUA's job.
append_dot_mydomain = no append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no readme_directory = no
mailbox_size_limit = 0 mailbox_size_limit = 0
@@ -82,6 +79,7 @@ strict_rfc821_envelopes = yes
%{dovecot_enabled} $lmtp_sasl_auth_cache_name %{dovecot_enabled} $lmtp_sasl_auth_cache_name
%{dovecot_enabled} $address_verify_map %{dovecot_enabled} $address_verify_map
# List of authorized senders
smtpd_sender_login_maps = smtpd_sender_login_maps =
%{db_driver}:/etc/postfix/sql-sender-login-mailboxes.cf %{db_driver}:/etc/postfix/sql-sender-login-mailboxes.cf
%{db_driver}:/etc/postfix/sql-sender-login-aliases.cf %{db_driver}:/etc/postfix/sql-sender-login-aliases.cf
@@ -105,6 +103,7 @@ postscreen_access_list =
permit_mynetworks permit_mynetworks
postscreen_blacklist_action = enforce postscreen_blacklist_action = enforce
# Use some DNSBL
postscreen_dnsbl_sites = postscreen_dnsbl_sites =
zen.spamhaus.org*3 zen.spamhaus.org*3
bl.spameatingmonkey.net*2 bl.spameatingmonkey.net*2