Koozali.org: home of the SME Server

SMTP Authorized Login needed

Arby Edi

SMTP Authorized Login needed
« on: May 25, 2002, 02:01:36 AM »
I know SMTP relaying is blocked by default, but how can I:

1- Open up SMTP on a port other than port 25 (this is for those stupid ISP's which block port 25).

2- Allow SMTP relaying (or using theSMTP at all) by users with valid logon and password only.

This is urgent please.

Shelby Moore

Re: SMTP Authorized Login needed
« Reply #1 on: May 25, 2002, 02:34:42 AM »
I would use the document found here:

http://kepler.covenant.edu/~talarson/ssl/

This will allow you to use SMTP over Port 465

Shelby

Arby Edi

Re: SMTP Authorized Login needed
« Reply #2 on: May 25, 2002, 07:31:36 AM »
Has anyone tried this and is it successful?  I see in the notes that it does not do the authenticated logon before sending/relaying....or is that part done now?  Or am I just totally lost?

Arby Edi

Re: SMTP Authorized Login needed
« Reply #3 on: May 25, 2002, 07:45:50 AM »
Has anyone tried using other smtp daemons that require auth?  Of course I'm still new, but are we using qmail?  If so, isn't there something out there called qmail-smtpd-auth or qmail-smtpd-requireauth which is a patch to allow for authentication?

Franck

Re: SMTP Authorized Login needed
« Reply #4 on: May 27, 2002, 11:25:02 AM »
Arby Edi wrote:
> 1- Open up SMTP on a port other than port 25 (this is for
> those stupid ISP's which block port 25).
Doing this will prevent you from receiving e-mail from the 'outside' : Mail Exchanger (MX) record in DNS zone cannot include information about which port to use (DNS only manage name and IP, not ports), so external MTA trying to send mail to your domain WILL use port 25, and there's no way to make it different.

Tibor Kubinyi