Hiya,
I've got a small problem, i'm using the beta, on a gentoo server, with php 5.1.1 ( with sockets ), and i setup round cube to use smtp as follows :
$rcmail_config['smtp_server'] = 'smtp.myhost'; $rcmail_config['smtp_port'] = 25; $rcmail_config['smtp_user'] = '%u'; $rcmail_config['smtp_pass'] = '%p'; $rcmail_config['smtp_auth_type'] = ''; $rcmail_config['smtp_log'] = TRUE;
( of course with my real mail host. :) )
and i try send mail from roundcube, and well... it umm... just ... vanishes :P
i sent a test message to test123@hotmail.com, just to create entries in my log file,
unix01 webmailBeta # grep test123 /var/log/* unix01 webmailBeta #
so, it's not falling back to mail()
nor is it working with smtp :
root@mx01:~# grep test123@hotmail.com /var/log/mail.log root@mx01:~# root@mx02:/etc/postfix# grep test123@hotmail.com /var/log/mail.log root@mx02:/etc/postfix#
so i'm pretty much stumped, it appears in my imap folder, and it says it's sent, and in the logs directory i've got a sendmail log with the following line in it :
[22-Mar-2006 13:51:48 +0200] User: 21 on 196.36.11.162; Message for test123@hotmail.com; Subject: (no subject)
so, any ideas ?
P