Few fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
modoboa-installer
|
modoboa-installer
|
||||||
=================
|
=================
|
||||||
|
|
||||||
An installer for Modoboa.
|
An installer which deploy a complete mail server based on Modoboa.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Usage::
|
|||||||
|
|
||||||
$ git clone https://github.com/modoboa/modoboa-installer
|
$ git clone https://github.com/modoboa/modoboa-installer
|
||||||
$ cd modoboa-installer
|
$ cd modoboa-installer
|
||||||
$ sudo ./run.py
|
$ sudo ./run.py <mail server hostname>
|
||||||
|
|
||||||
To customize the installation, look at the ``installer.cfg`` file.
|
To customize the installation, look at the ``installer.cfg`` file.
|
||||||
|
|
||||||
|
|||||||
@@ -86,6 +86,10 @@ 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
|
||||||
|
|
||||||
|
smtpd_sender_login_maps =
|
||||||
|
%{db_driver}:/etc/postfix/sql-sender-login-mailboxes.cf
|
||||||
|
%{db_driver}:/etc/postfix/sql-sender-login-aliases.cf
|
||||||
|
|
||||||
# Recipient restriction rules
|
# Recipient restriction rules
|
||||||
smtpd_recipient_restrictions =
|
smtpd_recipient_restrictions =
|
||||||
permit_mynetworks
|
permit_mynetworks
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ submission inet n - - - - smtpd
|
|||||||
-o smtpd_reject_unlisted_recipient=no
|
-o smtpd_reject_unlisted_recipient=no
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
-o smtpd_helo_restrictions=
|
-o smtpd_helo_restrictions=
|
||||||
-o smtpd_sender_restrictions=
|
-o smtpd_sender_restrictions=reject_sender_login_mismatch
|
||||||
-o smtpd_recipient_restrictions=
|
-o smtpd_recipient_restrictions=
|
||||||
-o milter_macro_daemon_name=ORIGINATING
|
-o milter_macro_daemon_name=ORIGINATING
|
||||||
-o smtpd_proxy_filter=inet:[127.0.0.1]:10026
|
-o smtpd_proxy_filter=inet:[127.0.0.1]:10026
|
||||||
|
|||||||
Reference in New Issue
Block a user