Networking Forums

Networking Forums > Computer Networking > Linux Networking > qmail smtp authentication

Reply
Thread Tools Display Modes

qmail smtp authentication

 
 
Gregor Rot
Guest
Posts: n/a

 
      07-10-2003, 08:19 AM
Hi, somebody somehow is authenticating trough my qmail server and sending
mails out.

I would like either to disable SMTP authentication or to understand where
the login/pass is getting from. I have a mysql base and pop3 is going via
qmail-sql.

A log looks like that:

220 myserver ESMTPM
EHLO smtp039.mail.yahoo.comM
250-myserverM
250-AUTH=LOGINM
250-PIPELININGM
250 8BITMIMEM
AUTH LOGINM
334 VXNlcm5hbWU6M
d2VibWFzdGVyM
334 UGFzc3dvcmQ6M
d2VibWFzdGVyM
235 go aheadM

As fas as i understand, the user/pass is d2VibWFzdGVy/d2VibWFzdGVy?

tnx & br,
Greg


 
Reply With Quote
 
 
 
 
Ralf Fassel
Guest
Posts: n/a

 
      07-10-2003, 11:50 AM
* "Gregor Rot" <(E-Mail Removed)>
| AUTH LOGINM
| 334 VXNlcm5hbWU6M
| d2VibWFzdGVyM
| 334 UGFzc3dvcmQ6M
| d2VibWFzdGVyM
| 235 go aheadM
|
| As fas as i understand, the user/pass is d2VibWFzdGVy/d2VibWFzdGVy?

Hint: AUTH LOGIN uses base64 encoding as the obfuscation mechanism.

R'
 
Reply With Quote
 
RainbowHat
Guest
Posts: n/a

 
      07-13-2003, 07:49 AM
< Ralf Fassel
>* "Gregor Rot" <(E-Mail Removed)>
>| AUTH LOGINM
>| 334 VXNlcm5hbWU6M
>| d2VibWFzdGVyM
>| 334 UGFzc3dvcmQ6M
>| d2VibWFzdGVyM
>| 235 go aheadM
>
>Hint: AUTH LOGIN uses base64 encoding as the obfuscation mechanism.


This is decoded to -->
334 Username: webmaster
334 Password: webmaster

Possibly, Spam Kiddie|Spamafia are sending huge unsolicited emails.
Who is using "webmaster"? Do you know the originated IP address?

--
Regards, RainbowHat. To spoof or not to spoof, that is the IPv4 packet.
----+----1----+----2----+----3----+----4----+----5----+----6----+----7

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bulldog - Do they support SMTP authentication? Fred Finisterre Broadband 1 08-19-2006 02:28 PM
RFC 3207 (SMTP Service Extension for Secure SMTP over Transport Layer Security) - materials Piotrek Linux Networking 1 04-29-2005 10:38 AM
postfix: smtp relayhost requires authentication Nick E. Linux Networking 3 02-04-2004 05:47 PM
dont exactly understand SMTP authentication Windows Networking 1 01-25-2004 03:20 PM
qmail problem Gregor Rot Linux Networking 2 07-11-2003 05:28 AM



1 2 3 4 5 6 7 8 9 10 11