[exim] Migrate to latest EXIM.

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Shine, Gary
Data:  
Para: 'Renaud Allard'
CC: exim-users
Asunto: [exim] Migrate to latest EXIM.
I have installed the latest EXIM and all works so far. The Exim 2.05 we have
uses basiclaly 4 files.

Pop3.domains = a simple list (flat text file) of local domains
i.e
A.com
B.com
C.com

Pop3.aliases = a simple list (flat text file) of e-mails to pop boxes
i.e
name@???:        popbox@pop


Relay.nets = a simple list (flat text file) of networks allowed to relay
through the box
i.e
1.2.3.0/24
2.3.4.5/32

Relay.domains
Domains allowed to relay.

Exim 2.05 config for these files is.

Pop3.aliases
local_domains = "pop:lsearch;/usr/local/exim/pop3.domains"

Pop3.domains
pop3:
domains = lsearch;/usr/local/exim/pop3.domains,
driver = smartuser;
new_address =
${lookup{$local_part@$domain}lsearch{/usr/local/exim/pop3.aliases}{$value}fa
il}

pop3_wildcard:
domains = lsearch;/usr/local/exim/pop3.domains,
except_local_parts = "root:postmaster",
driver = smartuser;
new_address =
${expand:${lookup{*@$domain}lsearch{/usr/local/exim/pop3.aliases}{$value}fai
l}}

Relay.nets
sender_net_accept_relay = /usr/local/exim/relay.nets

Relay.domains
relay_domains = partial-lsearch;/usr/local/exim/relay.domain


HOW DO THESE TRANSLATE INTO THE LATEST RELEASE

Many thanks
Gary



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.netlink.info
**********************************************************************