POP3 Server showing Offline

Discussion in 'Installation/Configuration' started by Webspot, Jan 17, 2007.

  1. Webspot

    Webspot New Member

    Hi every one

    My question is as the title states should POP3 server be showing offline in ISP server status ?

    I followed the perfect_setup_ubuntu_6.06 and simply skiped section 12

    courier-Imap/courier_pop3 as it stated if i intended to use ISPConfig to simply select to enable maildir.

    Did i miss read that ?

    Should i be doing something different then skipping the whole section 12 ?

    thx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap
     
  3. Webspot

    Webspot New Member

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 3 753/mysqld
    tcp 0 0 *:81 *:* LISTEN 4 060/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 1 8372/proftpd: (acc
    tcp 0 0 ubuntu.domain:domain *:* LISTEN 4 295/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 4 295/named
    tcp 0 0 *:smtp *:* LISTEN 1 8445/master
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 4 295/named
    tcp 0 0 ubuntu.domain.:ftp xxx.xxx.xxx.xxx:1759 ESTABLISHED2 2784/proftpd: webr
    tcp6 0 0 *:www *:* LISTEN 4 161/apache2
    tcp6 0 0 *:ssh *:* LISTEN 3 916/sshd
    tcp6 0 0 *:smtp *:* LISTEN 1 8445/master
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 4 295/named
    tcp6 0 0 *:https *:* LISTEN 4 161/apache2
    tcp6 0 148 ubuntu.domain.:ssh ::ffff:xxx.xxxx.xxx.:1903 ESTABLISHED2 2991/sshd: admin [
     
    Last edited: Jan 17, 2007
  4. falko

    falko Super Moderator ISPConfig Developer

    You misunderstood it. You must follow chapter 12, but you can omit

    Code:
    postconf -e 'home_mailbox = Maildir/'
    postconf -e 'mailbox_command ='
    /etc/init.d/postfix restart
    if you intend to install ISPConfig.
     
  5. Webspot

    Webspot New Member

    thank you very much falko for clearing that up
     

Share This Page