Hello Tanstaafl,
i think the best way to implement this is to set vacation for every user
by an admin.
Anyway you have to activate vacation for each user so that mails to
us...@ab... will be relayed to us...@va...
Rudi
Am 28.03.2013 18:00, schrieb Tanstaafl:
> Existing Feature Request:
> https://sourceforge.net/p/postfixadmin/feature-requests/102/
>
> Other than getting the RFC 822 Style sender address for the vacation
> message (thread re-started about this a few minutes ago), this is the
> only other thing I'd like to get working.
>
> For now, it would be ok if this was something that I had to enable
> manually...
>
> What I'd like to do is have the ability to enable/disable a generic,
> company-wide auto-response (for holiday closings, etc), that works the
> same as the individual one with two important differences:
>
> 1. It works for any *valid* user at the domain, and
>
> 2. It is a generic message, not personalized in any way.
>
> It should be subject to the same checks and balances as normal vacation
> messages (ie, alias checks, $interval checks (aargh, guess this will
> entail a new db field?), test against the new $noreply_pattern matches,
> etc).
>
> Something like:
>
> # Send a generic vacation response to any/all emails to
> # valid recipients, subject to the same exceptions as
> # normal user vacation messages. This option over-rides
> # and supercedes individual user responses.
> # Create and/or populate $domain_reply_content and change
> # $domain_reply to 1 to enable this feature.
> our $domain_reply = 0;
> our $domain_reply_content = '/etc/postfixadmin/domain_reply.txt'
>
> Then of course the hard part is the code to generate the generic message
> instead of the personalize one.
>
> Comments anyone?
>
> ------------------------------------------------------------------------------
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> _______________________________________________
> Postfixadmin-devel mailing list
> Pos...@li...
> https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel
|