Changeset 801


Ignore:
Timestamp:
02/22/06 04:04:19 (7 years ago)
Author:
anarcat
Message:

skipping patch

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    r800 r801  
    88Package: alternc 
    99Architecture: 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-sql 
    11 Suggests: screen, alternc-awstats, alternc-mailman, alternc-changepass 
     10Depends: 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 
     11Suggests: screen, alternc-awstats, alternc-mailman, alternc-changepass, pop-before-smtp 
    1212Description: hosting software managment suite for Debian 
    1313 Hosting software suite based on Valentin Lacambre's altern.org French hosting 
  • debian/templates

    r780 r801  
    163163 Adresses ip des reseaux autorisés en SMTP (ou ip/prefixe) séparés par 
    164164 espace. 
     165 
     166Template: alternc/pop_before_smtp_warning 
     167Type: note 
     168Description: 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 
     180Description-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  
    11# 
    22# Fichier de configuration de Postfix pour AlternC 
    3 # $Id: main.cf,v 1.16 2005/09/02 03:10:39 darcs Exp $ 
     3# $Id: main.cf,v 1.17 2006/01/12 06:50:15 anarcat Exp $ 
    44#  
    55# %%warning_message%%  
     
    2424myhostname = %%fqdn%% 
    2525myorigin = %%fqdn%% 
    26 mynetworks = 127.0.0.1 hash:/var/lib/pop-before-smtp/hosts %%mynetwork%% 
     26mynetworks = 127.0.0.1 %%mynetwork%% 
    2727 
    2828 
     
    6363disable_vrfy_command = yes 
    6464 
    65 # On autorise le relai à : les authentifiés en sasl, les pop-before-smtp et nos domaines. 
     65# On autorise le relai à : les authentifiés en saslet nos domaines. 
    6666smtpd_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 
    6767 
Note: See TracChangeset for help on using the changeset viewer.