Re: [Exim] disabling outgoing mail

Top Page
Delete this message
Reply to this message
Author: Fred Viles
Date:  
To: exim-users
Subject: Re: [Exim] disabling outgoing mail
On 8 Jul 2004 at 14:48, Dan Egli wrote about
    "Re: [Exim] disabling outgoing mail":


|...
| If you are getting all mail from your ISP's server ...


He's not. Quoting from the OP:

| I am using exim4 only for mail receiving (I have to use my ISP for
| outgoing SMTP), ...


Just put this at the *top* of your acl_smtp_rcpt and acl_not_smtp
ACLs:

    deny    message = No non-local delivery
        !domains = +local_domains


Alternatively, if you have no routers configured for non-local
delivery the "verify = recipient" clause you probably already have in
your ACLs should do the trick.

- Fred