ajenti / ajenti

Ajenti Core and stock plugins
http://ajenti.org/core/
MIT License
7.55k stars 843 forks source link

Ajenti V creating mail forward crashes #355

Closed Mottoweb closed 10 years ago

Mottoweb commented 10 years ago

Ajenti bug report

Info Value
Ajenti 1.2.20.10
Platform debian / ubuntu / Ubuntu 12.04.4 LTS
Architecture x86_64 x86_64
Python 2.7.3
Installation 2626426
Debug False
Catcher report http://ajenti.org/catcher/view/9846
Loaded plugins ajenti_org, codemirror, configurator, cron, dashboard, db_common, fm, fstab, hdparm, hosts, iptables, logs, main, mysql, network, nginx, notepad, packages, plugins, power, resolv, resources, scripts, sensors, services, supervisor, taskmgr, tasks, terminal, users, vh, vh-gunicorn, vh-mail, vh-mysql, vh-nginx, vh-nodejs, vh-php-fpm, vh-vsftpd, webserver_common
Library Version
gevent 0.13.6
greenlet 0.4.0
reconfigure 0.1.46
requests 1.1.0
psutil 0.6.1
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
    self.ui.dispatch_event(update['uid'], update['event'], update['params'])
  File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
    self.root.dispatch_event(uid, event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 388, in dispatch_event
    getattr(self, k)(**(params or {}))
  File "/var/lib/ajenti/plugins/vh-mail/main.py", line 101, in on_new_forwarding_mailbox
    self.manager.save()
  File "/var/lib/ajenti/plugins/vh-mail/api.py", line 328, in save
    self.backend.configure(self.config)
  File "/var/lib/ajenti/plugins/vh-mail/api.py", line 185, in configure
    pem += open(config.tls_privatekey).read()
IOError: [Errno 21] Is a directory: u'root'

Log content:

2014-04-11 17:23:42,247 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
2014-04-11 17:23:43,227 INFO     registry.register_crypt_handler(): registered crypt handler 'sha512_crypt': <class 'passlib.handlers.sha2_crypt.sha512_crypt'>
2014-04-11 17:23:46,348 DEBUG    compat.Popen(): Popen: git describe --tags 2> /dev/null
2014-04-11 17:23:46,386 DEBUG    compat.Popen(): Popen: ['lsb_release', '-sd']
2014-04-11 17:23:46,799 INFO     core.run(): Ajenti 1.2.20.10 running on platform: debian
2014-04-11 17:23:46,823 DEBUG    __init__.load(): Loading plugin nsd
2014-04-11 17:23:46,824 DEBUG    __init__.load_recursive(): Preloading plugin dependency: main
2014-04-11 17:23:46,824 DEBUG    __init__.load(): Loading plugin main
2014-04-11 17:23:46,857 DEBUG    __init__.load(): Loading plugin nsd
2014-04-11 17:23:46,858 DEBUG    __init__.load_recursive(): Preloading plugin dependency: services
2014-04-11 17:23:46,858 DEBUG    __init__.load(): Loading plugin services
2014-04-11 17:23:46,867 DEBUG    __init__.load_recursive(): Preloading plugin dependency: dashboard
2014-04-11 17:23:46,867 DEBUG    __init__.load(): Loading plugin dashboard
2014-04-11 17:23:46,881 DEBUG    __init__.load(): Loading plugin services
2014-04-11 17:23:46,950 DEBUG    __init__.load(): Loading plugin nsd
2014-04-11 17:23:46,951 DEBUG    compat.Popen(): Popen: ['which', 'nsd']
2014-04-11 17:23:46,971 WARNING  __init__.load():  *** [nsd] skipping due to BinaryDependency (nsd)
2014-04-11 17:23:46,972 DEBUG    __init__.load(): Loading plugin psql
2014-04-11 17:23:46,973 DEBUG    __init__.load_recursive(): Preloading plugin dependency: db_common
2014-04-11 17:23:46,973 DEBUG    __init__.load(): Loading plugin db_common
2014-04-11 17:23:46,975 DEBUG    __init__.load(): Loading plugin psql
2014-04-11 17:23:46,975 DEBUG    compat.Popen(): Popen: ['which', 'psql']
2014-04-11 17:23:47,002 WARNING  __init__.load():  *** [psql] skipping due to BinaryDependency (psql)
2014-04-11 17:23:47,003 DEBUG    __init__.load(): Loading plugin netatalk
2014-04-11 17:23:47,004 DEBUG    compat.Popen(): Popen: ['which', 'afpd']
2014-04-11 17:23:47,074 WARNING  __init__.load():  *** [netatalk] skipping due to BinaryDependency (afpd)
2014-04-11 17:23:47,076 DEBUG    __init__.load(): Loading plugin nginx
2014-04-11 17:23:47,079 DEBUG    __init__.load_recursive(): Preloading plugin dependency: webserver_common
2014-04-11 17:23:47,079 DEBUG    __init__.load(): Loading plugin webserver_common
2014-04-11 17:23:47,084 DEBUG    __init__.load(): Loading plugin nginx
2014-04-11 17:23:47,085 DEBUG    compat.Popen(): Popen: ['which', 'nginx']
2014-04-11 17:23:47,123 DEBUG    __init__.load(): Loading plugin ctdb
2014-04-11 17:23:47,127 DEBUG    compat.Popen(): Popen: ['which', 'ctdb']
2014-04-11 17:23:47,143 WARNING  __init__.load():  *** [ctdb] skipping due to BinaryDependency (ctdb)
2014-04-11 17:23:47,147 DEBUG    __init__.load(): Loading plugin sensors
2014-04-11 17:23:48,277 DEBUG    __init__.load(): Loading plugin csf
2014-04-11 17:23:48,277 DEBUG    compat.Popen(): Popen: ['which', 'csf']
2014-04-11 17:23:48,288 WARNING  __init__.load():  *** [csf] skipping due to BinaryDependency (csf)
2014-04-11 17:23:48,292 DEBUG    __init__.load(): Loading plugin samba
2014-04-11 17:23:48,292 DEBUG    compat.Popen(): Popen: ['which', 'smbd']
2014-04-11 17:23:48,304 WARNING  __init__.load():  *** [samba] skipping due to BinaryDependency (smbd)
2014-04-11 17:23:48,322 DEBUG    __init__.load(): Loading plugin mysql
2014-04-11 17:23:48,322 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2014-04-11 17:23:48,330 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2014-04-11 17:23:48,346 DEBUG    __init__.load(): Loading plugin hosts
2014-04-11 17:23:48,350 DEBUG    __init__.load(): Loading plugin memcache
2014-04-11 17:23:48,351 DEBUG    compat.Popen(): Popen: ['which', 'memcached']
2014-04-11 17:23:48,361 WARNING  __init__.load():  *** [memcache] skipping due to BinaryDependency (memcached)
2014-04-11 17:23:48,363 DEBUG    __init__.load(): Loading plugin users
2014-04-11 17:23:48,367 DEBUG    __init__.load(): Loading plugin hddtemp
2014-04-11 17:23:48,370 DEBUG    compat.Popen(): Popen: ['which', 'hddtemp']
2014-04-11 17:23:48,382 WARNING  __init__.load():  *** [hddtemp] skipping due to BinaryDependency (hddtemp)
2014-04-11 17:23:48,383 DEBUG    __init__.load(): Loading plugin terminal
2014-04-11 17:23:48,464 DEBUG    __init__.load(): Loading plugin resources
2014-04-11 17:23:48,467 DEBUG    __init__.load(): Loading plugin logs
2014-04-11 17:23:48,469 DEBUG    __init__.load(): Loading plugin plugins
2014-04-11 17:23:48,471 DEBUG    __init__.load(): Loading plugin smartctl
2014-04-11 17:23:48,472 DEBUG    compat.Popen(): Popen: ['which', 'smartctl']
2014-04-11 17:23:48,479 WARNING  __init__.load():  *** [smartctl] skipping due to BinaryDependency (smartctl)
2014-04-11 17:23:48,480 DEBUG    __init__.load(): Loading plugin exports
2014-04-11 17:23:48,481 DEBUG    compat.Popen(): Popen: ['which', 'nfsstat']
2014-04-11 17:23:48,487 WARNING  __init__.load():  *** [exports] skipping due to BinaryDependency (nfsstat)
2014-04-11 17:23:48,488 DEBUG    __init__.load(): Loading plugin raid
2014-04-11 17:23:48,488 DEBUG    compat.Popen(): Popen: ['which', 'mdadm']
2014-04-11 17:23:48,494 WARNING  __init__.load():  *** [raid] skipping due to BinaryDependency (mdadm)
2014-04-11 17:23:48,495 DEBUG    __init__.load(): Loading plugin supervisor
2014-04-11 17:23:48,496 DEBUG    compat.Popen(): Popen: ['which', 'supervisord']
2014-04-11 17:23:48,502 DEBUG    __init__.load(): Loading plugin dhcpd
2014-04-11 17:23:48,503 DEBUG    compat.Popen(): Popen: ['which', 'dhcpd']
2014-04-11 17:23:48,524 WARNING  __init__.load():  *** [dhcpd] skipping due to BinaryDependency (dhcpd)
2014-04-11 17:23:48,525 DEBUG    __init__.load(): Loading plugin configurator
2014-04-11 17:23:48,528 DEBUG    __init__.load(): Loading plugin power
2014-04-11 17:23:48,530 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2014-04-11 17:23:48,535 DEBUG    compat.Popen(): Popen: ['which', 'pm-hibernate']
2014-04-11 17:23:48,541 DEBUG    __init__.load(): Loading plugin packages
2014-04-11 17:23:48,549 DEBUG    __init__.load(): Loading plugin ajenti_org
2014-04-11 17:23:48,551 DEBUG    __init__.load(): Loading plugin scripts
2014-04-11 17:23:48,552 DEBUG    __init__.load(): Loading plugin apcups
2014-04-11 17:23:48,553 DEBUG    compat.Popen(): Popen: ['which', 'apcaccess']
2014-04-11 17:23:48,558 WARNING  __init__.load():  *** [apcups] skipping due to BinaryDependency (apcaccess)
2014-04-11 17:23:48,559 DEBUG    __init__.load(): Loading plugin resolv
2014-04-11 17:23:48,561 DEBUG    __init__.load(): Loading plugin network
2014-04-11 17:23:48,569 DEBUG    __init__.load(): Loading plugin fm
2014-04-11 17:23:48,570 DEBUG    __init__.load_recursive(): Preloading plugin dependency: tasks
2014-04-11 17:23:48,570 DEBUG    __init__.load(): Loading plugin tasks
2014-04-11 17:23:48,571 DEBUG    __init__.load_recursive(): Preloading plugin dependency: cron
2014-04-11 17:23:48,571 DEBUG    __init__.load(): Loading plugin cron
2014-04-11 17:23:48,572 DEBUG    compat.Popen(): Popen: ['which', 'crontab']
2014-04-11 17:23:48,579 DEBUG    __init__.load(): Loading plugin tasks
2014-04-11 17:23:48,583 DEBUG    __init__.load(): Loading plugin fm
2014-04-11 17:23:48,587 DEBUG    __init__.load(): Loading plugin openvpn
2014-04-11 17:23:48,587 DEBUG    compat.Popen(): Popen: ['which', 'openvpn']
2014-04-11 17:23:48,593 WARNING  __init__.load():  *** [openvpn] skipping due to BinaryDependency (openvpn)
2014-04-11 17:23:48,594 DEBUG    __init__.load(): Loading plugin ipmi
2014-04-11 17:23:48,595 DEBUG    compat.Popen(): Popen: ['which', 'ipmitool']
2014-04-11 17:23:48,600 WARNING  __init__.load():  *** [ipmi] skipping due to BinaryDependency (ipmitool)
2014-04-11 17:23:48,601 DEBUG    __init__.load(): Loading plugin megaraid
2014-04-11 17:23:48,602 WARNING  __init__.load():  *** [megaraid] skipping due to FileDependency (/opt/MegaRAID/MegaCli/MegaCli)
2014-04-11 17:23:48,603 DEBUG    __init__.load(): Loading plugin fstab
2014-04-11 17:23:48,626 DEBUG    __init__.load(): Loading plugin hdparm
2014-04-11 17:23:48,627 DEBUG    compat.Popen(): Popen: ['which', 'hdparm']
2014-04-11 17:23:48,634 DEBUG    __init__.load(): Loading plugin lm_sensors
2014-04-11 17:23:48,635 DEBUG    compat.Popen(): Popen: ['which', 'sensors']
2014-04-11 17:23:48,639 WARNING  __init__.load():  *** [lm_sensors] skipping due to BinaryDependency (sensors)
2014-04-11 17:23:48,641 DEBUG    __init__.load(): Loading plugin notepad
2014-04-11 17:23:48,641 DEBUG    __init__.load_recursive(): Preloading plugin dependency: codemirror
2014-04-11 17:23:48,641 DEBUG    __init__.load(): Loading plugin codemirror
2014-04-11 17:23:48,643 DEBUG    __init__.load(): Loading plugin notepad
2014-04-11 17:23:48,644 DEBUG    __init__.load(): Loading plugin elements
2014-04-11 17:23:48,645 WARNING  __init__.load():  *** [elements] Plugin error: format error
2014-04-11 17:23:48,646 DEBUG    __init__.load(): Loading plugin apache
2014-04-11 17:23:48,647 DEBUG    compat.Popen(): Popen: ['which', 'apache2']
2014-04-11 17:23:48,652 WARNING  __init__.load():  *** [apache] skipping due to BinaryDependency (apache2)
2014-04-11 17:23:48,653 DEBUG    __init__.load(): Loading plugin bind9
2014-04-11 17:23:48,654 DEBUG    compat.Popen(): Popen: ['which', 'named']
2014-04-11 17:23:48,659 WARNING  __init__.load():  *** [bind9] skipping due to BinaryDependency (named)
2014-04-11 17:23:48,660 DEBUG    __init__.load(): Loading plugin iptables
2014-04-11 17:23:48,664 DEBUG    __init__.load(): Loading plugin squid
2014-04-11 17:23:48,665 DEBUG    compat.Popen(): Popen: ['which', 'squid3']
2014-04-11 17:23:48,671 WARNING  __init__.load():  *** [squid] skipping due to BinaryDependency (squid3)
2014-04-11 17:23:48,672 DEBUG    __init__.load(): Loading plugin munin
2014-04-11 17:23:48,673 DEBUG    compat.Popen(): Popen: ['which', 'munin-cron']
2014-04-11 17:23:48,678 WARNING  __init__.load():  *** [munin] skipping due to BinaryDependency (munin-cron)
2014-04-11 17:23:48,679 DEBUG    __init__.load(): Loading plugin taskmgr
2014-04-11 17:23:48,681 DEBUG    __init__.load(): Loading plugin vh-mail
2014-04-11 17:23:48,681 DEBUG    __init__.load_recursive(): Preloading plugin dependency: vh
2014-04-11 17:23:48,682 DEBUG    __init__.load(): Loading plugin vh
2014-04-11 17:23:48,689 DEBUG    __init__.load(): Loading plugin vh-mail
2014-04-11 17:23:48,692 DEBUG    __init__.load(): Loading plugin vh-nodejs
2014-04-11 17:23:48,693 DEBUG    __init__.load(): Loading plugin vh-mysql
2014-04-11 17:23:48,694 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2014-04-11 17:23:48,701 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2014-04-11 17:23:48,728 DEBUG    __init__.load(): Loading plugin vh-gunicorn
2014-04-11 17:23:48,730 DEBUG    __init__.load(): Loading plugin vh-nginx
2014-04-11 17:23:48,733 DEBUG    __init__.load(): Loading plugin vh-puma
2014-04-11 17:23:48,733 DEBUG    compat.Popen(): Popen: ['which', 'bundler']
2014-04-11 17:23:48,739 WARNING  __init__.load():  *** [vh-puma] skipping due to BinaryDependency (bundler)
2014-04-11 17:23:48,740 DEBUG    __init__.load(): Loading plugin vh-vsftpd
2014-04-11 17:23:48,741 DEBUG    compat.Popen(): Popen: ['which', 'vsftpd']
2014-04-11 17:23:48,749 DEBUG    __init__.load(): Loading plugin vh-php-fpm
2014-04-11 17:23:48,751 DEBUG    compat.Popen(): Popen: ['which', 'php5-fpm']
2014-04-11 17:23:48,859 DEBUG    __init__.instantiate(): Root context instantiated [Inflater] <ajenti.ui.inflater.Inflater object at 0x247a110>
2014-04-11 17:23:48,862 DEBUG    __init__.instantiate(): Root context instantiated [UI] <ajenti.ui.UI object at 0x247f210>
2014-04-11 17:23:48,863 DEBUG    inflater.precache(): Precaching layout main:file-dialog
2014-04-11 17:23:48,866 DEBUG    inflater.precache(): Precaching layout main:file-dialog-save
2014-04-11 17:23:48,868 DEBUG    inflater.precache(): Precaching layout main:input-dialog
2014-04-11 17:23:48,869 DEBUG    inflater.precache(): Precaching layout dashboard:welcome
2014-04-11 17:23:48,871 DEBUG    inflater.precache(): Precaching layout dashboard:text
2014-04-11 17:23:48,872 DEBUG    inflater.precache(): Precaching layout dashboard:dash
2014-04-11 17:23:48,878 DEBUG    inflater.precache(): Precaching layout services:bar
2014-04-11 17:23:48,879 DEBUG    inflater.precache(): Precaching layout services:widget
2014-04-11 17:23:48,882 DEBUG    inflater.precache(): Precaching layout services:main
2014-04-11 17:23:48,886 DEBUG    inflater.precache(): Precaching layout db_common:main
2014-04-11 17:23:48,896 DEBUG    inflater.precache(): Precaching layout webserver_common:main
2014-04-11 17:23:48,922 DEBUG    inflater.precache(): Precaching layout sensors:cpu-widget
2014-04-11 17:23:48,925 DEBUG    inflater.precache(): Precaching layout sensors:progressbar-widget
2014-04-11 17:23:48,928 DEBUG    inflater.precache(): Precaching layout sensors:cpu-line
2014-04-11 17:23:48,929 DEBUG    inflater.precache(): Precaching layout sensors:value-widget
2014-04-11 17:23:48,932 DEBUG    inflater.precache(): Precaching layout mysql:config
2014-04-11 17:23:48,934 DEBUG    inflater.precache(): Precaching layout hosts:main
2014-04-11 17:23:48,942 DEBUG    inflater.precache(): Precaching layout users:main
2014-04-11 17:23:48,979 DEBUG    inflater.precache(): Precaching layout users:user-list
2014-04-11 17:23:48,983 DEBUG    inflater.precache(): Precaching layout terminal:config
2014-04-11 17:23:48,985 DEBUG    inflater.precache(): Precaching layout terminal:main
2014-04-11 17:23:48,988 DEBUG    inflater.precache(): Precaching layout logs:main
2014-04-11 17:23:49,022 DEBUG    inflater.precache(): Precaching layout plugins:main
2014-04-11 17:23:49,041 DEBUG    inflater.precache(): Precaching layout supervisor:main
2014-04-11 17:23:49,049 DEBUG    __init__.instantiate(): Root context instantiated [UpstartServiceManager] <ajenti.plugins.services.sm_upstart.UpstartServiceManager object at 0x2661e10>
2014-04-11 17:23:49,049 DEBUG    __init__.instantiate(): Root context instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x2661b90>
2014-04-11 17:23:49,049 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x2661bd0>
2014-04-11 17:23:49,050 DEBUG    __init__.instantiate(): Root context instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x2661910>
2014-04-11 17:23:49,325 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2014-04-11 17:23:49,341 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2014-04-11 17:23:49,376 DEBUG    inflater.precache(): Precaching layout configurator:ldap-sync-config
2014-04-11 17:23:49,379 DEBUG    inflater.precache(): Precaching layout configurator:licensing
2014-04-11 17:23:49,382 DEBUG    inflater.precache(): Precaching layout configurator:ad-sync-config
2014-04-11 17:23:49,384 DEBUG    inflater.precache(): Precaching layout configurator:main
2014-04-11 17:23:49,409 DEBUG    inflater.precache(): Precaching layout power:widget
2014-04-11 17:23:49,425 DEBUG    inflater.precache(): Precaching layout packages:row
2014-04-11 17:23:49,428 DEBUG    inflater.precache(): Precaching layout packages:headers
2014-04-11 17:23:49,430 DEBUG    inflater.precache(): Precaching layout packages:main
2014-04-11 17:23:49,441 DEBUG    inflater.precache(): Precaching layout packages:installer
2014-04-11 17:23:49,442 DEBUG    inflater.precache(): Precaching layout ajenti_org:config
2014-04-11 17:23:49,443 DEBUG    inflater.precache(): Precaching layout ajenti_org:main
2014-04-11 17:23:49,446 DEBUG    inflater.precache(): Precaching layout scripts:widget
2014-04-11 17:23:49,456 DEBUG    inflater.precache(): Precaching layout resolv:main
2014-04-11 17:23:49,459 DEBUG    inflater.precache(): Precaching layout network:widget
2014-04-11 17:23:49,462 DEBUG    inflater.precache(): Precaching layout network:main
2014-04-11 17:23:49,473 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ipv4
2014-04-11 17:23:49,480 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ifupdown
2014-04-11 17:23:49,486 DEBUG    inflater.precache(): Precaching layout network:bit-linux-basic
2014-04-11 17:23:49,489 DEBUG    inflater.precache(): Precaching layout network:bit-linux-dhcp
2014-04-11 17:23:49,493 DEBUG    inflater.precache(): Precaching layout cron:main
2014-04-11 17:23:49,549 DEBUG    inflater.precache(): Precaching layout tasks:params-execute
2014-04-11 17:23:49,551 DEBUG    inflater.precache(): Precaching layout tasks:main
2014-04-11 17:23:49,591 DEBUG    inflater.precache(): Precaching layout tasks:params-rsync
2014-04-11 17:23:49,645 DEBUG    inflater.precache(): Precaching layout tasks:params-copydir
2014-04-11 17:23:49,695 DEBUG    inflater.precache(): Precaching layout fm:config
2014-04-11 17:23:49,698 DEBUG    inflater.precache(): Precaching layout fm:main
2014-04-11 17:23:49,740 DEBUG    inflater.precache(): Precaching layout fstab:iio-widget
2014-04-11 17:23:49,743 DEBUG    inflater.precache(): Precaching layout fstab:widget
2014-04-11 17:23:49,745 DEBUG    inflater.precache(): Precaching layout fstab:main
2014-04-11 17:23:49,766 DEBUG    inflater.precache(): Precaching layout fstab:free-widget
2014-04-11 17:23:49,769 DEBUG    inflater.precache(): Precaching layout hdparm:widget
2014-04-11 17:23:49,771 DEBUG    inflater.precache(): Precaching layout notepad:config
2014-04-11 17:23:49,773 DEBUG    inflater.precache(): Precaching layout notepad:main
2014-04-11 17:23:49,835 DEBUG    inflater.precache(): Precaching layout notepad:listitem
2014-04-11 17:23:49,838 DEBUG    inflater.precache(): Precaching layout iptables:option-custom
2014-04-11 17:23:49,841 DEBUG    inflater.precache(): Precaching layout iptables:option-interface
2014-04-11 17:23:49,843 DEBUG    inflater.precache(): Precaching layout iptables:option-port
2014-04-11 17:23:49,844 DEBUG    inflater.precache(): Precaching layout iptables:option-match
2014-04-11 17:23:49,845 DEBUG    inflater.precache(): Precaching layout iptables:option-ports
2014-04-11 17:23:49,847 DEBUG    inflater.precache(): Precaching layout iptables:option-protocol
2014-04-11 17:23:49,849 DEBUG    inflater.precache(): Precaching layout iptables:option-address
2014-04-11 17:23:49,850 DEBUG    inflater.precache(): Precaching layout iptables:main
2014-04-11 17:23:49,857 DEBUG    inflater.precache(): Precaching layout iptables:option-reject-with
2014-04-11 17:23:49,859 DEBUG    inflater.precache(): Precaching layout iptables:option
2014-04-11 17:23:49,861 DEBUG    inflater.precache(): Precaching layout iptables:option-state
2014-04-11 17:23:49,863 DEBUG    inflater.precache(): Precaching layout taskmgr:main
2014-04-11 17:23:49,869 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-fcgi
2014-04-11 17:23:49,870 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-proxy
2014-04-11 17:23:49,872 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-python-wsgi
2014-04-11 17:23:49,880 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-static
2014-04-11 17:23:49,882 DEBUG    inflater.precache(): Precaching layout vh:main-website
2014-04-11 17:23:49,953 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-puma
2014-04-11 17:23:49,956 DEBUG    inflater.precache(): Precaching layout vh:not-configured
2014-04-11 17:23:49,958 DEBUG    inflater.precache(): Precaching layout vh:ext-processes
2014-04-11 17:23:49,983 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-nodejs
2014-04-11 17:23:49,984 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-unicorn
2014-04-11 17:23:49,986 DEBUG    inflater.precache(): Precaching layout vh:main
2014-04-11 17:23:49,994 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php-fcgi
2014-04-11 17:23:50,003 DEBUG    inflater.precache(): Precaching layout vh:main-website-location
2014-04-11 17:23:50,005 DEBUG    inflater.precache(): Precaching layout vh-mail:not-configured
2014-04-11 17:23:50,007 DEBUG    inflater.precache(): Precaching layout vh-mail:main
2014-04-11 17:23:50,057 DEBUG    inflater.precache(): Precaching layout vh-mysql:ext
2014-04-11 17:23:50,061 DEBUG    inflater.precache(): Precaching layout vh-vsftpd:ext
2014-04-11 17:23:50,064 INFO     core.run(): Starting server on (u'0.0.0.0', 8000)
2014-04-11 17:23:50,080 DEBUG    __init__.instantiate(): Root context instantiated [SessionMiddleware] <ajenti.middleware.SessionMiddleware object at 0x3706ed0>
2014-04-11 17:23:50,080 DEBUG    __init__.instantiate(): Root context instantiated [AuthenticationMiddleware] <ajenti.middleware.AuthenticationMiddleware object at 0x3706f10>
2014-04-11 17:23:50,082 DEBUG    __init__.instantiate(): Root context instantiated [CentralDispatcher] <ajenti.routing.CentralDispatcher object at 0x3706fd0>
2014-04-11 17:23:50,084 DEBUG    __init__.instantiate(): Root context instantiated [IPCServer] <ajenti.ipc.IPCServer object at 0x3706790>
2014-04-11 17:23:50,085 DEBUG    __init__.instantiate(): Root context instantiated [Licensing] <ajenti.licensing.Licensing object at 0x3706650>
2014-04-11 17:23:50,086 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.20.10', 'os': 'debian', 'id': 37585})
2014-04-11 17:23:50,089 INFO     connectionpool._new_conn(): Starting new HTTP connection (1): meta.ajenti.org
2014-04-11 17:23:54,805 DEBUG    __init__.instantiate(): Root context instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x30050d0>
2014-04-11 17:23:54,807 DEBUG    __init__.instantiate(): Root context instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x3005090>
2014-04-11 17:23:54,807 DEBUG    __init__.instantiate(): Root context instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x3005150>
2014-04-11 17:23:54,807 DEBUG    __init__.instantiate(): Root context instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x3005110>
2014-04-11 17:23:55,677 DEBUG    __init__.instantiate(): Root context instantiated [ContentCompressor] <ajenti.plugins.resources.server.ContentCompressor object at 0x301e8d0>
2014-04-11 17:23:56,438 DEBUG    connectionpool._make_request(): "POST /api/v2/ping HTTP/1.1" 200 36
2014-04-11 17:23:56,439 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2014-04-11 17:23:59,967 DEBUG    __init__.instantiate(): Root context instantiated [UserManager] <ajenti.users.UserManager object at 0x301efd0>
2014-04-11 17:23:59,969 DEBUG    __init__.instantiate(): Root context instantiated [AjentiSyncProvider] <ajenti.usersync.local.AjentiSyncProvider object at 0x302ca90>
2014-04-11 17:23:59,998 INFO     users.check_password(): user root logged in through AjentiSyncProvider
2014-04-11 17:24:00,564 DEBUG    __init__.instantiate(): Context for root instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x302cf50>
2014-04-11 17:24:00,565 DEBUG    __init__.instantiate(): Context for root instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x302cd50>
2014-04-11 17:24:00,565 DEBUG    __init__.instantiate(): Context for root instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x302ce10>
2014-04-11 17:24:00,566 DEBUG    __init__.instantiate(): Context for root instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x302ccd0>
2014-04-11 17:24:05,264 DEBUG    __init__.instantiate(): Context for root instantiated [UI] <ajenti.ui.UI object at 0x3739ed0>
2014-04-11 17:24:05,289 DEBUG    __init__.instantiate(): Context for root instantiated [AjentiUpdater] <ajenti.plugins.dashboard.updater.AjentiUpdater object at 0x3969110>
2014-04-11 17:24:05,291 DEBUG    __init__.instantiate(): Context for root instantiated [DebianPackageManager] <ajenti.plugins.packages.pm_apt.DebianPackageManager object at 0x39692d0>
2014-04-11 17:24:05,291 DEBUG    __init__.instantiate(): Context for root instantiated [Dash] <main:section # 9159>
2014-04-11 17:24:05,296 DEBUG    __init__.instantiate(): Context for root instantiated [UpstartServiceManager] <ajenti.plugins.services.sm_upstart.UpstartServiceManager object at 0x39695d0>
2014-04-11 17:24:05,296 DEBUG    __init__.instantiate(): Context for root instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x3969750>
2014-04-11 17:24:05,297 DEBUG    __init__.instantiate(): Context for root instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x3969c50>
2014-04-11 17:24:05,297 DEBUG    __init__.instantiate(): Context for root instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x3969350>
2014-04-11 17:24:05,297 DEBUG    __init__.instantiate(): Context for root instantiated [Services] <main:section # 9251>
2014-04-11 17:24:05,302 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLDB] <ajenti.plugins.mysql.api.MySQLDB object at 0x396ce50>
2014-04-11 17:24:05,302 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLPlugin] <main:section # 9277>
2014-04-11 17:24:05,305 DEBUG    __init__.instantiate(): Context for root instantiated [Hosts] <main:section # 9337>
2014-04-11 17:24:05,314 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxUsersBackend] <ajenti.plugins.users.main.LinuxUsersBackend object at 0x397ab90>
2014-04-11 17:24:05,315 DEBUG    __init__.instantiate(): Context for root instantiated [Users] <main:section # 9372>
2014-04-11 17:24:05,317 DEBUG    __init__.instantiate(): Context for root instantiated [Terminals] <main:section # 9667>
2014-04-11 17:24:05,321 DEBUG    __init__.instantiate(): Context for root instantiated [Logs] <main:section # 9682>
2014-04-11 17:24:05,324 DEBUG    __init__.instantiate(): Context for root instantiated [PluginsPlugin] <main:section # 9836>
2014-04-11 17:24:05,333 DEBUG    __init__.instantiate(): Context for root instantiated [Supervisor] <main:section # 9882>
2014-04-11 17:24:05,343 DEBUG    __init__.instantiate(): Context for root instantiated [ClassConfigManager] <ajenti.plugins.configurator.configurator.ClassConfigManager object at 0x3bf9f50>
2014-04-11 17:24:05,347 DEBUG    __init__.instantiate(): Context for root instantiated [Configurator] <main:section # 10114>
2014-04-11 17:24:05,352 DEBUG    __init__.instantiate(): Context for root instantiated [Packages] <main:section # 10323>
2014-04-11 17:24:05,355 DEBUG    __init__.instantiate(): Context for root instantiated [Resolv] <main:section # 10421>
2014-04-11 17:24:05,359 DEBUG    compat.Popen(): Popen: ['ifconfig', 'lo']
2014-04-11 17:24:05,364 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth0']
2014-04-11 17:24:05,368 DEBUG    __init__.instantiate(): Context for root instantiated [DebianNetworkConfig] <ajenti.plugins.network.nc_debian.DebianNetworkConfig object at 0x3c0a410>
2014-04-11 17:24:05,369 DEBUG    __init__.instantiate(): Context for root instantiated [NetworkPlugin] <main:section # 10443>
2014-04-11 17:24:05,373 DEBUG    __init__.instantiate(): Context for root instantiated [Cron] <main:section # 10480>
2014-04-11 17:24:05,380 DEBUG    __init__.instantiate(): Root context instantiated [TaskManager] <ajenti.plugins.tasks.manager.TaskManager object at 0x3c13c90>
2014-04-11 17:24:05,381 DEBUG    __init__.instantiate(): Context for root instantiated [Tasks] <main:section # 10573>
2014-04-11 17:24:05,387 DEBUG    __init__.instantiate(): Context for root instantiated [FMBackend] <ajenti.plugins.fm.backend.FMBackend object at 0x3c19d50>
2014-04-11 17:24:05,389 DEBUG    __init__.instantiate(): Context for root instantiated [FileManager] <main:section # 10707>
2014-04-11 17:24:05,396 DEBUG    compat.Popen(): Popen: ['df', '-P']
2014-04-11 17:24:05,404 DEBUG    __init__.instantiate(): Context for root instantiated [MountsBackend] <ajenti.plugins.fstab.main.MountsBackend object at 0x3c29410>
2014-04-11 17:24:05,404 DEBUG    __init__.instantiate(): Context for root instantiated [Filesystems] <main:section # 10838>
2014-04-11 17:24:05,420 DEBUG    __init__.instantiate(): Context for root instantiated [Controller] <ajenti.plugins.notepad.notepad.Controller object at 0x3fbb490>
2014-04-11 17:24:05,420 DEBUG    __init__.instantiate(): Context for root instantiated [Notepad] <main:section # 10990>
2014-04-11 17:24:05,429 DEBUG    __init__.instantiate(): Context for root instantiated [DebianFirewallManager] <ajenti.plugins.iptables.main.DebianFirewallManager object at 0x3fbdfd0>
2014-04-11 17:24:05,430 DEBUG    __init__.instantiate(): Context for root instantiated [Firewall] <main:section # 11378>
2014-04-11 17:24:05,433 DEBUG    __init__.instantiate(): Context for root instantiated [TaskManager] <main:section # 11433>
2014-04-11 17:24:05,439 DEBUG    __init__.instantiate(): Root context instantiated [Static] <ajenti.plugins.vh.gate_static.Static object at 0x3fcca50>
2014-04-11 17:24:05,439 DEBUG    __init__.instantiate(): Root context instantiated [ProxyPass] <ajenti.plugins.vh.gate_proxy.ProxyPass object at 0x3fcca90>
2014-04-11 17:24:05,439 DEBUG    __init__.instantiate(): Root context instantiated [FCGIPass] <ajenti.plugins.vh.gate_fcgi.FCGIPass object at 0x3fccb10>
2014-04-11 17:24:05,440 DEBUG    __init__.instantiate(): Root context instantiated [NodeJS] <ajenti.plugins.vh-nodejs.nodejs.NodeJS object at 0x3fccb50>
2014-04-11 17:24:05,440 DEBUG    __init__.instantiate(): Root context instantiated [Gunicorn] <ajenti.plugins.vh-gunicorn.gunicorn.Gunicorn object at 0x3fccb90>
2014-04-11 17:24:05,440 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPM] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPM object at 0x3fccbd0>
2014-04-11 17:24:05,441 DEBUG    __init__.instantiate(): Root context instantiated [Processes] <ajenti.plugins.vh.processes.Processes object at 0x3fccc10>
2014-04-11 17:24:05,441 DEBUG    __init__.instantiate(): Root context instantiated [VSFTPD] <ajenti.plugins.vh-vsftpd.vsftpd.VSFTPD object at 0x3fccc50>
2014-04-11 17:24:05,443 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorRestartable] <ajenti.plugins.vh.processes.SupervisorRestartable object at 0x3fccc90>
2014-04-11 17:24:05,445 DEBUG    __init__.instantiate(): Root context instantiated [EximRestartable] <ajenti.plugins.vh-mail.api.EximRestartable object at 0x3fcccd0>
2014-04-11 17:24:05,448 DEBUG    __init__.instantiate(): Root context instantiated [CourierIMAPRestartable] <ajenti.plugins.vh-mail.api.CourierIMAPRestartable object at 0x3fccd10>
2014-04-11 17:24:05,450 DEBUG    __init__.instantiate(): Root context instantiated [CourierAuthRestartable] <ajenti.plugins.vh-mail.api.CourierAuthRestartable object at 0x3fccd90>
2014-04-11 17:24:05,452 DEBUG    __init__.instantiate(): Root context instantiated [NGINXRestartable] <ajenti.plugins.vh-nginx.nginx.NGINXRestartable object at 0x3fccdd0>
2014-04-11 17:24:05,454 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPMRestartable] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable object at 0x3fcce10>
2014-04-11 17:24:05,455 DEBUG    __init__.instantiate(): Root context instantiated [NginxWebserver] <ajenti.plugins.vh-nginx.nginx.NginxWebserver object at 0x3fcca10>
2014-04-11 17:24:05,455 DEBUG    __init__.instantiate(): Root context instantiated [VHManager] <ajenti.plugins.vh.api.VHManager object at 0x3fc6950>
2014-04-11 17:24:05,456 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesPlugin] <main:section # 11477>
2014-04-11 17:24:06,445 DEBUG    __init__.instantiate(): Context for root instantiated [WebsiteEditorPlugin] <main:section # 11517>
2014-04-11 17:24:06,452 DEBUG    __init__.instantiate(): Context for root instantiated [MailEximCourierBackend] <ajenti.plugins.vh-mail.api.MailEximCourierBackend object at 0x3fe7550>
2014-04-11 17:24:06,452 DEBUG    __init__.instantiate(): Context for root instantiated [MailManager] <ajenti.plugins.vh-mail.api.MailManager object at 0x3fe0c50>
2014-04-11 17:24:06,463 DEBUG    __init__.instantiate(): Context for root instantiated [MailPlugin] <main:section # 12010>
2014-04-11 17:24:06,466 DEBUG    __init__.instantiate(): Context for root instantiated [HostnameSensor] <ajenti.plugins.sensors.hostname.HostnameSensor object at 0x43c0310>
2014-04-11 17:24:06,470 DEBUG    __init__.instantiate(): Context for root instantiated [MemorySensor] <ajenti.plugins.sensors.memory.MemorySensor object at 0x43c0690>
2014-04-11 17:24:06,476 DEBUG    __init__.instantiate(): Context for root instantiated [SwapSensor] <ajenti.plugins.sensors.memory.SwapSensor object at 0x43c0a10>
2014-04-11 17:24:06,482 DEBUG    __init__.instantiate(): Context for root instantiated [UnixUptimeSensor] <ajenti.plugins.sensors.uptime.UnixUptimeSensor object at 0x43c0f90>
2014-04-11 17:24:06,486 DEBUG    __init__.instantiate(): Context for root instantiated [PowerSensor] <ajenti.plugins.power.power.PowerSensor object at 0x43c6610>
2014-04-11 17:24:06,488 DEBUG    __init__.instantiate(): Context for root instantiated [BatterySensor] <ajenti.plugins.power.power.BatterySensor object at 0x43c6650>
2014-04-11 17:24:06,489 DEBUG    __init__.instantiate(): Context for root instantiated [BasicLinuxPowerController] <ajenti.plugins.power.api.BasicLinuxPowerController object at 0x43c6a90>
2014-04-11 17:24:06,493 DEBUG    __init__.instantiate(): Context for root instantiated [CPUSensor] <ajenti.plugins.sensors.cpu.CPUSensor object at 0x43c6d10>
2014-04-11 17:24:06,497 DEBUG    compat.Popen(): Popen: ['apt-show-versions', '-u']
2014-04-11 17:24:08,448 DEBUG    compat.Popen(): Popen: ['dpkg', '-l']
2014-04-11 17:24:08,481 DEBUG    dash.update_check_callback(): Update availability: []
2014-04-11 17:24:13,349 DEBUG    compat.Popen(): Popen: ['service', '--status-all']
2014-04-11 17:24:13,509 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-04-11 17:24:20,875 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-04-11 17:24:21,216 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2014-04-11 17:24:21,228 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2014-04-11 17:24:26,544 DEBUG    compat.Popen(): Popen: ['service', '--status-all']
2014-04-11 17:24:26,786 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-04-11 17:25:56,870 DEBUG    compat.Popen(): Popen: ['ifconfig', 'lo']
2014-04-11 17:25:56,876 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth0']
2014-04-11 17:25:56,881 DEBUG    __init__.instantiate(): Context for root instantiated [TrafficSensor] <ajenti.plugins.network.widget.TrafficSensor object at 0x43d8ad0>
2014-04-11 17:25:59,393 DEBUG    compat.Popen(): Popen: ['apt-show-versions', '-u']
2014-04-11 17:26:00,680 DEBUG    compat.Popen(): Popen: ['dpkg', '-l']
2014-04-11 17:26:40,306 DEBUG    compat.Popen(): Popen: ['userdb', u'fedor@healthy-choice.ru', 'set', 'uid=8', 'gid=8', u'home=/var/vmail/fedor@healthy-choice.ru', u'mail=/var/vmail/fedor@healthy-choice.ru']
2014-04-11 17:26:40,328 DEBUG    compat.Popen(): Popen: ['userdbpw', '-md5']
2014-04-11 17:26:40,335 DEBUG    compat.Popen(): Popen: ['userdb', u'fedor@healthy-choice.ru', 'set', 'systempw']
2014-04-11 17:26:40,354 DEBUG    compat.Popen(): Popen: ['makeuserdb']
2014-04-11 17:26:40,588 DEBUG    compat.Popen(): Popen: ['/etc/init.d/exim4', 'status']
2014-04-11 17:26:40,597 DEBUG    compat.Popen(): Popen: ['/etc/init.d/exim4', 'restart']
2014-04-11 17:26:40,612 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap', 'status']
2014-04-11 17:26:40,630 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap', 'restart']
2014-04-11 17:26:40,679 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap-ssl', 'status']
2014-04-11 17:26:40,697 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap-ssl', 'restart']
2014-04-11 17:26:40,748 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-authdaemon', 'status']
2014-04-11 17:26:40,758 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-authdaemon', 'restart']
2014-04-11 17:26:40,786 DEBUG    compat.Popen(): Popen: ['du', '-sb', u'/var/vmail/fedor@healthy-choice.ru']
Eugeny commented 10 years ago

Please check value of your mail TLS private key setting.

Mottoweb commented 10 years ago

Thanks, that solved the issue. Now i can't get forwards to work actually, no errors. Any help appreciated.

Eugeny commented 10 years ago

Try to stop the exim service (service exim4 stop) and run Exim in debug mode (exim -bv). Try to send a email to the forwarding address while exim is in debug mode and collect the log.

Mottoweb commented 10 years ago

2014-04-12 03:42:22 1WYsZy-0000PX-4c DKIM: d=gmail.com s=20120113 c=relaxed/relaxed a=rsa-sha256 [verification succeeded] 2014-04-12 03:42:22 1WYsZy-0000PX-4c <= fedbut@gmail.com H=(mail-we0-f174.google.com) [74.125.82.174] P=esmtps X=TLS1.0:RSA_ARCFOUR_SHA1:16 S=1735 id=CA+3iW=ZJtmejPFXzjCaO7pm0K0aK-n1uDD-R1AkEC=vaHN-Q+g@mail.gmail.com 2014-04-12 03:42:23 1WYsZy-0000PX-4c => fedbut@gmail.com admin@healthy-choice.ru R=dnslookup T=remote_smtp H=gmail-smtp-in.l.google.com [173.194.65.27] X=TLS1.0:RSA_ARCFOUR_SHA1:16 2014-04-12 03:42:23 1WYsZy-0000PX-4c Completed 2014-04-12 03:42:33 1WYsa9-0000Pc-Gs DKIM: d=gmail.com s=20120113 c=relaxed/relaxed a=rsa-sha256 [verification succeeded] 2014-04-12 03:42:33 1WYsa9-0000Pc-Gs <= fedbut@gmail.com H=(mail-wg0-f42.google.com) [74.125.82.42] P=esmtps X=TLS1.0:RSA_ARCFOUR_SHA1:16 S=1747 id=CA+3iW=ZWkTz5H2FAbp4HbdW7us9aN3ekU6jww4SOuFrCc1d7NA@mail.gmail.com 2014-04-12 03:42:34 1WYsa9-0000Pc-Gs => fedbut@gmail.com admin@healthy-choice.ru R=dnslookup T=remote_smtp H=gmail-smtp-in.l.google.com [173.194.65.27] X=TLS1.0:RSA_ARCFOUR_SHA1:16 2014-04-12 03:42:34 1WYsa9-0000Pc-Gs Completed

But no forwarded mail received at gmail

Eugeny commented 10 years ago

Silly question, but did you check spam? :)

Mottoweb commented 10 years ago

:) surely i did.

Could it be that my TLS is self signed and gmail just rejects the mail?

Eugeny commented 10 years ago

No, TLS only relates to incoming mails. Which address did you send mail from, to which, and to which address forwarding is configured?

Mottoweb commented 10 years ago

from fedbut@gmail.com to admin@healthy-choice.com, its configured to forward the other way

Eugeny commented 10 years ago

Can you try forwarding to another address? Everything looks fine from the exim log

Mottoweb commented 10 years ago

I've tried forwarding to an yandex address, and it worked just fine... But i need it to work with gmail. I cant think of what could be the problem. Here is more logs.

2014-04-14 15:40:06 Start queue run: pid=9260 2014-04-14 15:40:06 1WZe6v-00022L-4O Message is frozen 2014-04-14 15:40:06 1WZHdu-00015F-Qi Message is frozen 2014-04-14 15:40:06 End queue run: pid=9260 2014-04-14 15:45:03 1WZmoR-0002PY-9D DKIM: d=gmail.com s=20120113 c=relaxed/relaxed a=rsa-sha256 [verification succeeded] 2014-04-14 15:45:03 1WZmoR-0002PY-9D <= fedbut@gmail.com H=(mail-wi0-f182.google.com) [209.85.212.182] P=esmtps X=TLS1.0:RSA_ARCFOUR_SHA1:16 S=1740 id=CA+3iW=YCrNFg6LpeDLw5bHctB373C-Sa1STJFg78wvcxVxM+cQ@mail.gmail.com 2014-04-14 15:45:03 1WZmoR-0002PY-9D gmail-smtp-in.l.google.com [2a00:1450:4013:c01::1a] Network is unreachable 2014-04-14 15:45:04 1WZmoR-0002PY-9D => fedbut@gmail.com fedor@healthy-choice.ru R=dnslookup T=remote_smtp H=gmail-smtp-in.l.google.com [74.125.136.26] X=TLS1.0:RSA_ARCFOUR_SHA1:16 2014-04-14 15:45:04 1WZmoR-0002PY-9D Completed 2014-04-14 15:48:04 exim 4.76 daemon started: pid=9298, -q30m, listening for SMTP on port 25 (IPv4) and for SMTPS on port 465 (IPv4) 2014-04-14 15:48:04 Start queue run: pid=9299 2014-04-14 15:48:04 1WZe6v-00022L-4O Message is frozen 2014-04-14 15:48:04 1WZHdu-00015F-Qi Message is frozen 2014-04-14 15:48:04 End queue run: pid=9299 2014-04-14 15:48:23 exim 4.76 daemon started: pid=9369, -q30m, listening for SMTP on port 25 (IPv4) and for SMTPS on port 465 (IPv4) 2014-04-14 15:48:23 Start queue run: pid=9370 2014-04-14 15:48:23 1WZHdu-00015F-Qi Message is frozen 2014-04-14 15:48:23 1WZe6v-00022L-4O Message is frozen 2014-04-14 15:48:23 End queue run: pid=9370 2014-04-14 15:48:46 1WZms2-0002Ry-6d DKIM: d=gmail.com s=20120113 c=relaxed/relaxed a=rsa-sha256 [verification succeeded] 2014-04-14 15:48:46 1WZms2-0002Ry-6d <= fedbut@gmail.com H=(mail-we0-f172.google.com) [74.125.82.172] P=esmtps X=TLS1.0:RSA_ARCFOUR_SHA1:16 S=1742 id=CA+3iW=aTLuR2iXovxqmCKQQp=EooUoX+qPDVrpO95+ic4v74=w@mail.gmail.com 2014-04-14 15:48:46 1WZms2-0002Ry-6d mx.yandex.ru [2a02:6b8::89] Network is unreachable 2014-04-14 15:48:47 1WZms2-0002Ry-6d => mottoweb@yandex.com forward@healthy-choice.ru R=dnslookup T=remote_smtp H=mx.yandex.ru [93.158.134.89] X=TLS1.0:RSA_AES_256_CBC_SHA1:32 2014-04-14 15:48:47 1WZms2-0002Ry-6d Completed

Mottoweb commented 10 years ago

There is no problem with exim apparently, its a gmail "issue".

http://serverfault.com/questions/478242/email-forwarding-to-gmail-using-exim4

Thanks for your help though ;)

Eugeny commented 10 years ago

So I guess this can be closed? :)

Mottoweb commented 10 years ago

Sure.