On Thu, Jan 19, 2017 at 01:17:49PM +, Ralph Corderoy wrote:
> > > Yes, that makes sense. I hadn't thought of vacation.
> >
> > Ah.. slight hiccough, the email is a sql account, not a shell
> > account, so not .forward.
>
> No home directory for a .forward? How about /etc/aliases
> instead?
Hi @lbutlr,
> > Yes, that makes sense. I hadn't thought of vacation.
>
> Ah.. slight hiccough, the email is a sql account, not a shell account,
> so not .forward.
No home directory for a .forward? How about /etc/aliases instead?
--
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy
On 2017-01-17 (23:36 MST), @lbutlr wrote:
>
> On 2017-01-16 (05:54 MST), Ralph Corderoy wrote:
>>
>>> So, how would I do this with only sending a single "bounce" to any
>>> email address?
>>
>> Pipe to vacation(1), e.g. the user's ~/.forward:
>
> Yes, that makes sense. I hadn’t thought of vac
On 2017-01-16 (05:54 MST), Ralph Corderoy wrote:
>
>> So, how would I do this with only sending a single "bounce" to any
>> email address?
>
> Pipe to vacation(1), e.g. the user's ~/.forward:
Yes, that makes sense. I hadn’t thought of vacation.
--
Apple broke AppleScripting signatures in Mail
> On 2017-01-16 13:49, @lbutlr wrote:
>> I have an email account that belonged to someone who died recently.
>> Rather than simply shutdown the account and bounce all future emails,
>> the family would like some sort of automated messages for at least a
>> few months saying something like “ died i
Hi,
Here is the solution we use.
For this situation we have on our postfix SMTP servers local accounts that
handle this.
Once the issue is over you can simple delete the user account on the server.
The accounts .forward file contains
| ~/bin/mail_respond
I run these commands
RAN useradd -m
Juri Haberland:
> On 2017-01-16 13:49, @lbutlr wrote:
> > I have an email account that belonged to someone who died recently.
> > Rather than simply shutdown the account and bounce all future emails,
> > the family would like some sort of automated messages for at least a
> > few months saying some
On 2017-01-16 13:49, @lbutlr wrote:
I have an email account that belonged to someone who died recently.
Rather than simply shutdown the account and bounce all future emails,
the family would like some sort of automated messages for at least a
few months saying something like “ died in November, 2
Hi,
> So, how would I do this with only sending a single "bounce" to any
> email address?
Pipe to vacation(1), e.g. the user's ~/.forward:
\foo, "|/usr/bin/vacation foo"
The first keeps a copy of the email. vacation can be told to only send
the reply once per N days for each recipient, def
Hi Dave,
Here is the copy of the autoresponder 1.6.3 Perl script.
Gao
On 16-04-15 11:59 AM, David Mehler wrote:
Hello,
I'm looking for an autoresponder, free, and one that does not rely on
postfixadmin.
I saw one featured in a howtoforge article called Autoresponse 1.6.3
but that has been ta
On Sat, Apr 16, 2016 at 7:28 AM, Peter wrote:
> On 16/04/16 06:59, David Mehler wrote:
>> I'm looking for an autoresponder, free, and one that does not rely on
>> postfixadmin.
>
>
> In addition to sieve which was already mentioned the vacation script
> that comes with postfixadmin can be installe
On 15/04/2016 20:59, David Mehler wrote:
Hello,
I'm looking for an autoresponder, free, and one that does not rely on
postfixadmin.
I saw one featured in a howtoforge article called Autoresponse 1.6.3
but that has been taken down, which is unfortunate, because how it
worked, sending an email to
On 16/04/16 06:59, David Mehler wrote:
> I'm looking for an autoresponder, free, and one that does not rely on
> postfixadmin.
In addition to sieve which was already mentioned the vacation script
that comes with postfixadmin can be installed and work independently of
postfixadmin. There are plug
I'm not sure of your email client software, but Thunderbird and
Roundcube can be configured to interact with Sieve rules. You or the
admin creates the global rules for all users and your users turn them on
and off as needed in their client software which only entails a
checkbox...If I remember
Hi,
Thanks, but doesn't that require a shell account for users to
configure vacation? If so, that's a deal braker for me, I don't want
to give virtual users access to the system.
Thanks.
Dave.
On 4/15/16, Dirk Stöcker wrote:
> On Fri, 15 Apr 2016, David Mehler wrote:
>
>> I'm looking for an au
On Fri, 15 Apr 2016, David Mehler wrote:
I'm looking for an autoresponder, free, and one that does not rely on
postfixadmin.
I saw one featured in a howtoforge article called Autoresponse 1.6.3
but that has been taken down, which is unfortunate, because how it
worked, sending an email to an add
Le 13/03/2013 15:01, Arnaud Jayet a écrit :
> Hello,
>
> I have installed an autoresponder using a perl script and special
> transport (autoreply) in master.cf
does your autoresponder obeys
http://tools.ietf.org/html/rfc3834
?
if not, get it out.
>
> my problem is that postfix send the email
* pch0317 :
> Hi list,
>
> I would like to create autoresponder functionality in my mail
> system, but I don't know how to start.
> User should turn on/off autoresponder from client application and
> set message text which will be send in autoreply message.
>
> My system work on RHEL 6.1: postfix
Márcio Luciano Donada a écrit :
> Hi list,
> I am using the autoresponder to send holiday of users. But to enable it,
> type the queue problems with e-mail has increased significantly and also
> with the delivery of messages that were passed to autorespoder not
> arrived in the User's
>
> My confi
Hey,
* You may have to use a combination of lookup + transport, ie use either a
hash, RDBMS map to query which users have autoresponder enabled and then feed
those mails to the transport autoresponder
Regards,
Muhammed Sameer
--- On Fri, 2/5/10, Márcio Luciano Donada
wrote:
> From: Márcio L
William Jordan a écrit :
> Folks,
>
> We are using the goldfish autoresponder within our PostFix install. It
> sends out an autoresponse when e-mailing the person directly as expected
> but also sends the response when e-mailing a distribution list the
> person is a member of. So if someone e-ma
Original-Nachricht
> Datum: Mon, 26 Oct 2009 12:52:48 -0700
> Von: "William Jordan"
> An: postfix-users@postfix.org
> Betreff: Autoresponder - distribution list problem
> Folks,
>
> We are using the goldfish autoresponder within our PostFix install. It
> sends out an autoresp
Martin Strand wrote:
Hi all.
I'm looking to implement an auto-response mechanism which:
- only sends responses to senders who pass SPF checks
- responds from certain virtual aliases as well as certain virtual users
- doesn't respond to mailing lists
- finds the response message/subject thro
On Thu, 06 Nov 2008 18:24:33 +0100, Robert Schetterer
<[EMAIL PROTECTED]> wrote:
Martin Strand schrieb:
Hi all.
I'm looking to implement an auto-response mechanism which:
- only sends responses to senders who pass SPF checks
- responds from certain virtual aliases as well as certain virtual u
Martin Strand schrieb:
> Hi all.
> I'm looking to implement an auto-response mechanism which:
> - only sends responses to senders who pass SPF checks
> - responds from certain virtual aliases as well as certain virtual users
> - doesn't respond to mailing lists
> - finds the response message/subjec
25 matches
Mail list logo