On 8/19/2010 11:51 AM, [email protected] wrote:
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 ?
smtpd does not support masquerading, you need to use a MUA that lets you
provide the sender address. if you want mailer-daemons to come from
totoxx.org you need to set your machine hostname to totoxx.org
i don't know if jacek has plans to implement masquerading in a near
future, you need to ask him
gilles