Am 07.09.2012 10:13, schrieb Denis Witt: > On Thu, 6 Sep 2012 13:24:41 -0500 > /dev/rob0 <r...@gmx.co.uk> wrote: > >> I don't know if the problem is the tool. Consider using >> recipient_delimiter and multiple .forward files as needed: > > Hi Rob, > > thanks for you reply. Sounds fine, I'll give it a try. > > Anyway if anyone could recommend another Vacation-Tool which supports > (start and) end-dates for removing the Away-Message automatically it > would be very nice.
dbmail supports this native, one of the reasons we decided to use it but this is a completly different solution (IMAP/POP3/LMTP/SIEVE) CREATE TABLE `dbmail_auto_replies` ( `user_idnr` bigint(20) unsigned NOT NULL DEFAULT '0', `start_date` datetime NOT NULL, `stop_date` datetime NOT NULL, `reply_body` mediumtext, KEY `user_idnr_index` (`user_idnr`), CONSTRAINT `dbmail_auto_replies_ibfk_1` FOREIGN KEY (`user_idnr`) REFERENCES `dbmail_users` (`user_idnr`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPRESSED
signature.asc
Description: OpenPGP digital signature