Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I want to limit the bandwidth of outing email of my postfix mail server. I know the receiving port is
port25 but not sure what is the outgoing port. Does postfix use the same port to sending out the email?
I need to know the exact port number so to limit traffic base on port. By the way, i am also using amavis-new. Can anyone give me a hand ?
The shaper(cbq.init) config file i used is below:
DEVICE=eth0,100Mbit,10Mbit
RATE=500Kbit
WEIGHT=50Kbit
PRIO=5
RULE=,:25 [from anywhere going to port 25?]
To see all my open connections, I often use
netstat -ntulp
This lists my open connections.
Most programs that use tcp connections initiate connections using ephemeral (random) high-numbered ports.
The rule you list below would be alright for connections to port 25,
but you might consider 465 as well, if you want to send to SSL enabled mail servers.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.