Problem with mailbox

Discussion in 'Installation/Configuration' started by zaklik, Apr 11, 2020.

  1. zaklik

    zaklik New Member

  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. zaklik

    zaklik New Member

    Results:
    Code:
    systemctl --state=failed
      UNIT              LOAD   ACTIVE SUB    DESCRIPTION
    ● logrotate.service loaded failed failed Rotate log files
    
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    
    Code:
    wget -q -O htf-common-issues.php "http://gitplace.net/pixcept/ispconfig-tools/raw/stable/htf-common-issues.php" && php -q htf-common-issues.php
    
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Debian GNU/Linux 10 (buster)
    
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.1.15p3
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.3.14-1~deb10u1
    
    ##### PORT CHECK #####
    
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 990)
    [INFO] I found the following mail server(s):
            Postfix (PID 1205)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 723)
    [INFO] I found the following imap server(s):
            Dovecot (PID 723)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 1106)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:465          (1205/master)
    [anywhere]:21           (1106/pure-ftpd)
    ***.***.***.***:53              (603/named)
    [localhost]:53          (603/named)
    [anywhere]:22           (631/sshd)
    [anywhere]:25           (1205/master)
    [localhost]:953         (603/named)
    [localhost]:6010                (14686/sshd:)
    [anywhere]:993          (723/dovecot)
    [anywhere]:995          (723/dovecot)
    [localhost]:10023               (857/postgrey)
    [localhost]:10024               (1220/amavisd-new)
    [localhost]:10025               (1205/master)
    [localhost]:10026               (1220/amavisd-new)
    [localhost]:10027               (1205/master)
    [anywhere]:587          (1205/master)
    [localhost]:11211               (554/memcached)
    [anywhere]:110          (723/dovecot)
    [anywhere]:143          (723/dovecot)
    *:*:*:*::*:465          (1205/master)
    *:*:*:*::*:8081         (990/apache2)
    *:*:*:*::*:21           (1106/pure-ftpd)
    *:*:*:*::*:53           (603/named)
    *:*:*:*::*:22           (631/sshd)
    *:*:*:*::*:25           (1205/master)
    *:*:*:*::*:953          (603/named)
    *:*:*:*::*:6010         (14686/sshd:)
    *:*:*:*::*:443          (990/apache2)
    *:*:*:*::*:993          (723/dovecot)
    *:*:*:*::*:995          (723/dovecot)
    *:*:*:*::*:10023                (857/postgrey)
    *:*:*:*::*:10024                (1220/amavisd-new)
    *:*:*:*::*:10026                (1220/amavisd-new)
    *:*:*:*::*:3306         (706/mysqld)
    *:*:*:*::*:587          (1205/master)
    [localhost]10           (723/dovecot)
    [localhost]43           (723/dovecot)
    *:*:*:*::*:8080         (990/apache2)
    *:*:*:*::*:80           (990/apache2)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    f2b-postfix-sasl  tcp  --  [anywhere]/0            [anywhere]/0            multiport dports 25
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain f2b-postfix-sasl (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Maybe the Horde installation instructions are too old, and do not work on Debian Buster?
    Why not use the Roudcube webmail?
     
  5. zaklik

    zaklik New Member

    Because Horde is a more extensive customer.
     
  6. zaklik

    zaklik New Member

    I uninstalled Horde but it didn't help.
    Code:
    pear uninstall `pear list -c horde | tail -n +4 | awk '{ print "horde/"$1 }'`
     
  7. Steini86

    Steini86 Active Member

    Have you tried with a browser in privacy mode?
    What do the logs tell? (Of your browser (developer console) and Apache logfiles)?
     
  8. zaklik

    zaklik New Member

    In the browser in private mode is unchanged, and the console shows nothing, no errors.
     

Share This Page