Changing interface IP address for exim mail server.

27 06 2008

You can change the interface IP address for exim mail server in the exim configuration file (exim.conf).

1) Open the configuration file of exim.

vi /etc/exim.conf

2) Check for the following parameters.

remote_smtp:

driver = smtp

interface=

Change to like this:

remote_smtp:

driver = smtp

interface=x.x.x.x

NB: Replace x.x.x.x with your IP address.

3) Restart the mail service using the following command.

/etc/init.d/exim restart


Actions

Information

2 responses

23 07 2008
Girish

good one…its coming up as second suggestion in google!

1 08 2008
Yldhose

Now it is first…:)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s




Follow

Get every new post delivered to your Inbox.