Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Arby Edi on May 25, 2002, 02:01:36 AM

Title: SMTP Authorized Login needed
Post by: Arby Edi 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.
Title: Re: SMTP Authorized Login needed
Post by: Shelby Moore 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
Title: Re: SMTP Authorized Login needed
Post by: Arby Edi 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?
Title: Re: SMTP Authorized Login needed
Post by: Arby Edi 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?
Title: Re: SMTP Authorized Login needed
Post by: Franck 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.
Title: Re: SMTP Authorized Login needed
Post by: Tibor Kubinyi on May 27, 2002, 09:46:13 PM
Se this:

http://e-smith.org/bboard/read.php?f=3&i=16325&t=14752