ich steh total an. Mein System sieht ungefähr so aus:
1@gmx.net
2@gmx.net
3@gmx.net
4@hotmail.com
5@ANDEREDOMAIN.com
Inhalte einiger Files:
-> /etc/exim4/update-exim4.conf.conf
dc_eximconfig_configtype='smarthost'
dc_other_hostnames='lnxmailsrv; lnxmailsrv.lone; lone'
dc_local_interfaces='192.168.111.200; 127.0.0.1'
dc_readhost='ANDEREDOMAIN.com'
dc_hide_mailname='true'
dc_relay_domains='*'
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='mail.gmx.net::587;smtp-mail.outlook.com::587;mail.ANDEREDOMAIN.com::587;'
CFILEMODE='644'
dc_use_split_config='false'
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'
-> /etc/mailname:
ANDEREDOMAIN.com
-> /etc/exim4/passwd.client:
^mail\.gmx\.net:1@gmx.net:PASSWORT1
^mail\.gmx\.net:2@gmx.net:PASSWORT2
^mail\.gmx\.net:3@gmx.net:PASSWORT3
smtp-mail.outlook.com:4@hotmail.com:PASSWORT4
mail.ANDEREDOMAIN.com:5@ANDEREDOMAIN.com:PASSWORT5
Ich habs auch schon mit "transport"- und "router"-Entries versucht, aber erfolglos.
Einzig von der Adresse 1@gmx.net kann ich Mails versenden, bei allen anderen kommen Fehlermeldungen der folgenden Art in /var/log/exim4/mainlog.
Im Beispiel unten versuche ich, ein Mail von "5@ANDEREDOMAIN.com" zu senden an "3@gmx.net":
Code: Alles auswählen
2024-05-01 20:59:18 1s2FAk-005IAz-0z <= 5@ANDEREDOMAIN.com H=([192.168.111.233]) [192.168.111.233] P=esmtp S=581 id=ba0afe2e-b000-4afe-b376-43e7b4704a3d@ANDEREDOMAIN.com
2024-05-01 20:59:18 1s2FAk-005IAz-0z ** 3@gmx.net R=smarthost T=remote_smtp_smarthost H=mail.gmx.net [212.227.17.168] X=TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256 CV=yes DN="C=DE,ST=Rheinland-Pfalz,L=Montabaur,O=1&1 Mail & Media GmbH,CN=mail.gmx.net": SMTP error from remote mail server after MAIL FROM:<5@ANDEREDOMAIN.com> SIZE=1639: 550-Requested action not taken: mailbox unavailable\n550 Sender address is not allowed.
....im Beispiel unten versuche ich, ein Mail von "2@gmx.net" zu senden an "3@gmx.net", der SMTP-Server wäre also der selbe, trotzdem klappt's nicht:
Code: Alles auswählen
2024-05-02 18:11:05 1s2Z1V-005SwZ-0r <= 2@gmx.net H=([192.168.111.233]) [192.168.111.233] P=esmtps X=TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128 CV=no S=615 id=e42ac321-e1fc-4268-a81c-0f2ca6c86a69@gmx.net
2024-05-02 18:11:05 1s2Z1V-005SwZ-0r **3@gmx.net R=smarthost T=remote_smtp_smarthost H=mail.gmx.net [212.227.17.168] X=TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256 CV=yes DN="C=DE,ST=Rheinland-Pfalz,L=Montabaur,O=1&1 Mail & Media GmbH,CN=mail.gmx.net": SMTP error from remote mail server after MAIL FROM:<2@gmx.net> SIZE=1666: 550-Requested action not taken: mailbox unavailable\n550 Sender address is not allowed.
Der Mail-Empfang geht übrigens via Getmail auf Dovecot, was wunderbar klappt.
Vielen Dank für eure Hilfe!
Christoph