Uebimiau problem with IMAP

Discussion in 'Installation/Configuration' started by Piccent, Feb 23, 2006.

  1. Piccent

    Piccent New Member

    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
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Is IMAP running on your system? Please post the output of
    Code:
    netstat -tap
     
  3. Piccent

    Piccent New Member

    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
     
  4. Piccent

    Piccent New Member

    It's a 64-bit AMD system with Debian 3.1 ...
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Hm, the output is ok... Maybe you should ask the Uebimiau forum if there's a problem with IMAP.
     
  6. Piccent

    Piccent New Member

    Ok, thx falko...
     

Share This Page