Problem mit SMTP Versand [gelöst]

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
native
Posts: 119
Joined: 2003-11-18 10:38
 

Re: Problem mit SMTP Versand

Post 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.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Problem mit SMTP Versand [gelöst]

Post by Joe User »

LOL, da hätten wir ja noch lange suchen können.

Solltest TB trotzdem updaten ;)
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Sabercab
Posts: 1
Joined: 2014-10-07 14:23
 

Re: Problem mit SMTP Versand [gelöst]

Post 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!
Post Reply