Hallo.

Is use roundcube a couple of months now and it worked like a charm.

Now i tried to get roundcube work with "virtuser_query" via connfixx
1.6 (premium) email table.

Therefore i gave the roundcube db user select rights on the confixx
email table.

In main.inc.php i added:

$rcmail_config['virtuser_query'] = 'SELECT concat( prefix, "@", domain
) AS address FROM confixx.email WHERE pop3 = "%u" LIMIT 1';

If i execute this query via PHPMyadmin i get the email address shown
like "[EMAIL PROTECTED]".

Unfortunately it does not work in roundcube.

The imap login works but if i send mail the from header is missing in
the received mail. In roundcube (sent messages) the header has only a
empty from.

Where is the error?

Is there a possibility to get debug output or something?

-- 
Greets
André Bauer

_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to