Changeset 131
- Timestamp:
- 02/21/06 23:43:08 (7 years ago)
- Files:
-
- 3 edited
-
debian/control (modified) (1 diff)
-
install/scripts/alternc.install (modified) (1 diff)
-
install/scripts/etc/postfix/main.cf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r129 r131 7 7 Package: alternc 8 8 Architecture: i386 9 Depends: apache, apache-ssl, courier-ssl, courier-imap-ssl, courier-pop-ssl, gettext, mysql-server, php4-mysql, php4-ldap, php4-cgi, phpmyadmin, proftpd-mysql, squirrelmail, alternc-webalizer, slapd, postfix-tls, postfix-ldap, pdksh, bind9, wget, libapache-mod-gzip, debconf, rsync, quota, ldap-utils, courier-ldap, pop-before-smtp, sasl-bin 9 Depends: apache, apache-ssl, courier-ssl, courier-imap-ssl, courier-pop-ssl, gettext, mysql-server, php4-mysql, php4-ldap, php4-cgi, phpmyadmin, proftpd-mysql, squirrelmail, alternc-webalizer, slapd, postfix-tls, postfix-ldap, pdksh, bind9, wget, libapache-mod-gzip, debconf, rsync, quota, ldap-utils, courier-ldap, pop-before-smtp, sasl-bin, ca-certificates 10 10 Suggests: screen 11 11 Description: AlternC, hosting software managment suite for Debian. -
install/scripts/alternc.install
r128 r131 181 181 "etc/ldap/conf", "etc/init.d","etc/ldap/tmp","etc/postfix","etc/cron.d", 182 182 "etc/logrotate.d", "etc/webalizer", "etc/squirrelmail", "etc/php4/cgi", 183 "change_ldappass" 183 "change_ldappass", "etc/pop-before-smtp" 184 184 ); 185 185 -
install/scripts/etc/postfix/main.cf
r38 r131 1 1 # 2 2 # Fichier de configuration de Postfix pour AlternC 3 # $Id: main.cf,v 1. 4 2003/04/08 01:53:14root Exp $3 # $Id: main.cf,v 1.5 2003/07/28 13:58:10 root Exp $ 4 4 # 5 5 … … 30 30 smtpd_tls_dcert_file = /etc/courier/pop3d.pem 31 31 smtpd_tls_dkey_file = $smtpd_tls_dcert_file 32 smtpd_tls_CA file = /etc/postfix/ca.der32 smtpd_tls_CApath = /etc/ssl/certs/ 33 33 smtpd_tls_key_file = $smtpd_tls_dcert_file 34 34 smtpd_tls_cert_file = $smtpd_tls_dcert_file … … 40 40 # Configuration TLS pour le client smtp 41 41 smtp_use_tls = yes 42 smtp_tls_dcert_file = /etc/courier/pop3d.pem 43 smtp_tls_dkey_file = $smtp_tls_dcert_file 42 smtp_tls_dcert_file = $smtpd_tls_dcert_file 43 smtp_tls_dkey_file = $smtpd_tls_dcert_file 44 smtp_tls_CApath = $smtpd_tls_CApath 44 45 45 46 # Configuration SASL via sasldb (/etc/sasldb) uniquement en TLS. 47 # Sinon le pass passe en clair et c'est mal ! 46 48 smtpd_tls_auth_only = yes 47 49 smtpd_sasl_auth_enable = yes 48 50 smtpd_sasl_local_domain = postfix 49 51 smtpd_sasl_security_options = noanonymous 52 enable_sasl_authentification = yes 53 broken_sasl_auth_clients = yes 54 50 55 queue_directory = /var/spool/postfix 51 56 command_directory = /usr/sbin … … 53 58 mail_owner = postfix 54 59 recipient_delimiter = + 60 61 55 62 56 63 # Pour éviter certains vieux spammeurs.
Note: See TracChangeset
for help on using the changeset viewer.
