ubuntuusers.de

kein Titel

Datum:
26. Mai 2006 17:24
Code:
 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# postfix main.cf (/etc/postfix/main.cf)
# works with gmx and smtp

mail_owner = postfix

unknown_local_recipient_reject_code = 550

inet_protocols = all
biff = no

# paths
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mailq_path = /usr/bin/mailq
mail_spool_directory = /var/mail
newaliases_path = /usr/bin/newaliases
sendmail_path = /usr/sbin/sendmail
program_directory = /usr/lib/postfix

# debug
debug_peer_level = 2
debugger_command =
	 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
	 xxgdb $daemon_directory/$process_name $process_id & sleep 5

# canonical
canonical_maps = hash:/etc/postfix/canonical
sender_canonical_maps = hash:/etc/postfix/sender_canonical

# host
relayhost = smtp.gmx.net
myhostname = localhost
mydestination = $myhostname,localhost.$mydomain,$mydomain
mynetworks = 127.0.0.0/8

masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = 

inet_interfaces = loopback-only
defer_transports = 
disable_dns_lookups = no

mailbox_command = procmail -a "$EXTENSION"
mailbox_transport = 
mailbox_size_limit = 51200000

#smtp
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions = 
smtpd_helo_required = no
smtpd_helo_restrictions = 
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = yes
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
smtp_sasl_security_options = 
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

alias_maps = hash:/etc/aliases

message_size_limit = 10240000

recipient_delimiter = +

strict_rfc821_envelopes = no