View Full Version : uebimiau error?
sushestvo
12th October 2005, 15:38
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?
till
12th October 2005, 16:21
The error means that your POP3 server is not listening on localhost.
sushestvo
12th October 2005, 23:57
It's OFF - as ISPConfig says... how do I turn it on?
falko
13th October 2005, 00:21
It's OFF - as ISPConfig says... how do I turn it on?
What POP3 daemon do you use? Which Linux distribution?
Did you follow any of the "Perfect Setups"?
sushestvo
13th October 2005, 02:52
I have Fedora Core 3.
I did everything in Perfect setup for FC3.
So how do I start pop3?
falko
13th October 2005, 11:08
I have Fedora Core 3.
I did everything in Perfect setup for FC3.
So how do I start pop3?
POP3 on FC3 is controlled by xinetd. So make sure that POP3 and IMAP are enabled in xinetd by running
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
/etc/init.d/xinetd restart
sushestvo
14th October 2005, 17:07
[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?
falko
14th October 2005, 18:52
Install the package imap, as is described here: http://www.howtoforge.com/perfect_setup_fedora_core_3_p3
It will replace your cyrus-imapd.
sushestvo
15th October 2005, 04:25
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.
falko
15th October 2005, 12:32
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.
Sorry, it's on page 4: http://www.howtoforge.com/perfect_setup_fedora_core_3_p4 :o
sushestvo
18th October 2005, 23:12
[~]# 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:
falko
18th October 2005, 23:53
Ok, you should really try to read more carefully. :rolleyes:
Now let's do it step by step:
1) Put
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms
into /etc/apt/sources.list and run
apt-get update as described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p3
2) Run apt-get install imap as described on http://www.howtoforge.com/perfect_setup_fedora_core_3_p4.
sushestvo
20th October 2005, 17:25
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.
<prefix_username@xxx.xxx.net> (expanded from <replyto@domain.com>): mail
for xxx.xxx.net loops back to myself
why it won't receive it now?
falko
20th October 2005, 19:54
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?
You mean you have a script that calls the sendmail binary? That's no problem, Postfix also has a sendmail binary for compatibility reasons. :)
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.
<prefix_username@xxx.xxx.net> (expanded from <replyto@domain.com>): mail
for xxx.xxx.net loops back to myself
why it won't receive it now?
Put xxx.xxx.net into /etc/postfix/local-host-names (at the bottom) and restart Postfix.
sushestvo
20th October 2005, 23:05
thank you for your help!
Mail seems to be working great now! ;)
sushestvo
20th October 2005, 23:23
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?
falko
20th October 2005, 23:30
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.
sushestvo
20th October 2005, 23:58
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.
how do i know which prefix[no.] every user is???
falko
21st October 2005, 01:16
how do i know which prefix[no.] every user is???
You can see it on the tab "User & Email" in ISPConfig.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.