Lorna Sanchez M. schrieb:
> Hello!
Hi
>
>I looked in dbmail_messageblks and there is no
> sign of the sent messages... does squirrelmail saves the sent messages
> somewhere else?
with the conf.pl of your squirrelmail installation you can set the
default folders for Trash, Sent, Drafts.
HTH
Ch
Hello!
I'm using postfix-dbmail-squirrelmail.
When I enter my mailbox in squirrelmail, the inbox has all the
messages that are in dbmail's database.
But where are the sent messages saved? Does dbmail saves the send
messages automatically? I looked in dbmail_messageblks and there is no
sign of th
Hi Fons,
we got it working; extract from config.php:
$domain = 'mydomain.com';
$imapServerAddress = 'localhost';
$imapPort = 143;
$useSendmail= false;
$smtpServerAddress = 'localhost';
$smtpPort = 25;
$sendmail_path = '/
I use squirrelmail as a front end to dbmail,
i saw on the maillinglist that al features are supported, but I get
the message "server side sorting is not supported" in squirrelmail
is this correct or is my setup wrong?
Versions:
dbmail 1.1
squirelmail 1.1.2
CONFIG.PHP FROM SQUIRRELMAIL:
__