Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 17:28:51

Author Topic: Webmail not work  (Read 11465 times)

0 Members and 1 Guest are viewing this topic.

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Webmail not work
« on: 2013-03-02, 12:34:22 »
Hi

allways

Code: [Select]
ERROR (2): fsockopen(): unable to connect to xxxxx.com:143 (Connection refused) (inc/class/class.uebimiau_mail.php:81)


Code: [Select]

A. Kloxo-MR: 6.5.0.c.2013030104

B. OS: CentOS release 6.3 (Final) x86_64

C. Apps:
   1. MySQL: mysql-5.5.29-1.el6.x86_64
   2. PHP: php54-5.4.11-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.23-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.3.13-1.el6.x86_64
   6. Qmail: qmail-toaster-1.03-1.3.22.mr.el6.x86_64
   7. Dns: bind-9.9.2-2.P1.el6.x86_64

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          7860       4986       2873          0        274       3611
   -/+ buffers/cache:       1100       6760
   Swap:         7999          0       7999

« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #1 on: 2013-03-02, 13:30:06 »
and on AfterLogic

Code: [Select]
Can't connect to mail server
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webmail not work
« Reply #2 on: 2013-03-02, 13:36:21 »
Look like because your server using MySQL 5.5 but in /etc/my.cnf have 'skip-innodb'.

Mysql 5.5 (also MariaDB) not permit disable innodb.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #3 on: 2013-03-02, 13:48:00 »
hi

i have innodb

my.cnf
Code: [Select]
[mysqld]
default-storage-engine=innodb
# Settings user and group are ignored when systemd is used (fedora >= 15).
# If you need to run mysqld under different user or group,
# customize your systemd unit file for mysqld according to the
# instructions in http://fedoraproject.org/wiki/Systemd
user=mysql

datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

# Semisynchronous Replication
# http://dev.mysql.com/doc/refman/5.5/en/replication-semisync.html
# uncomment next line on MASTER
;plugin-load=rpl_semi_sync_master=semisync_master.so
# uncomment next line on SLAVE
;plugin-load=rpl_semi_sync_slave=semisync_slave.so

# Others options for Semisynchronous Replication
;rpl_semi_sync_master_enabled=1
;rpl_semi_sync_master_timeout=10
;rpl_semi_sync_slave_enabled=1

# http://dev.mysql.com/doc/refman/5.5/en/performance-schema.html
;performance_schema


[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


query_cache_size = 16 M
tmp_table_size =  16M
max_heap_table_size = 16M
thread_cache_size = 4
innodb_buffer_pool_size = 2G

« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #4 on: 2013-03-02, 13:56:12 »
in kloxo-mr

Mysql 5.5 = MariaDB   ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webmail not work
« Reply #5 on: 2013-03-02, 14:49:11 »
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #6 on: 2013-03-02, 15:53:49 »
Quote from: "MRatWork"
Read viewtopic.php?f=5&t=1722
i have make all works but

on webmail login allways  "Can't connect to mail server"
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #7 on: 2013-03-02, 16:00:01 »
Dovecot is required  ?

Code: [Select]
/etc/init.d/dovecot restart
-bash: /etc/init.d/dovecot: Datei oder Verzeichnis nicht gefunden
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webmail not work
« Reply #8 on: 2013-03-02, 16:35:34 »
Dovecot is alternative for courier-imap. No need dovecot.

Try 'sh /script/fixwebmail'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #9 on: 2013-03-02, 16:51:10 »
I Try 'sh /script/fixwebmail'

not work "Can't connect to mail server"

Code: [Select]
# sh /script/fixwebmail
Preparing Horde database
- Fix MySQL commands in import files of Horde
- Generating password                                                                                              
- Add password to configuration file                                                                                
- Database installed                                                                                                
Preparing RoundCube database                                                                                        
- Fixing MySQL commands in import files                                                                            
- Generating password                                                                                              
- Add Password to configuration file                                                                                
- Database installed                                                                                                
Preparing T-Dah Database                                                                                            
- No need database                                                                                                  
Preparing Afterlogic database                                                                                      
- Fixing MySQL commands in import files                                                                            
- Generating password                                                                                              
- Add Password to configuration file                                                                                
- Database installed                                                                                                
Preparing Squirrelmail Database                                                                                    
- No need database                                                                                                  
Install Webmail chooser                                                                                            
- Install process                                                                                                  
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webmail not work
« Reply #10 on: 2013-03-02, 17:25:28 »
Look like something wrong with your server. Inform here 'dir /etc/rc.d/init.d/' and 'dir /etc/xinetd.d/'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #11 on: 2013-03-02, 17:40:22 »
Code: [Select]
dir /etc/rc.d/init.d/
auditd     httpd      kloxo         named       nginx    restorecond  single     svnserve
crond      ip6tables  lvm2-lvmetad  netconsole  php-fpm  rsyslog      snmpd      udev-post
functions  iptables   lvm2-monitor  netfs       qmail    sandbox      snmptrapd  xinetd
halt       killall    mysqld        network     rdisc    saslauthd    sshd
Code: [Select]
dir /etc/xinetd.d/
chargen-dgram   daytime-dgram   discard-dgram   echo-dgram   pureftp        time-dgram
chargen-stream  daytime-stream  discard-stream  echo-stream  tcpmux-server  time-stream
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webmail not work
« Reply #12 on: 2013-03-02, 18:33:46 »
Try 'sh /script/fix-qmail-assign; sh /script/fixvpop; sh /script/fixmail; sh /script/fixwebmail'.

There are look like settings not match between one to others.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #13 on: 2013-03-02, 21:05:23 »
I Try 'sh /script/fix-qmail-assign; sh /script/fixvpop; sh /script/fixmail; sh /script/fixwebmail'.
and reboot


but allways not work Try

Can't connect to mail server
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

Offline ibuxxi

  • Senior Member
  • *
  • Posts: 322
  • Karma: +0/-0
    • View Profile
Re: Webmail not work
« Reply #14 on: 2013-03-03, 00:00:45 »
how can i fix the webmail issue  ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
KVM VPS | Centos 6.8 (32) 2GB | Kloxo-MR 7.0.0.b-2016* | hiawatha | php56 | php-fpm-event | mariadb

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.078 seconds with 19 queries.

web stats analysis