Ricky Tompu Breaky wrote: > On Tue, 29 Sep 2009 20:29:03 -0500 > "/dev/rob0" <r...@gmx.co.uk> wrote: > > RB> I am sorry about what happened here in this mail-list. I apologize. > > >> If you do manage to come up with a real Postfix question in the >> future, please see this before posting again: >> http://www.postfix.org/DEBUG_README.html#mail >> That way, you can give the list a smart question and hope for an >> informed answer. >> > > RB>Err if I may be back to the topic, here's my problem: > 1. I use OpenSuSE 11.1 and I created the local user account with YaST2 > because I prefer YaST2 better then useradd. > 2. This is my current 'main.cf': > > We prefer 'postconf -n' to cut out problems and for you to see obvious errors. > virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf > virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf > virtual_mailbox_base = /var/vmail
This shows you are using Virtual Mailboxes (possibly with the unsupported VDA patch). If your domain is in the mysql-virtual_domains.cf map, then you must MySQL to create users. Any mail gets stored in /var/vmail Since this is of your own design (or copy/paste), we cannot support every single virutal mailbox setup. Please see: http://www.postfix.org/VIRTUAL_README.html for a background. > And this is my 'cyrus.conf': > " > Cyrus IMAP/POP questions should be taken to their mail list. > 5. In my understanding after I read postfix book, the user mailbox of > an email account is the mailbox of the linux account. So the mailbox of > 'mail' uses is the same as which the Postfix access: > " > sussy:/etc/postfix # mail > No mail for root > ". > This is true if using the local transport. You are using virtual mailboxes. > 6. But if I try to access the pop3 email account of mail.mygoogle.com > than my email client (evolution) always prompting for password although > I've typed-in the password of linux userlogin where my Postfix and > Cyrus reside. It means automatically the useraccount of linux account > and the Postfix email account are in separated boxes. > So in my conclusion, Postfix uses separated (another) mailbox for an > email account. CMIIW. > > Now my question is: How can I created a user account (or email account) > of Postfix? > Postfix only transfers email. It does not create users nor display email. Where are the logs of a successful or failed attempt?