Re: [exim] [Newbie] Configure exim for a LAN

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Fabien LUCE
日付:  
To: exim-users
題目: Re: [exim] [Newbie] Configure exim for a LAN
Hi everyone,

so i use now exim4.conf on both machines ("client" and "server").
HOwever route rules by default are not enough for me to route mails from my
client (atom.example.org 10.0.0.3) to the serveur
(server.example.org10.0.0.2)...
I tried Phil rules, but it did'nt work out.
Any of my two machine achive find its way on the LAN...

Moreover, I continued to work on the telnet thing... telnet
serveur.example.org 25
Must the "server" respond even if it is not considered as a relay host ?

In fact i'd like my two machines to send themself mails without any "smtp
help" from anywhere, just by theirselves...is it possible?

Thanks again




2010/2/21 Fabien LUCE <fabienluce@???>

> Well, thanks it seems more simple, i'm having a look at it right now!
>
> 2010/2/21 Karl Fischer <exim-users@???>
>
> Fabien LUCE schrieb:
>> > Hi, thanks for your answers.
>> >
>> > I did some new experiment since i tried to contact the server machine
>> with
>> > telnet.
>> > I must admit i did'nt have any response from client "connexion refused"
>> > although i had a #220 response from localhost (server).
>> > I had however opened port #25 via iptables...
>> > Maybe i should start by solving this problem?
>> >
>> > Do you have an idea?
>>
>> In Debian everything is different if you're using the standard Debian
>> config.
>> (eg. by default Debian only listens on 127.0.0.1) try:
>>
>> dpkg-reconfigure exim4-config
>>
>> It will ask a few questions and create a basic configuration that suits
>> most
>> of the standard requirements (more or less).
>>
>> In case you want more flexibility in the configuration (and want support
>> from
>> this list) it would be best to start with a 'normal' exim4.conf rather
>> than the
>> very special Debian configuration.
>>
>> You'll find a template at
>> /usr/share/doc/exim4-base/examples/example.conf.gz
>>
>> zcat /usr/share/doc/exim4-base/examples/example.conf.gz >
>> /etc/exim4/exim4.conf
>>
>> Now you can configure your exim4.conf to suit your needs ...
>>
>> hth
>>
>> - Karl
>>
>
>