On Wed, May 16, 2007 at 10:59:11AM -0700, Elias Kesh wrote: > From: Elias Kesh <[EMAIL PROTECTED]> > To: [email protected] > Date: Wed, 16 May 2007 10:59:11 -0700 > Subject: Re: [exim] Can't close open relay. > > That's interested > I added the line > smtp_banner = TEST BLAH FOO BAR MOOF > > restarted exim > [EMAIL PROTECTED]:/etc/exim4# /etc/init.d/exim4 restart > Stopping MTA for restart:. > Restarting MTA: exim4. > > Then telnet > > [EMAIL PROTECTED]:/etc/exim4# telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost.localdomain. > Escape character is '^]'. > 220 Kesh.com ESMTP Exim 4.65 Wed, 16 May 2007 10:55:10 -0700 > quit > 221 Kesh.com closing connection > Connection closed by foreign host. > [EMAIL PROTECTED]:/etc/exim4# > > Doesn't look like it took. So I added a garbage line just under the > smtp_banner and restarted exim to see if it's even using the conf file and > got this. > <snip> > > So it looks like it's getting the right file. Is it possible that it's > parsing > more than one conf file ?
Run this: exim4 -bV The last line tells you what configuration file it's using. ( has anyone mentioned the top posting thing? ) Steven. -- Beware of computerized fortune-tellers! -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
