Pop3 in fedora Core 4

Discussion in 'HOWTO-Related Questions' started by derilium, Aug 28, 2005.

  1. derilium

    derilium New Member

    On my ISPCONFIG screen, after login it states that the pop3-server is offline.
    The services ipop3 and pop3s are not working, have i completely missed something, thanks in advance....
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please rerun these steps:

    Code:
    chkconfig ipop3 on
    chkconfig pop3s on
    /etc/init.d/xinetd restart
    If you get errors, post them here.

    If this does not solve your problem, run this command and post the output here:
    Code:
    netstat -tap | grep pop
     
  3. AngelDrago

    AngelDrago Member

    i got the same problem with Suse 10 and here are the messages for it...

    test:~ # chkconfig ipop3 on
    ipop3: unknown service
    test:~ # chkconfig pop3s on
    pop3s: unknown service
    test:~ # /etc/init.d/xinetd restart
    Shutting down xinetd: done
    Starting INET services. (xinetd) failed

    any ideas if i run this one netstat -tap | grep pop it does not give me anything in return maybe wrong for my type of linux....

    Peace
    AngelDrago
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Did You follow the SuSE 10.0 Perfect Setup ( http://www.howtoforge.com/perfect_setup_suse_10.0 )?
    Then you have Courier-IMAP/-POP3 installed, not ipop3d. You should find the appropriate init scripts in /etc/init.d.

    If there's no Courier-IMAP/-POP3 installed, run
    Code:
    yast -i courier-imap fam-server courier-authlib expect tcl
    chkconfig --add fam
     

Share This Page