jan gestre wrote:
On 1/10/07, Linux Cook <[EMAIL PROTECTED]> wrote:
I'm curious in setting port 587 as smtp but I still don't understand how to
work on it. Is this being set on server as smtp port? If yes, how can I
receive incoming emails if I use smtp port 587 on my server?



if you use postfix you can change it to port 587 via master.cf

just change the line with smtpd.

#smtp inet n - n - - smtpd
587 inet n - n - - smtpd

dont forget to do postfix reload or restart

HTH

Port 587 is defined as the smtp submission port (sendmail's
smclient).....this is usually designated for secure smtp submission .
Clients and sending mail servers have to be  configured to use port 587
when sending mails using smtp authentication.  i.e. Relay mail servers
that only accept mails from certain hosts...  using the submission port,
with smtp authentication, instead of the regular smtp port will ensure
that no unknown sender will be able to send through it...

--
Peter Santiago         [EMAIL PROTECTED]
My website:            www.psinergybbs.com
My spamtrap address:   [EMAIL PROTECTED]

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to