Page 2 of 2

Re: Problem mit SMTP Versand

Posted: 2010-08-07 23:43
by native
**shame on me**

Der Benutzername hatte die falsche Domain. Laufen 2 Domains auf dem Server, deswegen ist mir das nicht aufgefallen, obwohl ich den Benutzernamen x-mal überprüft habe.

Danke an alle fürs Helfen.

Re: Problem mit SMTP Versand [gelöst]

Posted: 2010-08-08 00:00
by Joe User
LOL, da hätten wir ja noch lange suchen können.

Solltest TB trotzdem updaten ;)

Re: Problem mit SMTP Versand [gelöst]

Posted: 2014-10-07 14:44
by Sabercab
Eine andere Version, wenn dies geschieht mit diesen Strings:

mail.info postfix log zeigt:

warning: static.connollyoneill.com[86.43.74.145]: SASL LOGIN authentication failed: UGFzc3dvcmQ6

dovecot.info Protokoll zeigt Versuche, SPAM E-Mail an eine E-Mail-Adresse, die vor Jahren abgeschaltet wurde und sind offensichtliche Login-Versuche mit diesen dekodierten Strings:
 
  echo `echo" UGFzc3dvcmQ6 "| base64 -d`
  echo `echo" VXNlcm5hbWU6 "| base64 -d`

So lang wie die Login-Versuche, einige E-Mails zu posten fehlschlagen, einfach ignorieren

------ EN:
Another version when this happens with those strings:
mail.info postfix log shows:

warning: static.connollyoneill.com[86.43.74.145]: SASL LOGIN authentication failed: UGFzc3dvcmQ6

dovecot.info log reveals attempts to sent SPAM email to an email address which was disabled years ago with apparent login strings decoded with this:

echo `echo "UGFzc3dvcmQ6" | base64 -d`
echo `echo "VXNlcm5hbWU6" | base64 -d`

As long as those login attempts to put some email down fail, just ignore it!