Linux How to bind Qmail to specific IP address

by nixcraft · 5 comments

qmail is a mail transfer agent that runs on Linux and Unixish oses. It is more secure replacement for the popular Sendmail program. Yes, it is possible to bind Qmail to specific IP. Here is what I did. Please note that I am running light weight QMAIL server from xinetd service.

1) Open your /etc/xinetd.d/smtp file and add bind=IP line:

# vi /etc/xinetd.d/smtp
Append/add following line to it:
bind = 202.55.55.202

Where,

  • bind = 202.55.55.202: Qmail IP address to bind.

2) Save file

3) Reload xinetd with any one of the following command:
# /etc/init.d/xinetd reload
OR
/etc/init.d/xinetd restart
References:

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 5 comments… read them below or add one }

1 Anonymous 10.18.06 at 12:45 am

Well this was pretty useless. How many people use qmail with inetd?

2 Ajack 02.10.07 at 8:29 pm

Hey that did not work for me. When I insert the bind line, no email goes out after that.

I am on FC2 using Plesk 7.5, so I am using the xinetd service, but not a lightweight version of Qmail, I guess a regular one.

My quetion is: is this supposed to work with a specific patch on Qmail?

Googling the topic showed that plain vanilla qmail only sends to the server’s default IP and most people recommend a patch to change the outgoing IP…

Ajack

3 huschi 04.30.07 at 8:07 pm

Absolute useless. Not because of the fact, that Plesk and Visas (both famous ISP-Software) use Qmail with inetd. :)
No, it useless because (x)inetd is for getting Mails, not for sending. For this you don’t need inetd to bind on a specific IP, because the MX-Record do this for you.
If you want to bind Qmail for outgoing Mails on an IP, i must tell you: this will not work because Qmail have no possibles to do so.

huschi.

4 Rick Yang 10.09.07 at 6:16 am

It seems that you can do this, see this link:
http://www.digitaldaemon.com/FreeBSD/qmail/index.html

5 Arun 10.31.09 at 5:35 am

I am using qmialServer. I do not know how enable SELinux. Pls tell me is there an possible ways to enable SELinux in qmailserver and pls tell me what is the procedure to use IPTables to block unauthorised users from outside

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: