Displaying 2 results from an estimated 2 matches for "domainlist".
Did you mean:
domain_list
2016 Nov 07
2
Redirect the emails from domain2 to domain1
...rs,
I have a VPS using these two applications. I am transitioning from a
domain_old to a domain_new. I'd like to redirect all the emails from
domain_old to the local mailboxes of users @ domain_new. In exim I've
assumed that it is enough to add domain_old to the list of local domains:
domainlist local_domains = @ : domain_new : domain_old
...
begin routers
...
local_users:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
transport = dovecot_lmtp
cannot_route_message = Unknown user
However in Dovecot I'm checking bo...
2013 Mar 11
1
exim localhost vs 127.0.0.1
...i all,
I had a big problem I did not figured out.
It is solved, but I have questions about the matter.
It's about Exim 4.72/CentOS 6.
Connecting to Exim via "localhost" is denies relay
Connecting to Exim via 127.0.0.1 accepts the relay
"localhost" is in the local_domains domainlists
"localhost" is resolving to 127.0.0.1 in /etc/hosts
Why?
[mihamina at recette53 ~]$ rpm -aq | grep exim
exim-4.72-4.el6.x86_64
[mihamina at recette53 ~]$ telnet localhost 25
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 recette53.ideoneov.com ESMTP Exi...