OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Smtpd use

openbsde-solutions.re
Date: Tue Aug 17 2010 - 14:24:37 CDT


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 :
contacttotoxx.org: 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.