How to setup a mail system in intranet?

How to setup a mail system in intranet?

am 02.01.2006 14:52:05 von LI Daobing

Hello,

I want to know how to setup a mail system in intranet.

for example, I have two computer named A and B. A have two accounts:
a1 and a2. B also have two accounts: b1 and b2. How to setup a
mailsystem support mail from A or B and mail to a1@A, a2@A, b1@B, b2@B.

my Linux System is Debian and the default mail server is exim.

PS: I have read "The Linux Electronic Mail Administrator HOWTO" and did
not find information to solve this problem.

Thanks.

Re: How to setup a mail system in intranet?

am 02.01.2006 16:21:29 von AK

LI Daobing wrote:

> Hello,
>
> I want to know how to setup a mail system in intranet.
>
> for example, I have two computer named A and B. A have two accounts:
> a1 and a2. B also have two accounts: b1 and b2. How to setup a
> mailsystem support mail from A or B and mail to a1@A, a2@A, b1@B, b2@B.
>
> my Linux System is Debian and the default mail server is exim.
>
> PS: I have read "The Linux Electronic Mail Administrator HOWTO" and did
> not find information to solve this problem.
>
> Thanks.
>

What is the problem? Does your intranet have a name server setup? Do
you have zone for A and a zone for B defined so that A and B point to an
IP address? Or does computer A know of computer B and vice versa
(/etc/hosts file)?
Did you configure each system to be able to handle email sent to the
local (a1 and a2 for A and b1 and b2 for B) users??




AK

Re: How to setup a mail system in intranet?

am 03.01.2006 09:17:04 von LI Daobing

AK wrote:
> What is the problem?

> Does your intranet have a name server setup?
No.

> Do
> you have zone for A and a zone for B defined so that A and B point to an
> IP address?
No


> Or does computer A know of computer B and vice versa
> (/etc/hosts file)?
Yes

> Did you configure each system to be able to handle email sent to the
> local (a1 and a2 for A and b1 and b2 for B) users??

I don't know how to do this, can you give me some suggestion?

Thanks.

Re: How to setup a mail system in intranet?

am 03.01.2006 12:59:36 von AK

LI Daobing wrote:

> AK wrote:
>
>>What is the problem?
>
>
>>Does your intranet have a name server setup?
>
> No.
>
>
>>Do
>>you have zone for A and a zone for B defined so that A and B point to an
>>IP address?
>
> No
>
>
>
>>Or does computer A know of computer B and vice versa
>>(/etc/hosts file)?
>
> Yes
>
>
>>Did you configure each system to be able to handle email sent to the
>>local (a1 and a2 for A and b1 and b2 for B) users??
>
>
> I don't know how to do this, can you give me some suggestion?
>
> Thanks.
>

Have you looked at the configuration options as well as the
documentation for exim? http://www.exim.org/

AK