| Line 96... |
Line 96... |
| 96 |
#
|
96 |
#
|
| 97 |
# maildrop. See the Postfix MAILDROP_README file for details.
|
97 |
# maildrop. See the Postfix MAILDROP_README file for details.
|
| 98 |
# Also specify in main.cf: maildrop_destination_recipient_limit=1
|
98 |
# Also specify in main.cf: maildrop_destination_recipient_limit=1
|
| 99 |
#
|
99 |
#
|
| 100 |
#maildrop unix - n n - - pipe
|
100 |
#maildrop unix - n n - - pipe
|
| 101 |
# flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
|
101 |
# flags=DRXhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
|
| 102 |
#
|
102 |
#
|
| 103 |
# ====================================================================
|
103 |
# ====================================================================
|
| 104 |
#
|
104 |
#
|
| 105 |
# Recent Cyrus versions can use the existing "lmtp" master.cf entry.
|
105 |
# Recent Cyrus versions can use the existing "lmtp" master.cf entry.
|
| 106 |
#
|
106 |
#
|
| Line 115... |
Line 115... |
| 115 |
#
|
115 |
#
|
| 116 |
# Cyrus 2.1.5 (Amos Gouaux)
|
116 |
# Cyrus 2.1.5 (Amos Gouaux)
|
| 117 |
# Also specify in main.cf: cyrus_destination_recipient_limit=1
|
117 |
# Also specify in main.cf: cyrus_destination_recipient_limit=1
|
| 118 |
#
|
118 |
#
|
| 119 |
#cyrus unix - n n - - pipe
|
119 |
#cyrus unix - n n - - pipe
|
| 120 |
# user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
|
120 |
# flags=DRX user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
|
| 121 |
#
|
121 |
#
|
| 122 |
# ====================================================================
|
122 |
# ====================================================================
|
| 123 |
#
|
123 |
#
|
| 124 |
# Old example of delivery via Cyrus.
|
124 |
# Old example of delivery via Cyrus.
|
| 125 |
#
|
125 |
#
|
| Line 146... |
Line 146... |
| 146 |
#scalemail-backend unix - n n - 2 pipe
|
146 |
#scalemail-backend unix - n n - 2 pipe
|
| 147 |
# flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
|
147 |
# flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
|
| 148 |
# ${nexthop} ${user} ${extension}
|
148 |
# ${nexthop} ${user} ${extension}
|
| 149 |
#
|
149 |
#
|
| 150 |
#mailman unix - n n - - pipe
|
150 |
#mailman unix - n n - - pipe
|
| 151 |
# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
|
151 |
# flags=FRX user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
|
| 152 |
# ${nexthop} ${user}
|
152 |
# ${nexthop} ${user}
|
| 153 |
smtp-amavis unix - - n - 4 smtp
|
153 |
smtp-amavis unix - - n - 4 smtp
|
| 154 |
-o syslog_name=postfix/amavis
|
154 |
-o syslog_name=postfix/amavis
|
| 155 |
-o smtp_data_done_timeout=1200
|
155 |
-o smtp_data_done_timeout=1200
|
| 156 |
-o smtp_send_xforward_command=yes
|
156 |
-o smtp_send_xforward_command=yes
|
| Line 180... |
Line 180... |
| 180 |
-o smtpd_soft_error_limit=1001
|
180 |
-o smtpd_soft_error_limit=1001
|
| 181 |
-o smtpd_hard_error_limit=1000
|
181 |
-o smtpd_hard_error_limit=1000
|
| 182 |
-o smtpd_client_connection_count_limit=0
|
182 |
-o smtpd_client_connection_count_limit=0
|
| 183 |
-o smtpd_client_connection_rate_limit=0
|
183 |
-o smtpd_client_connection_rate_limit=0
|
| 184 |
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings
|
184 |
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings
|
| - |
|
185 |
postlog unix-dgram n - n - 1 postlogd
|