Emulate mailing among Virtual Machines

Hello
I want to emulate mailing among Virtual machines.I set up openSUSE on each of them with Lamp server,Postfix and BIND.But how do I emulate mail sending and receiving?

Thanks

Move this thread If I posted it on wrong Forum.

On 2011-06-09 02:06, Aatish910 wrote:
>
> Hello
> I want to emulate mailing among Virtual machines.I set up openSUSE on
> each of them with Lamp server,Postfix and BIND.But how do I emulate mail
> sending and receiving?

You can have real email between virtual machines, just postfix on all of
them, bind in one.

Too long to explain, grab a howto. I’m off to bed. :-p


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

I will try that

On 2011-06-09 03:36, Aatish910 wrote:
>
> I will try that

Basically you need a bind server defining names and addresses for your
virtual machines, with an MX entry for each, and make all VM query this server.

Then setup postfix, almost default configuration, listening on the external
interface.

Done.

Try sending emails with comand “mail” on each machine.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

Done.Thanks