]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/postfix/main.cf
Updated libpng (1.2.44).
[people/pmueller/ipfire-2.x.git] / config / postfix / main.cf
... / ...
CommitLineData
1###
2### main.cf for IPFire
3###
4queue_directory = /var/spool/postfix
5command_directory = /usr/sbin
6daemon_directory = /usr/lib/postfix
7manpage_directory = /usr/share/man
8sample_directory = /etc/postfix
9html_directory = no
10readme_directory = no
11
12sendmail_path = /usr/sbin/sendmail
13newaliases_path = /usr/bin/newaliases
14mailq_path = /usr/bin/mailq
15
16mail_owner = postfix
17setgid_group = postdrop
18
19myhostname = ipfire.localdomain
20myorigin = $myhostname
21
22inet_interfaces = all
23#proxy_interfaces =
24mydestination = $myhostname, localhost, mysql:/etc/postfix/mysql-mydestination.cf
25unknown_local_recipient_reject_code = 550
26
27mynetworks_style = host
28mynetworks = 127.0.0.0/8
29
30#relay_domains = $mydestination
31#relayhost = $mydomain
32#relayhost = [gateway.my.domain]
33#relayhost = [mailserver.isp.tld]
34#relayhost = uucphost
35#relayhost = [an.ip.add.ress]
36#relay_recipient_maps = hash:/etc/postfix/relay_recipients
37#in_flow_delay = 1s
38alias_maps = hash:/etc/aliases
39alias_database = hash:/etc/aliases
40recipient_delimiter = +
41
42mailbox_transport = cyrus
43cyrus_destination_recipient_limit=1
44
45header_checks = regexp:/etc/postfix/header_checks
46#fast_flush_domains = $relay_domains
47
48smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
49#local_destination_concurrency_limit = 2
50#default_destination_concurrency_limit = 20
51
52virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
53sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
54
55smtpd_sasl_type = cyrus
56smtpd_sasl_auth_enable = yes
57smtpd_sasl_security_options = noanonymous
58smtpd_sasl_local_domain = $myhostname
59broken_sasl_auth_clients = yes
60
61#smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
62
63#content_filter=amavis:[127.0.0.1]:10024
64
65smtpd_helo_required = yes
66mime_header_checks=pcre:/etc/postfix/body_checks
67smtpd_recipient_restrictions =
68 reject_invalid_hostname,
69 #reject_non_fqdn_hostname,
70 reject_non_fqdn_sender,
71 reject_non_fqdn_recipient,
72 reject_unknown_sender_domain,
73 reject_unknown_recipient_domain,
74 reject_unauth_pipelining,
75 permit_mynetworks,
76 permit_sasl_authenticated,
77 reject_unauth_destination,
78 reject_rbl_client zombie.dnsbl.sorbs.net,
79 reject_rbl_client opm.blitzed.org,
80 reject_rbl_client list.dsbl.org,
81 reject_rbl_client sbl.spamhaus.org,
82 permit
83