Changeset 2322 for alternc/trunk/etc/alternc/postfix.cf
- Timestamp:
- 10/07/08 00:12:41 (5 years ago)
- File:
-
- 1 moved
-
alternc/trunk/etc/alternc/postfix.cf (moved) (moved from alternc/trunk/etc/alternc/templates/postfix/main.cf) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/etc/alternc/postfix.cf
r2317 r2322 1 #2 # Fichier de configuration de Postfix pour AlternC3 # $Id: main.cf,v 1.17 2006/01/12 06:50:15 anarcat Exp $4 #5 # %%warning_message%%6 # pour postfix SARGE v27 8 queue_directory = /var/spool/postfix9 command_directory = /usr/sbin10 daemon_directory = /usr/lib/postfix11 mail_owner = postfix12 # recipient_delimiter = +13 14 1 home_mailbox = Maildir/ 15 16 2 smtpd_banner = $myhostname ESMTP 17 18 3 header_checks = regexp:/etc/postfix/header_checks 19 4 body_checks = regexp:/etc/postfix/body_checks 20 21 5 local_destination_concurrency_limit = 8 22 6 default_destination_concurrency_limit = 10 23 24 myhostname = %%fqdn%%25 myorigin = %%fqdn%%26 27 28 # Configuration TLS pour le serveur smtp :29 7 smtpd_use_tls = yes 30 8 smtpd_tls_dcert_file = /etc/courier/pop3d.pem … … 36 14 smtpd_tls_received_header = yes 37 15 smtpd_tls_session_cache_timeout = 3600s 38 tls_random_source = dev:/dev/urandom39 40 # Configuration TLS pour le client smtp41 16 smtp_use_tls = yes 42 17 smtp_tls_dcert_file = $smtpd_tls_dcert_file 43 18 smtp_tls_dkey_file = $smtpd_tls_dcert_file 44 19 smtp_tls_CApath = $smtpd_tls_CApath 45 46 # Configuration SASL via sasldb (/etc/sasldb) uniquement en TLS.47 # Sinon le pass passe en clair et c'est mal !48 20 smtpd_tls_auth_only = yes 49 21 smtpd_sasl_auth_enable = yes … … 52 24 enable_sasl_authentification = yes 53 25 broken_sasl_auth_clients = yes 54 55 #queue_directory = /var/spool/postfix56 #command_directory = /usr/sbin57 #daemon_directory = /usr/lib/postfix58 #mail_owner = postfix59 #recipient_delimiter = +60 61 # Pour éviter certains vieux spammeurs.62 disable_vrfy_command = yes63 64 # On autorise le relai à : les authentifiés en saslet nos domaines.65 smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, reject_unauth_destination66 67 26 alias_maps = mysql:/etc/postfix/myalias.cf hash:/etc/aliases 68 27 virtual_maps = proxy:mysql:/etc/postfix/mydomain.cf 69 28 virtual_mailbox_maps = proxy:mysql:/etc/postfix/myvirtual.cf 70 71 29 virtual_mailbox_base = / 72 30 virtual_minimum_uid = 1000 73 31 virtual_gid_maps = proxy:mysql:/etc/postfix/mygid.cf 74 32 virtual_uid_maps = static:33 75 76 33 default_privs = www-data 77 program_directory = /usr/lib/postfix 34 smtpd_recipient_restrictions = reject_unlisted_recipient, permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_recipient, reject_unauth_destination, check_policy_service inet:127.0.0.1:60000, reject_rbl_client zen.spamhaus.org
Note: See TracChangeset
for help on using the changeset viewer.
