Hello,

I intend to upgrade Postfix version 2.5.5 to 2.7.1.
Are there incompatibilities or specific path for upgrade ?
Or any manual re-configuration to be done ?

At the end of this email I posted my postconf -n

Thanks for info.

* note :
I know the famous "if it is not broken, do not fix it !". And indeed Postfix works fine. However I like to upgrade, time to time, to avoid too old versions (whatever software it is) to be still in use on the server which might a needed future upgrade more difficult due
to evolution of the software.
This server is a Debian Lenny and upgrade will be done via the Debian lenny-backports
repository usage wich included Postfix v2.7.1.

* postconf -n

alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
data_directory = /var/lib/postfix
disable_vrfy_command = yes
local_recipient_maps = $alias_maps
mail_spool_directory = /var/mail
mailbox_size_limit = 0
mydestination = $mydomain, localhost
mynetworks = 127.0.0.0/8
myorigin = $mydomain
recipient_delimiter = +
relay_domains = $mydestination, $mynetworks
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net reject_rhsbl_client zen.spamhaus.org reject_rhsbl_client bl.spamcop.net warn_if_reject
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, reject_unknown_helo_hostname, reject_invalid_hostname smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination reject_invalid_hostname reject_unauth_pipelining reject_non_fqdn_sender reject_unknown_sender_domain reject_non_fqdn_recipient reject_unknown_recipient_domain permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_CApath = /etc/postfix/tls/CAcertClass3Root.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/tls/mail.costacurta.org.pem
smtpd_tls_key_file = /etc/postfix/tls/mail.costacurta.org.keyout.pem
smtpd_tls_loglevel = 0
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
strict_rfc821_envelopes = yes
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mail/vhosts/maildir
virtual_mailbox_domains = /etc/postfix/virtual_domains
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_minimum_uid = 1000
virtual_transport = myprocmail
virtual_uid_maps = static:5000


Bye,
Bruno

--
Linux Counter #353844
http://counter.li.org/




----------------------------------------------------------------

Reply via email to