Current time: 04-30-2024, 11:08 PM Hello There, Guest! (LoginRegister)


Post Reply 
Run mail on port 2525
Author Message
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #1
Run mail on port 2525
Hi,

Soon my ISP will close down port 25 Sad So I need to do some relay tricks (I'm planning on using rollernet to act as relay and forward all mail to my port 2525).
How do I tell ispcp/postfix or whatever to receive mail from port 2525 in stead of the usual port 25?

Thanks in advance.
10-20-2010 11:30 PM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: Run mail on port 2525
Setup a new smtpd service in /etc/postfix/master.cf (copy the current line for smtpd and change the port (service type column) to 2525). At the end you should have something like (2nd line is what is added, you can remove the first or leave it there as you wish)
Code:
...
smtp      inet  n       -       -       -       -       smtpd
2525      inet  n       -       -       -       -       smtpd
...
10-21-2010 04:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
irix Offline
Junior Member
*

Posts: 17
Joined: May 2010
Reputation: 0
Post: #3
RE: Run mail on port 2525
Thanks, now we wait if it works Tongue
10-23-2010 01:34 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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