I've some problems setting up my postfix server to deliver mails to virtual
users.
As I understand it works that way :
I send an email to my serwer to u...@virtual-domain.com which is redirected
in mysql to user_login.
Problem 1 : postfix tryes to add domain and send mail to :
user_lo...@my_domain.com -> no such user.
I tryed another way : u...@virtual-domain.com -> u...@virtual-domain.com
and get NO SUCH USER as well.
I've already created :
groupadd -g 5000 vmail
useradd -g vmail -u 5000 vmail -d /home/vmail -m
and from my userstanding the virtual users maildir should be created by
postfix ?
Basicly I work on suse 11.1 , latest postfix/mysql and tryed to configure
it from :
http://workaround.org/articles/ispmail-sarge/ , and some other WWW
turtorials.
I'm looking for your help :)
-- 
best regards,
Sebastian Chociwski

Reply via email to