Webmail not including recipient's address

Support/Development for PHP
octet
Forum User
Forum User
Posts: 64
Joined: Fri Dec 14, 2007 11:35 am

Webmail not including recipient's address

Unread post by octet »

Hi,

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
recips='' <-- EMPTY.

Code: Select all

 [root@eXtreme ~]# php -v
PHP 5.2.5 (cli) (built: Nov 20 2007 21:48:08)
/etc/httpd/conf.d/zz010_psa_httpd.conf is modified accordingly:

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!
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Unread post by Kalimari »

Have you got an example of the PHP mail function you are using? Are you adding custom headers and/or all 5 mail parameters?
octet
Forum User
Forum User
Posts: 64
Joined: Fri Dec 14, 2007 11:35 am

Unread post by octet »

Hi,

I'm talking about the Webmail / Horde... nothing handmade.
Post Reply