Current time: 04-25-2024, 09:30 AM Hello There, Guest! (LoginRegister)


Post Reply 
Change SMTP Port
Author Message
its.me Offline
Newbie
*

Posts: 5
Joined: Jan 2009
Reputation: 0
Post: #1
Change SMTP Port
Hello,
My ISP block the port 25.
But I want to use my smtp. How I can change the port, but not kill my ispomega config?

Tanks
Olivier
04-18-2009 03:59 AM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #2
RE: Change SMTP Port
Add line in

/etc/postfix/master.cf

# ==========================================================================

# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
# Entrada normal (puerto 25)

smtp inet n - - - - smtpd
# Entrada en el puerto 999
26 inet n - - - - smtpd ---- new port

/etc/init.d/postfix restart

You server running with port 25 and 26 in smtp

Change port smtp to 26 in configuration client email (outlook, evolution etc...)
(This post was last modified: 04-18-2009 04:47 AM by kurgans.)
04-18-2009 04:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)