![]() |
Problem with fetching mail - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Problem with fetching mail (/thread-2370.html) |
Problem with fetching mail - abuzaind - 02-09-2008 06:40 AM When I connect to pop3, I get the message about failed login. The except from mail.log: Code: Feb 8 20:10:45 vps courierpop3login: Connection, ip=[::ffff:XX.XXX.XXX.XXX] I tried also to send a mail message to this mailbox. Here's except from mail.log about this action: Code: Feb 8 20:10:38 vps postfix/smtpd[11731]: NOQUEUE: reject: RCPT from XXXXXXXXXXX.net[XX.XXX.XX.XXX]: 550 5.1.1 <test@XXXXXX.net>: Recipient address rejected: User unknown in virtual mailbox table; from=<***@******.ua> to=<test@XXXXXXXX.net> proto=ESMTP helo=<XXXXXXXXXXXX.net> Where should I look for a solving? Thanks! RE: Problem with fetching mail - rbtux - 02-09-2008 06:44 AM check if the user and password is correct. If your absolutely sure about the credentials take a look into the files under /etc/postfix/ispcp RE: Problem with fetching mail - abuzaind - 02-09-2008 07:03 AM rbtux Wrote:check if the user and password is correct. ![]() Quote:If your absolutely sure about the credentials take a look into the files under /etc/postfix/ispcpI don't see any problem there. But I still can't connect. RE: Problem with fetching mail - rbtux - 02-09-2008 07:07 AM increase the debug level of courier... i somehow can't believe you that the mailadress is correct in the virtual_mailbox_maps... postfix don't lie in my expirience ;-) RE: Problem with fetching mail - abuzaind - 02-09-2008 07:14 AM Can this cause this problem? Quote:Feb 8 20:04:29 vps postfix/trivial-rewrite[9294]: warning: database /etc/postfix/ispcp/aliases.db is older than source file /etc/postfix/ispcp/aliases RE: Problem with fetching mail - rbtux - 02-09-2008 07:21 AM yeah postmap /etc/postfix/ispcp/aliases postmap /etc/postfix/ispcp/transport but you should check why they were not updated... RE: Problem with fetching mail - abuzaind - 02-09-2008 07:25 AM Sorry to say, but I don't know how to check this =) RE: Problem with fetching mail - rbtux - 02-09-2008 07:29 AM have you had some messages when added the last mailaccount? does it work after postmap? what happens when you add a new account? RE: Problem with fetching mail - abuzaind - 02-09-2008 07:35 AM I didn't get any messages. Everything seems correct. RE: Problem with fetching mail - abuzaind - 02-09-2008 07:37 AM maybe replacing with dovecot (i see it's your manual ![]() |