Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 29284430c3b8d1fcc7e667ccf5265667 > files > 13

kolab-server-1.0-0.23.100mdk.i586.rpm

# maps (change them to ldap)
canonical_maps = hash:/etc/postfix/canonical
local_recipient_maps = 
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
virtual_alias_maps = hash:/etc/postfix/virtual
#alias_maps = hash:/etc/postfix/aliases
#alias_database = hash:/etc/postfix/aliases

# local delivery to cyrus (change it to local_transport)
mailbox_transport = cyrus:unix:extern/cyrus/lmtp
recipient_delimiter = +

# smtp server and access controls
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandrake Linux)
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,check_relay_domains
mydestination = @@@postfix-mydestination@@@
mydomain = @@@postfix-mydomain@@@
myhostname = @@@fqhostname@@@
mynetworks = @@@postfix-mynetworks@@@
relay_domains = 
masquerade_domains = $mydomain
masquerade_exceptions = root

# use tls and sasl auth by default
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = 
smtpd_tls_cert_file = /etc/kolab/cert.pem
smtpd_tls_key_file = /etc/kolab/key.pem
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom

# these are changed by postfix install script #
readme_directory = /usr/share/doc/postfix-2.0.16.20031231/README_FILES
sample_directory = /usr/share/doc/postfix-2.0.16.20031231/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
command_directory = /usr/sbin
manpage_directory = /usr/share/man
daemon_directory = /usr/lib/postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
queue_directory = /var/spool/postfix
mail_owner = postfix
# these are changed by postfix install script #