Hallo Ihr,
ich bin gerade dabei einen Mailserver einzurichten.
Ich benutze Postfix und fuer Imap/Pop dovecot.
Jedoch habe ich z.Z noch ein Problem und zwar kann ich keine Emails empfangen.
Das sagt
mail.log dazu
Code:
ec 25 23:23:33 h1969114 postfix/smtpd[17586]: connect from smtp01.udag.de[89.31.137.46]
Dec 25 23:23:33 h1969114 postfix/smtpd[17586]: C9EB71878549: client=smtp01.udag.de[89.31.137.46]
Dec 25 23:23:33 h1969114 postfix/cleanup[17590]: C9EB71878549: message-id=<686D7F59-8454-459B-93F2-226655DCDF3E@example>
Dec 25 23:23:33 h1969114 postfix/qmgr[17419]: C9EB71878549: from=<christian@example.de>, size=931, nrcpt=1 (queue active)
Dec 25 23:23:33 h1969114 postfix/smtpd[17586]: disconnect from smtp01.udag.de[89.31.137.46]
Dec 25 23:23:33 h1969114 postfix/pipe[17591]: C9EB71878549: to=<c.beer@example.bz>, relay=dovecot, delay=0.19, delays=0.16/0.01/0/0.02, dsn=5.1.1, status=bounced (user unknown)
Dec 25 23:23:33 h1969114 postfix/cleanup[17590]: E6EE41878555: message-id=<20111225222333.E6EE41878555@mail.example.bz>
Dec 25 23:23:33 h1969114 postfix/qmgr[17419]: E6EE41878555: from=<>, size=2653, nrcpt=1 (queue active)
Dec 25 23:23:33 h1969114 postfix/bounce[17593]: C9EB71878549: sender non-delivery notification: E6EE41878555
Dec 25 23:23:33 h1969114 postfix/qmgr[17419]: C9EB71878549: removed
Dec 25 23:23:34 h1969114 postfix/smtp[17594]: E6EE41878555: to=<christian@example.de>, relay=mx00.udag.de[62.146.106.39]:25, delay=0.27, delays=0.01/0.01/0.1/0.16, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 300F53C8155)
Dec 25 23:23:34 h1969114 postfix/qmgr[17419]: E6EE41878555: removed
Dec 25 23:26:53 h1969114 postfix/anvil[17588]: statistics: max connection rate 1/60s for (smtp:89.301.130.00) at Dec 25 23:23:33
Meine Vmailbox sieht so aus:
Code:
c.beer@example.bz example.bz/c.beer/
m.mustermann@example.bz example.bz/m.mustermann/
postconf -n so :
Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 6
mydestination = x.stratoserver.net, localhost.stratoserver.net, , localhost, $mydomain
mydomain = mail.example.bz
myhostname = mail.example.bz
mynetworks = 127.0.0.0/8
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, reject_unknown_client, reject_rbl_client sbl-xbl.spamhaus.org
smtpd_recipient_limit = 250
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks, reject_unknown_address, reject_unknown_sender_domain, reject_non_fqdn_sender
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/ssl/certs/servercert.pem
smtpd_tls_key_file = /etc/ssl/private/serverkey.pem
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = hash:/etc/postfix/virtual_alias
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_domains = /etc/postfix/virtual_domains
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_minimum_uid = 100
virtual_transport = dovecot
virtual_uid_maps = static:5000
Dies ist mein erster Mailserver den ich aufsetze. Falls ihr noch weiter Logs oder andere conf Datein sehen wollt, bitte bescheid sagen.
Ich hoffe einer von euch kann mir einen Tipp geben, was falsch sein koennte oder was geanedert werden muss.
Gruß
christian