1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
alias_maps = hash:/etc/aliases
body_checks = pcre:/etc/postfix/body_checks
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp:[localhost]:10025
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports = 
disable_dns_lookups = yes
header_checks = pcre:/etc/postfix/header_checks
inet_interfaces = all
local_recipient_maps = 
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_size_limit = 514000000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = [hostname.domain.co.za] #I've changed this line to protect identity
masquerade_exceptions = root
message_size_limit = 7240000
mydestination = $myhostname, localhost.$mydomain, $mynetworks
mydomain = [domain] #I've changed this line to protect identity
myhostname = [hostname.domain] #I've changed this line to protect identity
mynetworks = [comma separated ip addresses] #I've changed this line to protect identity
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
program_directory = /usr/lib/postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relay_domains = $mydestination 127.0.0.1 [domain hostname.domain] #I've changed this line to protect identity
relayhost = [some_host_ip] #I've changed this line to protect identity
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtpd_helo_required = no
smtpd_helo_restrictions = 
smtpd_recipient_restrictions = permit_mynetworks,  check_client_access hash:/etc/postfix/client_access,  check_relay_domains
smtpd_sender_restrictions = hash:/etc/postfix/access
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport