Re: [EXIM] Relaying question.

Top Page
Delete this message
Reply to this message
Author: Nathan Schuler
Date:  
To: Jonathan Care
CC: exim-users
Subject: Re: [EXIM] Relaying question.
>I have a question regarding relaying. One of my associates gets POP mail
>delivered to him at a machine I run, and I'd like to set him up as authorised
>to
>send mail through my host, so that he can send mail from this machine.
>
>The problem? He gets internet connectivity from AOL.


Well, here is what I use for my non local pop users:

relay_match_host_or_sender
relay_domains = *.sanasys.com:sanasys.com:lsearch;/etc/exim/domains
sender_address_relay = *.sanasys.com:sanasys.com:lsearch;/etc/exim/domains
sender_host_accept_relay = *.sanasys.com:sanasys.com

This will allow the mail sender to relay as long as their hostname or sender
address is in the sanasys.com domain or in the /etc/exim/domains file.


Nathan Schuler <nschuler@???>
UNIX Networking Solutions / Systems Administrator
Sana Systems Inc.


--
*** Exim information can be found at http://www.exim.org/ ***