Hi,
Today, i tried to build a mailserver for one domain : totoxx.org
Here my smtpd.conf :

listen on lo0
listen on em0
hostname "puffymail.my.domain"
map "aliases" { source db "/etc/mail/aliases.db" }
map "virtual" { source db "/etc/mail/virtual.db" }
accept for local deliver to mbox
accept from all for domain "totoxx.org" deliver to box

I ve a user : "contact" on the box.

And here my virtual file :
[email protected]:   contact

I can receive mails. It works good.
But how can i send mail? i need to use sendmail? How can i modify my
configuration to send emails ?
Thank's for your advices.

Reply via email to