Stephen Liu a écrit : > What I can't figure out is; > > > User 'satimis' was created when I built Debian Etch. It has folder > created on /home/satimis >
I thought you were after virtual mailbox domains. what do unix users have to do with this? > # ls -ld /home/satimis/ > drwxr-xr-x 2 satimis satimis 4096 2008-10-09 17:02 /home/satimis/ > > > satimis can't receive mails, all mails to [EMAIL PROTECTED] rejected > because it is not on vmail group. > > If you want a single uid:gid to own the mail store, use virtual_uid_maps = static:5000 virtual_gid_maps = static:5000 (the 5000 values are the vmail uid and gid). This is shown in the workaround.org howto. did you read it? and did you read and understand http://www.postfix.org/VIRTUAL_README.html > [snip] > > [snip] > Oct 10 05:03:24 xen6 postfix/smtpd[1447]: NOQUEUE: reject: RCPT from > ti-out-0910.google.com[209.85.142.184]: 550 5.1.1 > <[EMAIL PROTECTED]>: Recipient address rejected: User unknown in > virtual mailbox table; from=<[EMAIL PROTECTED]> > [EMAIL PROTECTED] is not found in virtual_mailbox_maps. you can use postmap -q to test your maps. for example: # postmap -q [EMAIL PROTECTED] mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf This should return the mailbox location for [EMAIL PROTECTED] > [snip] > > I doubt whether I'm allowed to run; > > # useradd -g vmail -u 5001 satimis -d /home/vmail/satimis -m > > Because user 'satimis' already exiting. Please help. TIA > it looks like you're confusing local (unix) and virtual delivery. reread the docs carefully.