To Falko re: Ubuntu 10.10/IPSConfig3 Not finding /etc/courier/imapd.cnf and pop3d.cnf

Discussion in 'HOWTO-Related Questions' started by talonmaker, Feb 8, 2011.

  1. talonmaker

    talonmaker New Member

    In The Perfect Server - Ubuntu 10.10 [ISPConfig 3], Page 4, section 12:

    After deleting the SSL certificates for IMAP-SSL and POP3-SSL, unable to find the files: /etc/courier/imapd.cnf and pop3d.cnf.

    What is in the directory:
    authdaemonrc
    authmyslrc
    imapd.cnf.dpkg-new
    imapd.dpkg-new
    imapd-ssl.dpkg-new
    pop3d.cnf.dpkg-new
    pop3d.dpkg-new
    pop3d-ssl.dpkg-new

    What needs to be done, or perhaps is there something I missed?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's in imapd.cnf.dpkg-new and pop3d.cnf.dpkg-new? Are you sure that Courier is properly installed?
     
  3. thumpa

    thumpa New Member

    I am having exactly the same problem here - both files are new and don't contain anything at all. Is there a way to get the information that needs to be in them or download the original files?
     
  4. thumpa

    thumpa New Member

    This is the info in imapd.cnf.dpkg-new:

    RANDFILE = /usr/lib/courier/imapd.rand

    [ req ]
    default_bits = 1024
    encrypt_key = yes
    distinguished_name = req_dn
    x509_extensions = cert_type
    prompt = no

    [ req_dn ]
    C=US
    ST=NY
    L=New York
    O=Courier Mail Server
    OU=Automatically-generated IMAP SSL key
    CN=localhost
    [email protected]


    [ cert_type ]
    nsCertType = server



    This is what's in pop3d.cnf.dpkg-new:

    RANDFILE = /usr/lib/courier/pop3d.rand

    [ req ]
    default_bits = 1024
    encrypt_key = yes
    distinguished_name = req_dn
    x509_extensions = cert_type
    prompt = no

    [ req_dn ]
    C=US
    ST=NY
    L=New York
    O=Courier Mail Server
    OU=Automatically-generated POP3 SSL key
    CN=localhost
    [email protected]


    [ cert_type ]
    nsCertType = server
     
  5. falko

    falko Super Moderator ISPConfig Developer

    To me that sounds as if Courier is not properly installed. Can you try this?

    Code:
    sudo apt-get install courier-authdaemon courier-authlib-mysql courier-pop courier-pop-ssl courier-imap courier-imap-ssl
     

Share This Page