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-28, 23:36:30

Author Topic: email send error  (Read 6268 times)

0 Members and 1 Guest are viewing this topic.

Offline hoop

  • Valuable Member
  • *
  • Posts: 82
  • Karma: +0/-0
    • View Profile
email send error
« on: 2015-08-17, 10:58:42 »
I'm not able to send email .
Code: [Select]
[root@server1 ~]# sh /script/sysinfo
rpm: no arguments given for query
rpm: no arguments given for query
rpm: no arguments given for query
rpm: no arguments given for query
rpm: no arguments given for query
rpm: no arguments given for query
A. Kloxo-MR: 7.0.0.b-2015071002
   - Web:
   - PHP: php54s-5.4.40-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: server1.jojhost.com
C. Services:
   1. MySQL: --uninstalled--
   2. PHP:
      - Branch: --uninstalled--
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.40-1.ius.el6
        * php55m-5.5.24-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: --uninstalled--
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --uninstalled--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: --uninstalled--
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        366        145          3          0        107
   -/+ buffers/cache:        259        252
   Swap:          512          4        507
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs       50G  4.7G   46G  10% /
[root@server1 ~]#

Error mesage.

Code: [Select]
Warning: popen() has been disabled for security reasons in /home/kloxo/httpd/webmail/squirrelmail/class/deliver/Deliver_SendMail.class.php on line 98

Notice: Undefined property: Deliver_SendMail::$dlv_msg in /home/kloxo/httpd/webmail/squirrelmail/src/compose.php on line 1699

Notice: Undefined property: Deliver_SendMail::$dlv_ret_nr in /home/kloxo/httpd/webmail/squirrelmail/src/compose.php on line 1700

Notice: Undefined property: Deliver_SendMail::$dlv_server_msg in /home/kloxo/httpd/webmail/squirrelmail/src/compose.php on line 1701

Warning: Cannot modify header information - headers already sent by (output started at /home/kloxo/httpd/webmail/squirrelmail/class/deliver/Deliver_SendMail.class.php:98) in /home/kloxo/httpd/webmail/squirrelmail/functions/page_header.php on line 31

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: email send error
« Reply #1 on: 2015-08-17, 11:10:12 »
Try 'yum clean all; yum update -y'. Maybe something trouble with yum process.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline hoop

  • Valuable Member
  • *
  • Posts: 82
  • Karma: +0/-0
    • View Profile
Re: email send error
« Reply #2 on: 2015-08-17, 11:13:08 »
I got this message from my hosting

Quote
Hello,


Your VPS has been rebooted or suspended for the following (see below). If your service was suspended, you must respond within 3 days or it may be terminated.


Your VPS has been using an unfair share amount of CPU usage on the node which your VPS is on. Please see the load averages below.


1 Minute Average: 26.97 - 5 Minute Average: 11.11 - 15 Minute Average: 4.08

Offline hoop

  • Valuable Member
  • *
  • Posts: 82
  • Karma: +0/-0
    • View Profile
Re: email send error
« Reply #3 on: 2015-08-17, 11:15:23 »
Try 'yum clean all; yum update -y'. Maybe something trouble with yum process.

Code: [Select]
yum clean all; yum update -y
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 294, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 115, in main
    base.getOptionsConfig(args)
  File "/usr/share/yum-cli/cli.py", line 228, in getOptionsConfig
    self.conf
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 910, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 299, in _getConfig
    startupconf = config.readStartupConfig(fn, root)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 892, in readStartupConfig
    startupconf.releasever = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 1043, in _getsysver
    hdr = idx.next()
StopIteration
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 294, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 115, in main
    base.getOptionsConfig(args)
  File "/usr/share/yum-cli/cli.py", line 228, in getOptionsConfig
    self.conf
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 910, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 299, in _getConfig
    startupconf = config.readStartupConfig(fn, root)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 892, in readStartupConfig
    startupconf.releasever = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 1043, in _getsysver
    hdr = idx.next()
StopIteration
It semis  Load  issues ,I got many email about this error.
Quote
Load Warning on server1.jojhost.com

Load on server1.jojhost.com is 20.58 at 2015-08-17 09:08 which is greater than 20
« Last Edit: 2015-08-17, 11:27:29 by hoop »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: email send error
« Reply #4 on: 2015-08-17, 11:27:02 »
Try reboot and run yum again.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline hoop

  • Valuable Member
  • *
  • Posts: 82
  • Karma: +0/-0
    • View Profile
Re: email send error
« Reply #5 on: 2015-08-17, 11:33:48 »
Try reboot and run yum again.
Same message

Code: [Select]
yum clean all; yum update -y
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 294, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 115, in main
    base.getOptionsConfig(args)
  File "/usr/share/yum-cli/cli.py", line 228, in getOptionsConfig
    self.conf
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 910, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 299, in _getConfig
    startupconf = config.readStartupConfig(fn, root)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 892, in readStartupConfig
    startupconf.releasever = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 1043, in _getsysver
    hdr = idx.next()
StopIteration
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 294, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 115, in main
    base.getOptionsConfig(args)
  File "/usr/share/yum-cli/cli.py", line 228, in getOptionsConfig
    self.conf
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 910, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 299, in _getConfig
    startupconf = config.readStartupConfig(fn, root)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 892, in readStartupConfig
    startupconf.releasever = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File "/usr/lib/python2.6/site-packages/yum/config.py", line 1043, in _getsysver
    hdr = idx.next()

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: email send error
« Reply #6 on: 2015-08-17, 12:31:55 »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline hoop

  • Valuable Member
  • *
  • Posts: 82
  • Karma: +0/-0
    • View Profile
Re: email send error
« Reply #7 on: 2015-08-25, 12:21:07 »
Read https://www.centos.org/forums/viewtopic.php?t=13410
There aren't anything can fix this error ,so I decided to reinstall OS with CentOS 6.5 x86 Minimal.




 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.028 seconds with 19 queries.

web stats analysis