Changeset 801
- Timestamp:
- 02/22/06 04:04:19 (7 years ago)
- Files:
-
- 3 edited
-
debian/control (modified) (1 diff)
-
debian/templates (modified) (1 diff)
-
etc/alternc/templates/postfix/main.cf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r800 r801 8 8 Package: alternc 9 9 Architecture: all 10 Depends: debianutils (>= 1.13.1), debconf (>= 0.5.00) | debconf-2.0, php4 | php5, apache, apache-ssl, courier-ssl, courier-imap-ssl, courier-pop-ssl, gettext (>= 0.14.1), mysql-server, php5-mysql | php4-mysql, php5-cgi | php4-cgi, phpmyadmin, proftpd-mysql, squirrelmail, postfix, postfix-tls, bind9, wget, libapache-mod-gzip, rsync, quota, courier-authmysql, pop-before-smtp, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, alternc-admintools, sasl2-bin, libsasl2-modules, libsasl2-modules-sql11 Suggests: screen, alternc-awstats, alternc-mailman, alternc-changepass 10 Depends: debianutils (>= 1.13.1), debconf (>= 0.5.00) | debconf-2.0, php4 | php5, apache, apache-ssl, courier-ssl, courier-imap-ssl, courier-pop-ssl, gettext (>= 0.14.1), mysql-server, php5-mysql | php4-mysql, php5-cgi | php4-cgi, phpmyadmin, proftpd-mysql, squirrelmail, postfix, postfix-tls, bind9, wget, libapache-mod-gzip, rsync, quota, courier-authmysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, alternc-admintools, sasl2-bin, libsasl2-modules 11 Suggests: screen, alternc-awstats, alternc-mailman, alternc-changepass, pop-before-smtp 12 12 Description: hosting software managment suite for Debian 13 13 Hosting software suite based on Valentin Lacambre's altern.org French hosting -
debian/templates
r780 r801 163 163 Adresses ip des reseaux autorisés en SMTP (ou ip/prefixe) séparés par 164 164 espace. 165 166 Template: alternc/pop_before_smtp_warning 167 Type: note 168 Description: POP Before SMTP deprecated 169 170 AlternC doesn't automatically configure the pop-before-smtp package 171 anymore, since it is correctly configured for SASL authentification 172 these days. If you wish to configure pop-before-smtp, simply find the 173 lines preceded by: 174 175 # For Courier-POP3 and Courier-IMAP: 176 177 in the /etc/pop-before-smtp/pop-before-smtp.conf and uncomment 178 it. hash:/var/lib/pop-before-smtp/hosts must also be added to the 179 mynetworks directive of /etc/postfix/main.cf 180 Description-fr: POP Before SMTP déprécié 181 AlternC ne configure plus automatiquement le package 182 pop-before-smtp. Au lieu de cela, il configure correctement 183 l'authentification SASL. Pour configurer pop-before-smtp, trouvez les 184 lignes précédées par: 185 186 # For Courier-POP3 and Courier-IMAP: 187 188 dans le fichier /etc/pop-before-smtp/pop-before-smtp.conf et 189 commentez-les. La chaîne hash:/var/lib/pop-before-smtp/hosts doit 190 aussi être ajoutée à la directive mynetworks dans 191 /etc/postfix/main.cf. -
etc/alternc/templates/postfix/main.cf
r715 r801 1 1 # 2 2 # Fichier de configuration de Postfix pour AlternC 3 # $Id: main.cf,v 1.1 6 2005/09/02 03:10:39 darcsExp $3 # $Id: main.cf,v 1.17 2006/01/12 06:50:15 anarcat Exp $ 4 4 # 5 5 # %%warning_message%% … … 24 24 myhostname = %%fqdn%% 25 25 myorigin = %%fqdn%% 26 mynetworks = 127.0.0.1 hash:/var/lib/pop-before-smtp/hosts%%mynetwork%%26 mynetworks = 127.0.0.1 %%mynetwork%% 27 27 28 28 … … 63 63 disable_vrfy_command = yes 64 64 65 # On autorise le relai à : les authentifiés en sasl , les pop-before-smtpet nos domaines.65 # On autorise le relai à : les authentifiés en saslet nos domaines. 66 66 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_destination 67 67
Note: See TracChangeset
for help on using the changeset viewer.
