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?
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
[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 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?
Install the package imap, as is described here: http://www.howtoforge.com/perfect_setup_fedora_core_3_p3 It will replace your cyrus-imapd.
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.
[~]# 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
Ok, you should really try to read more carefully. Now let's do it step by step: 1) Put Code: rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms into /etc/apt/sources.list and run Code: apt-get update as described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p3 2) Run Code: apt-get install imap as described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p4.
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?
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.
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?
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.