On May 16, 2007, at 1:02 AM, Elias Kesh wrote: > > I did restart exim4 > /etc/init.d/exim4 restart > > Again if I type the address manually in the test command it gets > rejected. > Running the telnet session still fails.
Hmm, that's odd. Just to be sure, could you try changing your banner to something obvious to check if exim is actually picking up the changes? Something like smtp_banner = TEST BLAH FOO BAR MOOF will do. Then restart exim and telnet to your local port 25. Also, you can safely remove the acl_check_auth stuffs and move the accept authenticated = * into the rcpt acl just before or after the 'accept from local hosts' bit. -- ## 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/
