[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

EXIM: recevoir email sur un autre PC



Bonsoir à tous,

Je cherche à retrouver (j'avais trouvé sur un autre serveur mais je n'ai
pas sauvegarder les confs!) la bonne configuration d'exim pour rediriger les
emails reçus sur mon serveur auto-hébergé vers un pc du réseau local :

le serveur à l'IP 192.168.0.16
le client à l'IP 192.168.0.18

les configs du client:

/etc/hosts:
127.0.0.1 localhost.client.org localhost
127.0.1.1 desktop.client.org desktop
192.168.0.18 desktop.client.org desktop
192.168.0.16 matrix.leblais.net matrix

/etc/aliases:
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
logcheck: root
root: genpashiro 

/etc/exim4:
dc_eximconfig_configtype='smarthost'
dc_other_hostnames=''
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='mail.desktop.client.org'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'

les configs du serveur:

/etc/hosts:
127.0.0.1 localhost
127.0.1.1 matrix.leblais.net matrix
192.168.0.16 matrix.leblais.net matrix
192.168.0.18 desktop.client.org desktop

/etc/aliases:
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
logcheck: root
root: neo

/etc/exim4:
dc_eximconfig_configtype='smarthost'
dc_other_hostnames=''
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'
-- 
Frédéric Marécaille


Reply to: