[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: EXIM relay for specific users



Andrew,

Glad you replied to this! This was Paul Johnson's solution not mine. I used
the other suggestion that was made (simpler, so I tried it first thinking it
would probably not work as I thought I had already tried it) that is to put
the public IP number in the
hosts_accept_relay=
directive.

Unfortunately when I saved this I clipped off the name of the person who
gave me that answer...thanks to you whoeva you is!

Now...how come it's working so slowly? I commented out the lookup directive
to no effect. Maybe I should try Paul's solution.

I'm afraid I am not up to speed on SSL...I'm listening if anyone wants to
jump in.

Best Wishes!
Mike Olds www.buddhadust.org

-----Original Message-----
From: Andrew R Reid [mailto:andrew@cpplating.com.au]
Sent: Thursday, December 05, 2002 9:52 PM
To: Debian User
Subject: RE: EXIM relay for specific users



> -----Original Message-----
> From: Michael Olds [mailto:MikeOlds@pacbell.net]
> Sent: Wednesday, 4 December 2002 12:10 AM
> To: debian-user List
> Subject: RE: EXIM relay for specific users

> I don't know about the SSL part, but I'll save you the royal pain in
> the ass associated with exim and pam...
>
> In /etc/exim/exim.conf...
> In Main Configuration Settings add...
>
> # Fix problems with auth.
>
> exim_user=mail
> exim_group=shadow
>
> In Authentication Configuration, make it read something like...
>
> ######################################################################
> #                   AUTHENTICATION CONFIGURATION                     #
> ######################################################################
>
> # Look in the documentation (in package exim-doc or exim-doc-html for
> # information on how to set up authenticated connections.
>
> plain:
>   driver = plaintext
>   public_name = PLAIN
>   server_condition = "${if pam{$2:$3}{1}{0}}"
>   server_set_id = $2
>
> login:
>   driver = plaintext
>   public_name = LOGIN
>   server_prompts = "Username:::Password::"
>   server_condition = ${if pam {$1:${sg{$2}{:}{::}}}{yes}{no}}
>   server_set_id = $1
>
> # End of Exim configuration file
> Best Wishes!
> Mike Olds www.buddhadust.org
>

Thank you very much for this Michael.  It is working perfectly.  How do I do
this with ssl?

There are a lot of parts of my exim.conf that are commented out relating to
tls conections.  Is this similar to ssl?


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




Reply to: