Schweres Problem mit Mail Server :(

Status
Not open for further replies.

DjCueZoomz

New Member
Huhu,

zu aller erst erstmal eine Entschuldigung das ich schonwieder einen neuen Post aufmache :/.. aber es handelt sich mittlerweile um ein völlig anderes problem.
Also folgendes, SASL läuft nun und ich habe folgende Zeile
Code:
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128

in

Code:
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 0.0.0.0/0

geändert, habe jetzt aber gleich 2 probleme, erstens empfängt mein Mail server immernoch keine Emails und zweitens ist mein Server so ein offener anlaufpunkt für jeden der mal nen smtp server braucht.

hier mal meine komplette config:
Code:
# Network/Connections
myhostname = mail.xxx.org
myorigin = xxx.org
mydestination = xxx.org
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 0.0.0.0/0
default_destination_concurrency_limit = 2

# Databases
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases

# SASL / SMTP authentication
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = 
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
broken_sasl_auth_clients = yes

# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/postfix.pem
smtpd_tls_key_file=/etc/ssl/private/postfix.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# Security/Relay
smtpd_delay_reject = yes
smtpd_helo_restrictions = reject_invalid_hostname
smtpd_sender_restrictions = reject_unknown_address
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination

# Mailbox/Message
home_mailbox = Maildir/
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
message_size_limit = 104857600
unknown_local_recipient_reject_code = 550
recipient_delimiter = +

# misc
biff = no
append_at_myorigin = no
append_dot_mydomain = no
swap_bangpath = no
readme_directory = no
masquerade_domains = xxx.org
mydomain = xxx.org

wenn ich jetzt eine email an meinen Server senden will so bekomme ich aus den Logs folgende Fehlermeldung:
Code:
Nov 30 20:10:19 xxx postfix/smtpd[17593]: connect from fmmailgate05.web.de[217.72.192.243]
Nov 30 20:10:19 xxx postfix/smtpd[17593]: E555B22F011D: client=fmmailgate05.web.de[217.72.192.243]
Nov 30 20:10:19 xxx postfix/cleanup[17597]: E555B22F011D: message-id=<4ED67F9B.3080103@web.de>
Nov 30 20:10:19 xxx postfix/qmgr[17478]: E555B22F011D: from=<xxx@web.de>, size=1252, nrcpt=1 (queue active)
Nov 30 20:10:19 xxx postfix/smtpd[17593]: disconnect from fmmailgate05.web.de[217.72.192.243]
Nov 30 20:10:20 xxx postfix/smtp[17598]: E555B22F011D: to=<niklas@xxx.de>, relay=none, delay=0.06, delays=0.03/0.02/0/0, dsn=5.4.6, status=bounced (mail for titan252.server4you.de loops back to myself)
Nov 30 20:10:20 xxx postfix/cleanup[17597]: 02FC122F0159: message-id=<20111130191020.02FC122F0159@mail.operation-reallife.org>
Nov 30 20:10:20 xxx postfix/bounce[17599]: E555B22F011D: sender non-delivery notification: 02FC122F0159
Nov 30 20:10:20 xxx postfix/qmgr[17478]: 02FC122F0159: from=<>, size=3216, nrcpt=1 (queue active)
Nov 30 20:10:20 xxx postfix/qmgr[17478]: E555B22F011D: removed
Nov 30 20:10:20 xxx postfix/smtp[17598]: 02FC122F0159: to=<xxx@web.de>, relay=mx-ha02.web.de[217.72.192.188]:25, delay=0.17, delays=0/0/0.04/0.12, dsn=2.0.0, status=sent (250 OK id=1RVpXt-0000sK-00)
Nov 30 20:10:20 xxx postfix/qmgr[17478]: 02FC122F0159: removed

Also BITTE BITTE helft mir :( den ich blicke garnicht mehr durch und habe nach 3 Stunden schlecht formatierte How To´s lesen und googlen bis google streikt und sämtliche Bäume dieser Welt abgeholzt sind kein bock mehr xD

MfG
Niklas
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top