![]() |
POP3/IMAP Error - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: POP3/IMAP Error (/thread-14883.html) |
POP3/IMAP Error - sz.varhegyi - 07-29-2011 03:45 AM Hello. Sorry for the bad English. I installed ispCP (1.0.7) for a VPS (Debian LENNY). Does it also have 1-2 domain. All goes perfectly except the following: localhost (Port 10024) AMaVis STOP 88.151.99.171 (Port 995) POP3-SSL STOP localhost (Port 783) SPAMASSASSIN STOP Sending mail works. Receive not working Error details: Action: failed Status: 5.1.1 Diagnostic-Code: X-Postfix; unknown user: "Development" The mail log-in is found at: fatal: open database / etc / postfix / ispCP / mailboxes.db: Permission denied. Several people wrote to chmod this file 655/777. So do not work. Thank you in advance for your help! RE: POP3/IMAP Error - joximu - 07-29-2011 07:14 AM Hi The stopped services are not necessary. AMaVis + Spamassassin are not part of ispcp and courier-pop3-ssl can be installed manually. the files in /etc/postfix/ispcp have this permissions...: drwxr-xr-x 2 root root 4096 10. Jun 12:23 . [folder ispcp] drwxr-xr-x 4 root root 4096 7. Jun 01:45 .. [folder postfix] -rw-r--r-- 1 root root 16396 24. Jul 23:03 aliases -rw-r--r-- 1 root root 49152 24. Jul 23:03 aliases.db -rw-r--r-- 1 root root 2560 20. Jul 13:51 domains -rw-r--r-- 1 root root 12288 20. Jul 13:51 domains.db -rw-r--r-- 1 root root 15547 24. Jul 23:03 mailboxes -rw-r--r-- 1 root root 49152 24. Jul 23:03 mailboxes.db -rw-r--r-- 1 root root 2590 24. Jul 23:03 sender-access -rw-r--r-- 1 root root 12288 24. Jul 23:03 sender-access.db -rw-r--r-- 1 root root 72 24. Jul 23:03 transport -rw-r--r-- 1 root root 12288 24. Jul 23:03 transport.db Hope this helps /J RE: POP3/IMAP Error - sz.varhegyi - 07-29-2011 08:07 AM All permissions is OK. But when I try to send email i get back this: Quote:This is the mail system at host e-complex.hu. RE: POP3/IMAP Error - joximu - 07-29-2011 04:44 PM Most important is: get rid of the fatal error message in mail.log Becaus if postfix cannot read the mailbox hash config file then it doesn't know the valid mail addresses. Can you give us the output of "ls -la /etc/postfix/ispcp" Maybe check if there is also the same file in /var/spool/postfix/etc/ - or search the system for "mailboxes" and "mailboxes.db". On some systems postfix copies the files to his chroot... depends on the distribution... /J RE: POP3/IMAP Error - sz.varhegyi - 07-30-2011 08:50 AM (07-29-2011 04:44 PM)joximu Wrote: Most important is: get rid of the fatal error message in mail.log Attched! RE: POP3/IMAP Error - joximu - 07-31-2011 10:11 AM watch the line in the log: "warning" ... "do not list domain"..... it says it all!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! and we already had this all the time. I assume you did not give the server a hostname - you gave it a domain name... /J |