uebimiau error?

Discussion in 'Installation/Configuration' started by sushestvo, Oct 12, 2005.

  1. sushestvo

    sushestvo Member

    I have uebimiau installed for ISPConfig.
    When I try to use it(for the first time), right after login screen I got this:

    Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:110 (Connection refused) in /home/admispconfig/ispconfig/web/webmail/inc/class.uebimiau_mail.php on line 66

    Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/webmail/inc/class.uebimiau_mail.php:66) in /home/admispconfig/ispconfig/web/webmail/msglist.php on line 64

    What is this means and how can I fix it?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The error means that your POP3 server is not listening on localhost.
     
  3. sushestvo

    sushestvo Member

    It's OFF - as ISPConfig says... how do I turn it on?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What POP3 daemon do you use? Which Linux distribution?
    Did you follow any of the "Perfect Setups"?
     
  5. sushestvo

    sushestvo Member

    I have Fedora Core 3.
    I did everything in Perfect setup for FC3.
    So how do I start pop3?
     
  6. falko

    falko Super Moderator ISPConfig Developer

    POP3 on FC3 is controlled by xinetd. So make sure that POP3 and IMAP are enabled in xinetd by running
    Code:
    chkconfig imap on
    chkconfig imaps on
    chkconfig ipop3 on
    chkconfig pop3s on
    as described in the tutorial. (you have to do this only once.)

    Restart xinetd by typing
    Code:
    /etc/init.d/xinetd restart
     
  7. sushestvo

    sushestvo Member

    [root@discovery ~]# chkconfig imap on
    error reading information on service imap: No such file or directory
    [root@discovery ~]# chkconfig imaps on
    error reading information on service imaps: No such file or directory
    [root@discovery ~]# chkconfig ipop3 on
    error reading information on service ipop3: No such file or directory
    :confused:
    xinetd restart successfuly.
    I have PostFix installed though.
    Status is:
    Web-Server: Online
    FTP-Server: Online
    SMTP-Server: Online
    POP3-Server: Offline
    BIND-Server: Online
    mySQL-Server: Online
    What's going on with this?
    And I was able to send email out from CMD as root.
    When I did DNSReport on my server is also said I have no MX record on the server. What is that? and where do i set it up?
    I also have cyrus-imapd installed. Am I suppose to have it installed?
     
    Last edited: Oct 14, 2005
  8. falko

    falko Super Moderator ISPConfig Developer

  9. sushestvo

    sushestvo Member

    apt-get install which fetchmail wget bzip2 unzip zip nmap openssl lynx fileutils ncftp
    I don't see Imap here though...
    should I install courier-imap? Probably not...
    what should have here?
    apt-get install "package" - < i mean here.
     
  10. falko

    falko Super Moderator ISPConfig Developer

    Sorry, it's on page 4: http://www.howtoforge.com/perfect_setup_fedora_core_3_p4 :eek:
     
  11. sushestvo

    sushestvo Member

    [~]# apt-get install postfix imap
    Reading Package Lists... Done
    Building Dependency Tree... Done
    postfix is already the newest version.
    E: Couldn't find package imap


    :confused:
     
  12. falko

    falko Super Moderator ISPConfig Developer

  13. sushestvo

    sushestvo Member

    Thank you! My pop3 is now Online.

    I have a question though, one of the web-sites I'm moving to my ISPConfig server uses sendmail... as far as I understand I can't use any longer? Or am I wrong? If I can't what do I do?

    And I also did a check if Mail works... I sent email out from UebiMiau - and it worked... but when I replied back i got:
    This is the Postfix program at host xxx.xxx.net

    I'm sorry to have to inform you that your message could not be be delivered to one or more recipients. It's attached below.
    <[email protected]> (expanded from <[email protected]>): mail
    for xxx.xxx.net loops back to myself
    why it won't receive it now?
     
    Last edited: Oct 20, 2005
  14. falko

    falko Super Moderator ISPConfig Developer

    You mean you have a script that calls the sendmail binary? That's no problem, Postfix also has a sendmail binary for compatibility reasons. :)

    Put xxx.xxx.net into /etc/postfix/local-host-names (at the bottom) and restart Postfix.
     
  15. sushestvo

    sushestvo Member

    thank you for your help!
    Mail seems to be working great now! ;)
     
  16. sushestvo

    sushestvo Member

    sorry... 2 early.. it's not
    i mean i can send/receive from Ueibmuai, but when I try to connect to my
    server1.domain.com with OutLook Express and use the same login/password as for Ueibmuai -it won't let me, any idea?
     
  17. falko

    falko Super Moderator ISPConfig Developer

    The login for Uebimiau is email address/password, in Outlook Express you have to use the username (web[no.]_xxx) and the password, and you have to check "Server requires authentication" because otherwise you can't send mails.
     
  18. sushestvo

    sushestvo Member

    how do i know which prefix[no.] every user is???
     
  19. falko

    falko Super Moderator ISPConfig Developer

    You can see it on the tab "User & Email" in ISPConfig.
     

Share This Page