4 069
contributi
Riga 81: | Riga 81: | ||
[...] | [...] | ||
DEFAULT_URL_HOST = 'lists.example.com' | DEFAULT_URL_HOST = 'lists.example.com' | ||
[...] | |||
</pre> | |||
=== Postfix === | |||
Ora dobbiamo configurare Postfix: | |||
<pre> | |||
# postconf -e 'relay_domains = lists.example.com' | |||
# postconf -e 'mailman_destination_recipient_limit = 1' | |||
</pre> | |||
Apriamo il file | |||
<pre> | |||
# nano /etc/postfix/master.cf | |||
</pre> | |||
e verifichiamo che siano state aggiunte queste righe | |||
<pre> | |||
[...] | |||
mailman unix - n n - - pipe | |||
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py | |||
${nexthop} ${user} | |||
[...] | [...] | ||
</pre> | </pre> |