
8th August 2010, 02:55
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Email - Imap and Pop3
Basically speaking ISPconfig 2.2.* has pop3 only and ISPconfig 3 has pop3 and imap.
Is that correct?
Also for the pop3 to work correctly, "Quota" has to be installed and configured properly.
Is that correct?
|

8th August 2010, 12:27
|
|
Senior Member
|
|
Join Date: Oct 2005
Posts: 192
Thanks: 9
Thanked 1 Time in 1 Post
|
|
I don't think the first is correct. ispconfig2 has pop3 and imap
I don't know if the pop3 needs quota installed, but the whole basis of ispconfig is that it is designed to run on a "perfect server" build, which does include quota.
|

8th August 2010, 20:54
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
Originally Posted by jhurleston
Basically speaking ISPconfig 2.2.* has pop3 only and ISPconfig 3 has pop3 and imap.
Is that correct?
Also for the pop3 to work correctly, "Quota" has to be installed and configured properly.
Is that correct?
|
Both statements are wrong. Whether a server has POP3 and IMAP depends on if you installed and started both services. That has nothing to do with the control panel.
Quota isn't needed for POP3.
|

9th August 2010, 11:16
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Thank you for making that clear.
How can I tell if either one is working?
I understand that I have a LAMP on Ubuntu LTS and I'm using ISPconfig 2.2.36
with PHP Version 5.3.2-1ubuntu4.2
I have configured two email addresses using ISPconfig and configured my "Evolution" to receive one on my pc (using ubuntu) and the other one for my Nokia N900 (using linux-maemo).
None of the software says that I have any errors all the passwords are correct, but nothing arrives.
The N900 says it cant send email
I have sent email to an external email account from the pc and the email arrives.
but when I reply to it (from the external account), it doesn't come back to the pc.
What do I need to do to try and find out whats wrong, and how can I try to fix it ?
I'm not very good at the command line, in fact I'm a beginner.
Thanks
|

9th August 2010, 13:27
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Please check if the MX record of your domain points to your ISPConfig server. You can check that by running
Code:
dig mx yourdomain.com
Also, are there any errors in your mail log?
|

10th August 2010, 10:00
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
; <<>> DiG 9.7.0-P1 <<>> mx www.website.mobi
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2640
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
; www.website.mobi. IN MX
;; Query time: 145 msec
;; SERVER: 00.00.00.00#53(00.00.00.00)
;; WHEN: Tue Aug 10 07:32:07 2010
;; MSG SIZE rcvd: 32
from mail.err in var/log/
Suspicious rcfile var/www/web76/user/web76_aaa/.procmailrc
|

10th August 2010, 16:08
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Please check
Code:
dig mx website.mobi
not dig mx www.website.mobi
Quote:
from mail.err in var/log/
Suspicious rcfile var/www/web76/user/web76_aaa/.procmailrc
|
Can you post the outputs of
Code:
ls -la /var/www/web76/user/web76_aaa
ls -la /var/www
?
|

27th August 2010, 14:48
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
; <<>> DiG 9.7.0-P1 <<>> mx website.mobi
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3292
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;website.mobi. IN MX
;; ANSWER SECTION:
website.mobi. 43200 IN MX 10 mail.website.mobi.
;; Query time: 91 msec
;; SERVER: 70.32.65.21#53(70.32.65.21)
;; WHEN: Fri Aug 27 12:46:14 2010
;; MSG SIZE rcvd: 49
I cant send the "ls -la /var/www" becasue its more than 12000 characters.
Last edited by jhurleston; 27th August 2010 at 15:10.
|

27th August 2010, 14:51
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
ls -la /var/www/web76/user/web76_jhl
drwxrwxr-x 5 www-data www-data 4096 2010-08-04 04:17 .
drwxrwxr-x 3 www-data www-data 4096 2010-08-04 04:17 ..
-rw-r--r-- 1 root root 103 2010-08-07 21:44 .antivirus.rc
-rw-r--r-- 1 root root 929 2010-08-07 21:44 .autoresponder.rc
-rw------- 1 web76_jhl web76 24 2010-08-07 21:44 .forward
-rw-r--r-- 1 root root 69497 2010-08-07 21:44 .html-trap.rc
-rw-r--r-- 1 root root 3889 2010-08-07 21:44 .local-rules.rc
drwx------ 6 web76_jhl web76 4096 2010-08-10 18:24 Maildir
-rw-r--r-- 1 root root 204 2010-08-07 21:44 .mailsize.rc
-rw-r--r-- 1 root root 457 2010-08-07 21:44 .procmailrc
-rw-r--r-- 1 root root 656 2010-08-07 21:44 .quota.rc
drwxrwxr-x 2 www-data www-data 4096 2010-08-04 04:17 .spamassassin
-rw-r--r-- 1 root root 1146 2010-08-07 21:44 .spamassassin.rc
-rw-r--r-- 1 root root 2011 2010-08-07 21:44 .user_prefs
-rw-r--r-- 1 root root 32 2010-08-07 21:44 .vacation.msg
drwxrwxr-x 2 www-data www-data 4096 2010-08-04 04:17 web
|

27th August 2010, 15:09
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
I just asked my sys guy to add pop3 to the server and he said that its not secure, that its hackable and that I should not have it, I find it difficult to believe because its so common!
can you confirm his thoughts, either way! thanks.
(NOTE: I want a pop3 email account in my mobile phone, I cant seem to configure imap there.)
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 20:26.
|
Recent comments
18 hours 2 min ago
23 hours 1 min ago
1 day 27 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 23 hours ago
2 days 1 hour ago