I'm having problems with webmail since few days ago, I suspect is to do with php5. It does not include the recipient's address when sending the email. IMAP client works OK.
Code: Select all
Mon, 14 Apr 2008 18:27:58 BST:8414: w_c: Total time between DATA command and "." was 0.000216 secs
Mon, 14 Apr 2008 18:27:58 BST:8414: w_c: elapsed time from start 0.000149 secs
Mon, 14 Apr 2008 18:27:58 BST:8414: g_e_h: return-path='--@server.domain.com', recips=''
Mon, 14 Apr 2008 18:27:58 BST:8414: from='user@domain.com', subj='test', via local process 8414
Mon, 14 Apr 2008 18:27:58 BST:8414: This is a PLAIN text message, skip virus scanners - but not SA
Mon, 14 Apr 2008 18:27:58 BST:8414: s_p_d: /var/spool/qscan/settings_per_domain.db doesn't exist falling to installed scanners
Mon, 14 Apr 2008 18:27:58 BST:8414: SA: don't scan as RELAYCLIENT implies this was sent by a local user
Mon, 14 Apr 2008 18:27:58 BST:8414: p_s: finished scan in 0.021235 secs
Mon, 14 Apr 2008 18:27:58 BST:8414: ini_sc: finished scan of "/var/spool/qscan/tmp/server.domain.com12081940787638414"...
Mon, 14 Apr 2008 18:27:58 BST:8414: ------ Process 8414 finished. Total of 0.068337 secs
Code: Select all
[root@eXtreme ~]# php -v
PHP 5.2.5 (cli) (built: Nov 20 2007 21:48:08)
Code: Select all
php_admin_value include_path "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:."
Any help will be much appreciated!
Thank you!