Show
Ignore:
Timestamp:
03/01/08 19:49:54 (9 months ago)
Author:
rats
Message:

* Updated all Docs. Some are still with ToDo?
* Fixed #1070: FreeBSD, ispcp-setup uses group which does not exist
* Updated all languages
* Inproved: Update SQL with IGNORE statement
* Update PHPmyAdmin to version 2.11.5
* Updated all distributions
* Dropped support of Suse Enterprise Linux Server (SELS) - Please use OpenSuse? files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/dists/fedora/postfix/main.cf

    r1007 r1026  
    2525myorigin   = $mydomain 
    2626 
    27 smtpd_banner = $myhostname ISPCP {MTA_VERSION} Managed ESMTP {MTA_HOST_TYPE} 
     27smtpd_banner = $myhostname ESMTP ispCP {MTA_VERSION} Managed 
    2828setgid_group = postdrop 
    2929 
     
    3838virtual_transport   = virtual 
    3939transport_maps      = hash:{MTA_TRANSPORT_HASH} 
    40 alias_maps                      = hash:/etc/aliases 
     40alias_maps                      = hash:{MTA_LOCAL_ALIAS_HASH} 
    4141 
    4242# 
     
    8787smtpd_sasl_auth_enable       = yes 
    8888smtpd_sasl2_auth_enable      = yes 
    89 smtpd_sasl_security_options  = noanonymous 
     89smtpd_sasl_security_options  = noanonymous, noplaintext 
    9090smtpd_sasl_local_domain      = 
    9191broken_sasl_auth_clients     = yes 
    92 smtpd_sender_restrictions    = permit_mynetworks, 
     92 
     93smtpd_helo_required = yes 
     94 
     95smtpd_helo_restrictions      = permit_mynetworks, 
    9396                               permit_sasl_authenticated, 
    94                                reject_unauth_destination 
    95 smtpd_recipient_restrictions = permit_mynetworks, 
     97                               reject_invalid_helo_hostname, 
     98                               reject_non_fqdn_helo_hostname 
     99 
     100smtpd_sender_restrictions    = reject_non_fqdn_sender, 
     101                               reject_unknown_sender_domain, 
     102                               permit_mynetworks, 
     103                               permit_sasl_authenticated 
     104 
     105smtpd_recipient_restrictions = reject_non_fqdn_recipient, 
     106                               reject_unknown_recipient_domain, 
     107                               permit_mynetworks, 
    96108                               permit_sasl_authenticated, 
    97                                reject_unauth_destination 
    98 #                               check_policy_service inet:127.0.0.1:60000 
     109                               reject_unauth_destination, 
     110                               reject_unlisted_recipient, 
     111                               check_policy_service inet:127.0.0.1:12525, 
     112                               check_policy_service inet:127.0.0.1:60000, 
     113                               permit 
     114 
     115smtpd_data_restrictions      = reject_multi_recipient_bounce, 
     116                               reject_unauth_pipelining 
    99117 
    100118 
     
    103121# 
    104122 
    105 #smtpd_tld_loglevel        = 2 
     123#smtpd_tls_loglevel        = 2 
    106124#smtpd_tls_cert_file       = /etc/postfix/cert.pem 
    107125#smtpd_tls_key_file        = /etc/postfix/privkey.pem 
     
    112130 
    113131# 
    114 # AMaViS parameters; activate, if avaible/used 
     132# AMaViS parameters; activate, if available/used 
    115133# 
    116134 
     
    118136 
    119137# 
    120 # Quota support; activate, if avaible/used 
     138# Quota support; activate, if available/used 
    121139# 
    122140