This is a discussion on Exim Open to Internet (Port 25) within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; Hi, I've got Debian installed on a box here and Exim hanging out on port 25... open to the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I've got Debian installed on a box here and Exim hanging out on port 25... open to the internet. I'm going to iptables it off in a week or so, however how do I get Exim to just hangout locally instead? -- Regards, Sheridan Hutchinson Sheridan@Shezza.org |
|
|||
|
Hello Sheridan,
Sheridan Hutchinson schrieb/wrote: > I've got Debian installed on a box here and Exim hanging out on port > 25... open to the internet. I'm going to iptables it off in a week or > so, however how do I get Exim to just hangout locally instead? local_interfaces = 127.0.0.1 Regards, Christian -- Christian Schmidt | Germany | ChriSchmiLi@gmx.de No HTML Mails, please!! De eene hett 'n Rittergut, de annere ritt 'n Gitter rut. |
|
|||
|
Christian Schmidt wrote:
> Hello Sheridan, > > Sheridan Hutchinson schrieb/wrote: > >> I've got Debian installed on a box here and Exim hanging out on port >> 25... open to the internet. I'm going to iptables it off in a week or >> so, however how do I get Exim to just hangout locally instead? > > local_interfaces = 127.0.0.1 > > Regards, > Christian Ah, upon testing this it appears to have not worked :( # listen on all all interfaces? ..ifdef MAIN_LOCAL_INTERFACES local_interfaces = 127.0.0.1 ..else DEBCONFlistenonpublicDEBCONF ..endif Is this right? -- Regards, Sheridan Hutchinson Sheridan@Shezza.org |
|
|||
|
Hello Sheridan,
Sheridan Hutchinson schrieb/wrote: > Ah, upon testing this it appears to have not worked :( > > # listen on all all interfaces? > .ifdef MAIN_LOCAL_INTERFACES > local_interfaces = 127.0.0.1 > .else > DEBCONFlistenonpublicDEBCONF > .endif > > Is this right? Sounds good. Regards, Christian -- Christian Schmidt | Germany | ChriSchmiLi@gmx.de No HTML Mails, please!! De eene hett 'n Rittergut, de annere ritt 'n Gitter rut. |
|
|||
|
Christian Schmidt wrote:
> Hello Sheridan, > > Sheridan Hutchinson schrieb/wrote: > >> Ah, upon testing this it appears to have not worked :( >> >> # listen on all all interfaces? >> .ifdef MAIN_LOCAL_INTERFACES >> local_interfaces = 127.0.0.1 >> .else >> DEBCONFlistenonpublicDEBCONF >> .endif >> >> Is this right? > > Sounds good. > > Regards, > Christian Yeah it looks good to me but it just doesn't appear to pick the settings :( Is there any command lines I need to run to update this? I'm on Debian BTW. -- Regards, Sheridan Hutchinson Sheridan@Shezza.org |
|
|||
|
* Sheridan Hutchinson <Sheridan@Shezza.org> [12-09-06 17:29]:
> > Yeah it looks good to me but it just doesn't appear to pick the settings :( > > Is there any command lines I need to run to update this? I'm on Debian BTW. You have to run update-exim4.conf and restart exim after that. Greetings Jens |
|
|||
|
Jens Schüßler wrote:
> * Sheridan Hutchinson <Sheridan@Shezza.org> [12-09-06 17:29]: >> Yeah it looks good to me but it just doesn't appear to pick the settings :( >> >> Is there any command lines I need to run to update this? I'm on Debian BTW. > > You have to run update-exim4.conf and restart exim after that. > > Greetings > Jens Hi there, Nothing I did seemed to work in terms of directly editing the configs. However, in the end, as I'm on debian I dpkg-reconfigure exim4-config where it explicitly asked me what I wanted to do with the interfaces and solved it that way. This might be of use to someone else in the same situation. Thanks for the help anyway guys! -- ·''`. Regards, : :' : Sheridan Hutchinson `. `' Sheridan@Shezza.org `- |
|
|||
|
Hello Sheridan,
Sheridan Hutchinson schrieb/wrote: > Jens Schüßler wrote: >> * Sheridan Hutchinson <Sheridan@Shezza.org> [12-09-06 17:29]: >>> Yeah it looks good to me but it just doesn't appear to pick the settings :( >>> >>> Is there any command lines I need to run to update this? I'm on Debian BTW. >> >> You have to run update-exim4.conf and restart exim after that. >> >> Greetings >> Jens > > Hi there, > > Nothing I did seemed to work in terms of directly editing the configs. Maybe you should take a look at the specific docs for the "debianized" exim in /usr/share/doc. Regards, Christian -- Christian Schmidt | Germany | ChriSchmiLi@gmx.de No HTML Mails, please!! De eene hett 'n Rittergut, de annere ritt 'n Gitter rut. |