#1 (permalink)  
Old 06-20-2006, 03:41 AM
BWS BWS is offline
Registered User
 
Join Date: Nov 2003
Posts: 34
BWS
Turn off SMTP Auth Selectively

Hi,

I have one user that needs to access email for a short period of time without SMTP Auth. I'm obviously not going to switch SMTP Auth off server wide, is there any way of allowing this user to send mail without it?

(They won't have a static IP either )

Any wise ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-22-2006, 11:51 AM
BWS BWS is offline
Registered User
 
Join Date: Nov 2003
Posts: 34
BWS
Anybody have any wise ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-22-2006, 02:12 PM
jester.ro's Avatar
Registered User
 
Join Date: Feb 2004
Location: Bucharest, Romania
Posts: 304
jester.ro is an unknown quantity at this point
it would be better if you'd tell us what exactly your client wants to do.

SMTP works without SMTP auth, he just has to login from the ip he's using at the moment to a pop3 account on your server, and he's alowed to send emails without smtp auth for 30 minutes.

Does that help?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-22-2006, 02:44 PM
BWS BWS is offline
Registered User
 
Join Date: Nov 2003
Posts: 34
BWS
Nope... I'm setup without POP Before SMTP (which is the functionality you're describing) if I could enable this for just one account, that would be what I need.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-22-2006, 03:34 PM
Registered User
 
Join Date: Feb 2005
Location: North Carolina
Posts: 237
RickG is on a distinguished road
Quote:
Originally Posted by BWS
Nope... I'm setup without POP Before SMTP (which is the functionality you're describing) if I could enable this for just one account, that would be what I need.
No guarantees, but the following might get you closer ...

When you are using POP Before SMTP, exim writes your IP address in /etc/relayhosts and your email address into /etc/relayhostsusers when you first POP (i.e. check) mail. The info stays in these files for 30 minutes (controlled by a setting in /usr/sbin/antirelayd). If, during that period, you were to "uncheck" the "My outgoing mail server requires authentication" from your email client, and try to send mail through the server, it would go through as you were already "authenticated" when you checked mail (this is in essence pop before SMTP authentication).

SO ... take a look in /etc/relayhosts and /etc/relayhostsusers (which should be blank if you have POP Before SMTP disabled). You might create a test email account and enter the address in /etc/relayhostsusers and see if it works w/o having a corresponding IP address. No guarantees, but it could be a start. I'm sure you understand the security implications of doing this, especially if you've got your system setup not to purge these files.

Hope this helps -
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 On



All times are GMT -5. The time now is 11:33 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc