Hi, I nearly have Postfix working on Opensuse 11.1.
For a non system account user, it works. For example: /var/mail/vhosts/samwootton.com/bruno gets populated with incoming mail. However, when i try to do the same for a system account user, it never reaches that message store. It was going in to /var/spool/mail/useraccount but i commented out: mail_spool_directory in mail.cf. Here are the rest of my settings: *inet_interfaces = $myhostname, localhost* > *mydestination = $myhostname* > *virtual_mailbox_maps = hash:/etc/postfix/vmailmaps* > *local_recipient_maps = $virtual_mailbox_maps* > *local_transport = virtual* > *mynetworks_style = host* > *virtual_mailbox_domains = samwootton.com* > *virtual_mailbox_base = /var/mail/vhosts* > I have commented out 'mailbox_transport' completely. Here is my vmailmaps: s...@samwootton.com samwootton.com/sam Could anyone help me fix this problem? Just to clarify, i can get non system account mail being delivered, but not a system account. I'm guessing it is still using the default delivery agent for that on system account? A delivery agent that looks inside /etc/passwd and /etc/aliases files? Thanks for any help. Regards, Sam -- s...@samwootton.com