mathias172
New Member
Hallo Forum,
ich habe das Howto (http://www.howtoforge.com/perfect_server_ubuntu7.10) befolgt und habe trotzdem massive Probleme mit dem Mailserver. Es will einfach nicht so, wie es soll. Ich habe den Server mittlerweile zum dritten Mal neu aufgesetzt und komme immer auf das gleiche Ergebnis.
Problem:
Installation wie im Howto, dann ISPConfig mit Uebimia Webmailer und PHPMyAdmin. Es scheint alles bis auf die Mails zu funktionieren.
Wenn ich mich per Mailclient anmelden will (unverschlüsselt) mit dem Usernamen info@domain.com werden trotz gültigem Passwort
Verbindungen als "failed" abgelehnt.
Dasselbe Szenario in Uebimiau ergibt folgende EInträge und funktioniert:
Eingehende Mails werden ebenfalls nicht akzeptiert. Fehlermeldung des sendenden Servers:
Meine main.cf sieht so aus:
Kann sich das jemand erklären? Wie gesagt setze ich das Howto 1:1 um und jedes Mal dasselbe Ergebnis. Was habe ich übersehen?
Vielen Dank für Eure Hilfe.
PS: Im Howto kann die Installation von php5-json gestrichen werden (gibts nicht). Bei mir fehlte auch noch Cron und IPtables.
ich habe das Howto (http://www.howtoforge.com/perfect_server_ubuntu7.10) befolgt und habe trotzdem massive Probleme mit dem Mailserver. Es will einfach nicht so, wie es soll. Ich habe den Server mittlerweile zum dritten Mal neu aufgesetzt und komme immer auf das gleiche Ergebnis.
Problem:
Installation wie im Howto, dann ISPConfig mit Uebimia Webmailer und PHPMyAdmin. Es scheint alles bis auf die Mails zu funktionieren.
Wenn ich mich per Mailclient anmelden will (unverschlüsselt) mit dem Usernamen info@domain.com werden trotz gültigem Passwort
Verbindungen als "failed" abgelehnt.
Code:
...
Jan 17 13:04:34 static courierpop3login: Connection, ip=[::ffff:84.188.6.50]
Jan 17 13:04:43 static postfix/smtpd[14857]: warning: SASL per-process initialization failed: generic failure
Jan 17 13:04:43 static postfix/smtpd[14857]: fatal: SASL per-process initialization failed
Jan 17 13:04:44 static postfix/master[5168]: warning: process /usr/lib/postfix/smtpd pid 14857 exit status 1
Jan 17 13:04:44 static postfix/master[5168]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Jan 17 13:04:54 static courierpop3login: LOGIN FAILED, user=info@gothic-nights.com, ip=[::ffff:84.188.6.50]
Jan 17 13:05:04 static courierpop3login: Disconnected, ip=[::ffff:84.188.6.50]
...
Code:
...
Jan 17 13:08:03 static courierpop3login: Connection, ip=[::ffff:127.0.0.1]
Jan 17 13:08:04 static courierpop3login: LOGIN, user=webuser1_1, ip=[::ffff:127.0.0.1]
Jan 17 13:08:04 static courierpop3login: LOGOUT, user=webuser1_1, ip=[::ffff:127.0.0.1], top=0, retr=0, rcvd=12, sent=88, time=1
...
Code:
5.1.1 <info@domain.com> ... User unknown
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = static.xxxxxxxxxxxxxxxxx.clients.your-server.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
#mydestination = static.xxxxxxxxxxxxxxxxxxx.clients.your-server.de, localhost.xxxxxxxxxxxxxxxxxxxx.clients.your-server.de, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
virtual_maps = hash:/etc/postfix/virtusertable
mydestination = /etc/postfix/local-host-names
Vielen Dank für Eure Hilfe.
PS: Im Howto kann die Installation von php5-json gestrichen werden (gibts nicht). Bei mir fehlte auch noch Cron und IPtables.
Zuletzt bearbeitet: