Re: [exim] conditional routing

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Steve Zeng
Fecha:  
A: 'Jeremy Harris', exim-users
Asunto: Re: [exim] conditional routing
Thanks, Jeremy. I figured it out after reading your link article:

hostlist open_relay_from_hosts = /etc/exim/open-relay-from-hosts

acl_check_rcpt: 
    deny message = sender host is allowed to send emails to public
    hosts = !+open_relay_from_hosts
    domains = +local_domains



-----Original Message-----
From: exim-users-bounces+szeng=paypros.com@???
[mailto:exim-users-bounces+szeng=paypros.com@exim.org] On Behalf Of Jeremy
Harris
Sent: Wednesday, June 04, 2014 2:41 AM
To: exim-users@???
Subject: Re: [exim] conditional routing

On 04/06/14 00:22, Steve Zeng wrote:
> Quite new to exim ACL... can you give some syntax examples


http://exim.org/exim-html-current/doc/html/spec_html/ch-access_control_lists
.html#SECID199

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/