Hey,
ich hoffe ihr könnt mir helfen, bin nach X Tutorials und Y Neuinstallationen mittlerweile ratlos :/. Habe Postfix & Dovecot jetzt so weit installiert, dass das IMAP-Abrufen vollständig funktioniert. Nur das Senden via SMTP endet bei Thunderbird nach ewig langer Zeit in einem "Timeout". Syslog kontrolliert folgendes:
SysLog
1 2 3 4 | Mar 27 22:13:22 Ubuntu-1004-lucid-64-minimal postfix/smtpd[2462]: connect from zzzz Mar 27 22:14:06 Ubuntu-1004-lucid-64-minimal postfix/smtpd[2462]: NOQUEUE: reject: RCPT from zzzz: 554 5.7.1 <xx@xx.de>: Relay access denied; from=uuu@uuu.de to=ttt@tt.de proto=EMTP helo=<xxx> Mar 27 22:14:19 Ubuntu-1004-lucid-64-minimal postfix/smtpd[2462]: lost connection after RCPT from zzzz Mar 27 22:14:19 Ubuntu-1004-lucid-64-minimal postfix/smtpd[2462]: disconnect from zzzzz |
TelNet Habe auch schon mal via telnet probiert, Server meldet, dass alles glatt läuft, wenn die Quelladresse gleich der Zieladresse ist; z.B. von "test@meinServer.de" an "test@meinServer.de". Sobald ich aber von "test@meinServer.de" an "test@einAndererServer.de" senden will, meldet der Server via telnet Relay access denied.
Hier noch meine main.cf von Postfix
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 | # 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 readme_directory = no myhostname = Ubuntu-1004-lucid-64-minimal alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = meinServer.de, Ubuntu-1004-lucid-64-minimal, localhost.localdomain, localhost relayhost = mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all home_mailbox = Maildir/ smtpd_sasl_auth_enable = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_recipient_restrictrions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination |
DoveCot-Änderungen In der DoveCot (conf ist ja ein wenig zu groß, um sie hier zu posten ^^), habe ich nur folgende Änderungen gemacht:
1 2 3 4 5 6 7 8 9 10 11 12 | mechanisms = plain login (satt nur plain) und socket listen wie folgt aktiviert: socket listen { client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group= postfix } } |
Ich hoffe ihr könnt mir helfen! Wäre super!! ☺
Liebe Grüße,