Results 1 to 10 of 12
Hi there,
I've got the following
postfix
saslauth
apache2
roundcube
squirrelmail
ispconfig
webmin
courier
dovecot -> last thing to install but without resolution.
php
mysql
Hi there
I've got installed ...
- 02-02-2010 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 36
No mail INBOX
Hi there,
I've got the following
postfix
saslauth
apache2
roundcube
squirrelmail
ispconfig
webmin
courier
dovecot -> last thing to install but without resolution.
php
mysql
Hi there
I've got installed mail server and configured squirrelmail instead of smtp with sendmail.
I can send emails but in my INBOX i couldn't find any emails, althouth I have used the following
postqueue -p
AE0A883A78 672 Fri Jan 29 23:56:47 user@domain
user@domain
8074B825B2 77285 Tue Feb 2 12:02:05 logcheck
logcheck
5D96581366 40135 Thu Jan 28 05:02:06 logcheck
logcheck
52CAB81363 38310 Thu Jan 28 03:02:05 logcheck
logcheck
8FFE1801A3 674 Wed Jan 27 15:45:18 user1@domain
user@domain
2DDD58257F 13394 Fri Jan 29 03:02:06 logcheck
logcheck
9083A81367 39663 Thu Jan 28 06:02:05 logcheck
logcheck
A78DA825AF 668 Tue Feb 2 11:21:28 user@domain
user@domain
44D2D8135B 155759 Fri Jan 29 12:00:39 logcheck
logcheck
87CF183A8C 13394 Sat Jan 30 17:02:05 logcheck
logcheck
C54FC83A79 81082 Sat Jan 30 00:02:05 logcheck
logcheck
04595825AE 667 Tue Feb 2 11:14:23 user@domain
user@domain
5BA54825B4 668 Tue Feb 2 12:12:11 user@domain
user@domain
9048D83AAD 21378 Mon Feb 1 01:02:05 logcheck
logcheck
1BE6581368 4656 Thu Jan 28 06:53:27 root
root
and i can see the emails but could not recive emails on squirrelmail on INBOX.
I don't have problems for sending,moving or deleting e-mails.
but i do have problems the emails could come to my INBOX
Thanks in advanced.
- 02-03-2010 #2
is it only in squirrelmail where you can't get mail? can you use thunderbird or another mail client to fetch mail?
- 02-05-2010 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 36
thanks
Hi thanks for the awnser
But I've tested with roundcube and the problem is the same.
On Inbox I can't see any mail messages although in postqueue I can see a lot of messages
- 02-05-2010 #4
yeah but can you use thunderbird to download the messages? obviously if squirrelmail fails then round cube will more than likely fail as well, since its going through apache.
try out using thunderbird or outlook or some other mail client that is NOT attached to the server.
need to determine where the problem is by determining what exactly is failing.Last edited by scathefire; 02-05-2010 at 08:05 PM.
- 02-08-2010 #5Just Joined!
- Join Date
- Nov 2007
- Posts
- 36
Thanks for help
Hi there,
Thanks for your help I've tried to make with outlook express.
in c:\windows\system32\drivers\etc
changed hosts to :
<ip> <hostname>
tried to make recive but it's not downloading.
- 02-08-2010 #6
is it timing out? is a connection refused? what error message is it giving you?
- 02-08-2010 #7Just Joined!
- Join Date
- Nov 2007
- Posts
- 36
no errors
Hi there,
It does not present errors it login using pop3 and makes the check to the password and then logout.
See it in /var/log/mail.log
Thanks for the help.
- 02-08-2010 #8
I'm gonna assume you using virtual directories (via mysql). You're directory should look something like this:
Dovecot usually has its own logs. Does it have anything in it?Code:/etc/dovecot.conf mail_location = maildir:/var/spool/mail/virtual/%d/%u you may want to check your mail_privileged_group and your mail_access_groups. and to activate mysql userdb sql { arg = /etc/dovecot-mysql.conf }
Also you have to build a dovecot mysql connection:
89 is the postfix UID and GID, and make sure thatCode:dovecot-mysql.conf driver = mysql connect = host=localhost dbname=postfix user=postfix password=abc123 default_pass_scheme = MD5 password_query = SELECT password FROM mailbox WHERE username = '%u' AND active = '1' user_query = SELECT maildir, 89 AS uid, 89 AS gid FROM mailbox WHERE username = '%u' AND active = '1'
Last edited by scathefire; 02-08-2010 at 05:30 PM.
- 02-08-2010 #9Just Joined!
- Join Date
- Nov 2007
- Posts
- 36
courier
hi
once again thanks
I've removed dovecot and used courier imap but the thing is that Icouldn0t recive the mails on inbox but i could see it with command postqueue -p
So i couldn't understand if my path to the mailbox is wrong or what is the path for the mailbox.
I'm confused.
Thanks in advanced
- 02-09-2010 #10
After you have verified your paths are correct, you have to be sure that the permissions are correct. That is the Mailbox application's UID are capable of reading/writing to the directory that is defined.
Basically check to ensure the user that courier is invoked as has permission to read/write to it.


Reply With Quote