PDA

View Full Version : Uebimiau problem with IMAP


Piccent
23rd February 2006, 02:58
I changed the settings in config.php to

$mail_protocol = "imap";
$mail_port = 143;

and now I get this error, when logging out from uebimiau:

Warning: fgets(): supplied argument is not a valid stream resource in /home/admispconfig/ispconfig/web/webmail/inc/class.uebimiau_mail.php on line 25

Can someone help?

Greetz Marc

falko
23rd February 2006, 07:35
Is IMAP running on your system? Please post the output of netstat -tap

Piccent
27th February 2006, 01:53
cyclops:~# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:mysql *:* LISTEN 1821/mysqld
tcp 0 0 *:81 *:* LISTEN 2009/ispconfig_http
tcp 0 0 *:ftp *:* LISTEN 2295/proftpd: (acce
tcp 0 0 localhost.locald:domain *:* LISTEN 2282/named
tcp 0 0 localhost.localdoma:953 *:* LISTEN 2282/named
tcp 0 0 *:smtp *:* LISTEN 2265/master
tcp6 0 0 *:imaps *:* LISTEN 1738/couriertcpd
tcp6 0 0 *:pop3s *:* LISTEN 1759/couriertcpd
tcp6 0 0 *:pop3 *:* LISTEN 1746/couriertcpd
tcp6 0 0 *:imap2 *:* LISTEN 1725/couriertcpd
tcp6 0 0 *:www *:* LISTEN 2156/apache2
tcp6 0 0 *:ssh *:* LISTEN 1974/sshd
tcp6 0 0 ip6-localhost:953 *:* LISTEN 2282/named
tcp6 0 0 *:smtp *:* LISTEN 2265/master
tcp6 0 0 *:https *:* LISTEN 2156/apache2

Piccent
27th February 2006, 01:54
It's a 64-bit AMD system with Debian 3.1 ...

falko
27th February 2006, 09:46
Hm, the output is ok... Maybe you should ask the Uebimiau forum if there's a problem with IMAP.

Piccent
28th February 2006, 17:47
Ok, thx falko...