Smtpd use

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: openbsd
Subject: Smtpd use
Date: Tuesday, August 17, 2010 - 12:24 pm

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 :
contact@totoxx.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.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Smtpd use, openbsd, (Tue Aug 17, 12:24 pm)
Re: Smtpd use, Bret S. Lambert, (Tue Aug 17, 12:34 pm)
Re: Smtpd use, openbsd, (Tue Aug 17, 12:55 pm)
Re: Smtpd use, Bret S. Lambert, (Tue Aug 17, 12:57 pm)
Re: Smtpd use, openbsd, (Tue Aug 17, 1:09 pm)
Re: Smtpd use, Bret S. Lambert, (Tue Aug 17, 1:16 pm)
Re: Smtpd use, Gilles Chehade, (Tue Aug 17, 2:06 pm)
Re: Smtpd use, openbsd, (Tue Aug 17, 11:40 pm)
Re: Smtpd use, openbsd, (Thu Aug 19, 2:51 am)
Re: Smtpd use, Gilles Chehade, (Thu Aug 19, 3:13 am)
Re: Smtpd use, openbsd, (Thu Aug 19, 10:42 am)