On Wed, 20 Jan 2010 19:01:16 +0000, Adam Hardy wrote:

Tip: it's better to open a new thread ("new" post instead to "reply") if 
you are changing the theme of the e-mail :-)

> I'm installing stuff onto a vserver which I have just got, and according
> to the sysadmin at the hosting provider, due to their set-up, I can't
> configure exim to listen on 127.0.0.1, I have to use the given IP
> address.
> 
> In case that doesn't make sense, I mean that I am not supposed to get
> this netstat output:
> 
> tcp        0      0 127.0.0.1:25            0.0.0.0:*              
> LISTEN
> 
> 
> It should listen like this (or all hell breaks loose on their server
> farm):
> 
> tcp        0      0 10.20.30.40:25          0.0.0.0:*              
> LISTEN
> 
> where 10.20.30.40 is the static IP I've been given (which is then NAT'd
> by the hosting provider to something else).
> 
> My vserver set-up has very simple requirements - I just want the system
> to send out emails generated on the system locally, e.g. piping command
> output to mailx
> 
> Any enlightenment much appreciated

Are you still using Postfix? :-)

If yes, you can change -again- the "above-mentioned" ;-) value to:

***
inet_interfaces = 10.20.30.40, localhost
***

And restart Postfix.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to