thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Sun Jul 31, 2005 10:21 am Post subject: How to bind Qmail to specific IP address? |
|
|
1) Open your /etc/xinetd.d/smtp file and add bind=IP line:
# vi /etc/xinetd.d/smtp
bind = 202.55.55.202
2) Save file
3) Reload xinetd with
/etc/init.d/xinetd reload
OR
/etc/init.d/xinetd restart |
|