Hi,

I tried other test:
I configured /etc/mailer.conf to use smtpctl and makemap.
my /etc/mail/virtual :
[email protected]:  wesley
[email protected]:  root
After i done : makemap -t aliases -o /etc/mail/virtual.db /etc/mail/virtual

my /etc/mail/smtpd.conf :
listen on lo0
listen on sis0
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 mbox
accept for all relay

I can send email for example to @gmail, but i comes with the name of my
hostname : [email protected] instead of [email protected]. Why ?
I can't receive emails. Can you help me, please ?

On Wed, 18 Aug 2010 14:28:20 +0200, Gilles Chehade <[email protected]>
wrote:
> 
> yes it is possible to send mails with the one from 4.7 but it lacks
> many bug fixes and you shouldn't use it
> 
> your smtpd.conf lacks a rule to allow local host to send outgoing
> mails:
> 
> accept for all relay

Reply via email to