IMAP installed?

Discussion in 'Installation/Configuration' started by pinz0, Aug 14, 2006.

  1. pinz0

    pinz0 New Member

    hi folks,

    i'm wondering if my ISP-config-setup has also IMAP installed... ?
    POP3 works fine.
    i tried to connect my OS X Mail-Client with the same servername/username/pw, but i couldn't connect to the server.

    my ISPconfig-webpanel says that i have POP3 installed, but IMAP isn't listed.

    am i doing smthg wrong??

    thanks fo responses in advance.

    bests!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you did follow one of the perfect setup guides, then IMAP is installed.

    Please post the output of the command:
     
  3. pinz0

    pinz0 New Member


    oh, yes - i followed the ubuntu 6.06 perfect setup.

    here's the result of netstap -tap:


    Code:
    
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
    tcp        0      0 *:mysql                 *:*                     LISTEN     5015/mysqld         
    tcp        0      0 *:81                    *:*                     LISTEN     5365/ispconfig_http 
    tcp        0      0 *:ftp                   *:*                     LISTEN     5773/proftpd: (acce 
    tcp        0      0 86.59.32.118:domain     *:*                     LISTEN     5758/named          
    tcp        0      0 86.59.32.117:domain     *:*                     LISTEN     5758/named          
    tcp        0      0 86.59.32.116:domain     *:*                     LISTEN     5758/named          
    tcp        0      0 86.59.32.115:domain     *:*                     LISTEN     5758/named          
    tcp        0      0 lemmi.allocat.ne:domain *:*                     LISTEN     5758/named          
    tcp        0      0 localhost.locald:domain *:*                     LISTEN     5758/named          
    tcp        0      0 localhost.localdoma:953 *:*                     LISTEN     5758/named          
    tcp        0      0 *:smtp                  *:*                     LISTEN     5716/master         
    tcp6       0      0 *:imaps                 *:*                     LISTEN     4873/couriertcpd    
    tcp6       0      0 *:pop3s                 *:*                     LISTEN     4908/couriertcpd    
    tcp6       0      0 *:pop3                  *:*                     LISTEN     4888/couriertcpd    
    tcp6       0      0 *:imap2                 *:*                     LISTEN     4853/couriertcpd    
    tcp6       0      0 *:www                   *:*                     LISTEN     24518/apache2       
    tcp6       0      0 *:ssh                   *:*                     LISTEN     5177/sshd           
    tcp6       0      0 ip6-localhost:953       *:*                     LISTEN     5758/named          
    tcp6       0      0 *:smtp                  *:*                     LISTEN     5716/master         
    tcp6       0      0 *:https                 *:*                     LISTEN     24518/apache2       
    tcp6       0   1584 lemmi.allocat.net:ssh   85-125-230-44.dyn:34192 ESTABLISHED6221/sshd: admin [p 
    tcp6       1  67680 lemmi.allocat.net:www   85-125-230-44.dyn:33701 CLOSE_WAIT 24538/apache2       
    tcp6       1  86400 lemmi.allocat.net:www   85-125-230-44.dyn:33635 CLOSE_WAIT 24539/apache2       
    tcp6       1  86400 lemmi.allocat.net:www   85-125-230-44.dyn:33045 CLOSE_WAIT 24541/apache2       
    
    IMAP is listed.

    bests!
     
  4. falko

    falko Super Moderator Howtoforge Staff

    IMAP is installed and running. Please make sure no firewall blocks port 143 (IMAP).
     
  5. pinz0

    pinz0 New Member


    hm, no firewall block on port 143.
    how sould the settings in my desktop-mail-client look like?

    i use POP with the settings i made in the ISP-config mailuser-admin:

    servertype: IMAP
    email-adress: [email protected]
    server for incoming mails: mydomain.tld
    username (same like via POP), in example: web1_testuser
    pw: passwordfortestuser

    this does not work, but if i select POP and use the above mentioned mail-settings, then it works fine.

    is there any difference between the settings of POP and IMAP in the desktop mail-client?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    No, the setup shall work if you use the same login data and select imap instead of pop3 :confused:
     
  7. Hans

    Hans Moderator Moderator

    I have exactly the same problem here on my Debian Sarge server.

    IMAP is up and running and the firewall for port 143 is disabled.

    POP3 is functioning normally but when i try to setup an IMAP account in my emailclient, the error appears Can not connect to server.

    :confused:
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     
  9. Hans

    Hans Moderator Moderator

    Output of the requested files

    Falko,

    In the output.txt file you will find the output of netstat -tap & iptables -L

    **EDIT**
    Attachment removed after solving problem.
     
    Last edited: Aug 17, 2006
  10. pinz0

    pinz0 New Member


    my iptables -L say:

    Code:
    root@lmyserver:/home/admin# iptables -L
    Chain INPUT (policy DROP)
    target     prot opt source               destination         
    DROP       tcp  --  anywhere             127.0.0.0/8         
    ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED 
    ACCEPT     all  --  anywhere             anywhere            
    DROP       all  --  BASE-ADDRESS.MCAST.NET/4  anywhere            
    PUB_IN     all  --  anywhere             anywhere            
    PUB_IN     all  --  anywhere             anywhere            
    PUB_IN     all  --  anywhere             anywhere            
    PUB_IN     all  --  anywhere             anywhere            
    DROP       all  --  anywhere             anywhere            
    
    Chain FORWARD (policy DROP)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED 
    DROP       all  --  anywhere             anywhere            
    
    Chain INT_IN (0 references)
    target     prot opt source               destination         
    ACCEPT     icmp --  anywhere             anywhere            
    DROP       all  --  anywhere             anywhere            
    
    Chain INT_OUT (0 references)
    target     prot opt source               destination         
    ACCEPT     icmp --  anywhere             anywhere            
    ACCEPT     all  --  anywhere             anywhere            
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination         
    PUB_OUT    all  --  anywhere             anywhere            
    PUB_OUT    all  --  anywhere             anywhere            
    PUB_OUT    all  --  anywhere             anywhere            
    PUB_OUT    all  --  anywhere             anywhere            
    
    Chain PAROLE (9 references)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere            
    
    Chain PUB_IN (4 references)
    target     prot opt source               destination         
    ACCEPT     icmp --  anywhere             anywhere            icmp destination-unreachable 
    ACCEPT     icmp --  anywhere             anywhere            icmp echo-reply 
    ACCEPT     icmp --  anywhere             anywhere            icmp time-exceeded 
    ACCEPT     icmp --  anywhere             anywhere            icmp echo-request 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:ftp 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:ssh 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:smtp 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:domain 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:www 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:81 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:pop3 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:https 
    PAROLE     tcp  --  anywhere             anywhere            tcp dpt:10000 
    ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain 
    DROP       icmp --  anywhere             anywhere            
    DROP       all  --  anywhere             anywhere            
    
    Chain PUB_OUT (4 references)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere     
    
     
  11. Hans

    Hans Moderator Moderator

    Falko, one more thing:

    When i open a telnet session to my server:

    telnet ip-address 143

    No connection can be made...
     
  12. falko

    falko Super Moderator Howtoforge Staff

    You didn't open the IMAP port (143) in your firewall. Go to Management -> Server -> Services -> Firewall and open port 143.

    The same goes for Hans' firewall.
     
  13. Hans

    Hans Moderator Moderator

    Yes of course

    Yes the ports which are not listed in ISPConfig are closed.

    Sorry i should have known that.
     

Share This Page