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 [EMAIL PROTECTED], 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 :

[EMAIL PROTECTED]:~# grep [EMAIL PROTECTED] /var/log/mail.log
[EMAIL PROTECTED]:~#
[EMAIL PROTECTED]:/etc/postfix# grep [EMAIL PROTECTED] /var/log/mail.log
[EMAIL PROTECTED]:/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 [EMAIL PROTECTED]; Subject: (no subject)

so, any ideas ?

P


Reply via email to