Re: SOLVED: RE: [Exim] Bad Authentication ACL, used for rela…

Top Page
Delete this message
Reply to this message
Author: Wakko Warner
Date:  
To: Chris Huff
CC: exim-users
Subject: Re: SOLVED: RE: [Exim] Bad Authentication ACL, used for relay - 4.20
> Thanks man. Now I can sleep well :-)
>
> 2003-09-11 12:13:11 auth_login authenticator failed for (merry) [218.70.147.175]: 535 Incorrect authentication data (set_id=webmaster)
> 2003-09-11 12:16:36 auth_login authenticator failed for (metaphysics) [211.158.87.201]: 535 Incorrect authentication data (set_id=webmaster)


Depending on your location, maybe you should not allow authentication
outside your country's IP space.

> -----Original Message-----
> From: Wakko Warner [mailto:wakko@animx.eu.org]
> Sent: Thursday, September 11, 2003 7:43 AM
> To: Chris Huff
> Cc: exim-users@???
> Subject: Re: [Exim] Bad Authentication ACL, used for relay - 4.20
>
>
> > today i doscovered im being used as a relay for about 12 hours. This is the first time this has happened. I looked on the list for an answer and could not find one. Can someone please take a looka t my file and let me know whats wrong?
>
> Log sample?
>
> > hostlist relay_hosts = DMZ1:DMZ2:OFFICE:COLO:CR:JOESOHO
>
> What's this? You might want to consider making this a dbm like the other
> lists.
>
> > hostlist auth_relay_hosts = *
>
> You're allowing everyone to relay if authenticated. (FYI)
>
> > check_recipient:
>
> Looks ok.
>
> > check_message:
>
> irrelevent
>
> > ######################################################################
> > #                   AUTHENTICATION CONFIGURATION                     #
> > ######################################################################

> >
> > begin authenticators
> >
> > auth_login:
> >   driver = plaintext
> >   public_name = LOGIN
> >   server_condition = "${if eq {${lookup{$1}lsearch{/usr/local/exim4/exim.passwd}{$value}}} {$2} {yes} {no}}"
> whoah.  you are an open relay with this
> simple change to:
>    server_condition = "${if eq {${lookup{$1}lsearch{/usr/local/exim4/exim.passwd}{$value}fail}} {$2} {yes} {no}}"
> what does exim.passwd look like?  user: pass
> or something different?

>
> > server_set_id = $1
> > server_prompts = "Username:: : Password::"
> >
> > #####################################33
> >
> > Im currently trying to fix it myself but this is my server at work and I have to get it running well very soon.
>
> Please wrap lines at 76char.
>
> --
> Lab tests show that use of micro$oft causes cancer in lab animals

--
Lab tests show that use of micro$oft causes cancer in lab animals