On 9/7/2012 4:17 AM, Reindl Harald wrote:

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

As you are already using Webmin/Usermin.... You can set Auto replies with start and end dates using Virtualmin. There is a little pull down arrow at the bottom of the Mail Forwarding Setting box to show these options.

--
John Hinton
877-777-1407 ext 502
http://www.ew3d.com
Comprehensive Online Solutions

Reply via email to