Roundcube Community Forum

 

hmail_autoresponder to work

Started by LMSSML, May 03, 2010, 02:53:03 PM

Previous topic - Next topic

LMSSML

Hi there,


I'm using this api for the users to manager the vacation messages.
 I've installed I can use it but then when I try Save  it goes with an error

"M2DB: No such Tables"

And with the log in 4 I'm getting this:

QuoteDB Error in /var/www/rc3/program/include/rcube_mdb2.php (627): MDB2 Error: no such table Query: _doQuery: [Error message: Could not execute statement] [Last executed query: UPDATE hm_accounts SET accountlastlogontime='2010-05-03 19:49:38', accountvacationmessageon='1', accountvacationsubject='M', accountvacationmessage='M', accountvacationexpires='1', accountvacationexpiredate='2010-05-12 23:59:59' WHERE accountaddress='[email protected]';] [Native code: 1146] [Native message: Table 'postfix.hm_accounts' doesn't exist]

DB Error in /var/www/rc3/program/include/rcube_mdb2.php (627): MDB2 Error: no such table Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT accountlastlogontime, accountvacationmessageon, accountvacationsubject, accountvacationmessage, accountvacationexpires, accountvacationexpiredate FROM hm_accounts WHERE accountaddress='[email protected]';] [Native code: 1146] [Native message: Table 'postfix.hm_accounts' doesn't exist]

I'm using postfixadmin and vacation works if used from there.

Any other suggestion ?

Is it possible to use the hmail_autoresponder without using hmail_server ?

Could hmailserver interfere with my postfix and roundcube ?


Thanks in advanced.

rosali

hmail_xxx plugins are for hMailserver only.
Regards,
Rosali

LMSSML

Any similar to hmail_autoresponder ?

LMSSML


SKaero