Thanks for your help, I finally find my problem (after 3 hours of rereading and
grep configuration files in /etc), it's so simple ...
I have a line to declare myorigin in /etc/postfix/main.cf , after comment that
line, the configuration work fine.
#myorigin = /etc/mailname
On 21/12/2014 17:52, postfix-nabble wrote:
If you see the file main.cf I sent before, I already have this line :
virtual_alias_maps = hash:/etc/postfix/virtual
file /etc/postfix/virtual contains :
@domain2.tld user2
@domain1.tld user1
@domain4.tld user2
@domain3.tld user1
Users "user1" and "user2" are knew by my server (raspian), and I changed :
myhostname = hostname
like I can see in command line :
pi@hostname
I read the section "Postfix virtual ALIAS example: separate domains, UNIX
system accounts" but I can't see in what the suggested configuration differ
from mine.
On 21/12/2014 17:35, Koko Wijatmoko wrote:
On Sun, 21 Dec 2014 09:24:05 -0700 (MST)
nh<postfix-nab...@nhenry.fr> wrote:
virtual_alias_domains = domain1.tld domain2.tld domain3.tld
domais4.tld
you must have virtual_alias_maps in your main.cf, look here
for details...http://www.postfix.org/VIRTUAL_README.html