Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: users

Accept hosts

 

 

exim users RSS feed   Index | Next | Previous | View Threaded


towern at gmail

Oct 28, 2009, 4:42 AM

Post #1 of 2 (103 views)
Permalink
Accept hosts

Hi

I want to accept all mails from all hosts to one of my local domain.
Then in acl_check_rcpt may i set something like:

accept
hosts= :
domains= my.local.domain.com

or

accept
hosts= *
domains= my.local.domain.com

?

Which example is correct?


Regards!

--
## List details at http://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/


exim-users-20081202 at djce

Oct 28, 2009, 12:14 PM

Post #2 of 2 (91 views)
Permalink
Re: Accept hosts [In reply to]

On Wed, Oct 28, 2009 at 12:42:20PM +0100, tower wrote:
> Hi
>
> I want to accept all mails from all hosts to one of my local domain.
>
> hosts= :
> or
> hosts= *
>
> Which example is correct?

hosts = * is closer, but even better is just to miss out the hosts line
entirely:

accept
domains = yourdomain.example.com

or use a domain list (domains = +your_domains).

You might want to consider using "require verify = recipient" though, unless
your domain accepts anything at all before the "@" sign.

--
Dave Evans
http://djce.org.uk/
http://djce.org.uk/pgpkey
Attachments: signature.asc (0.19 KB)

exim users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.