Re: Autoresponder?

2017-01-19 Thread /dev/rob0
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?

Re: Autoresponder?

2017-01-19 Thread Ralph Corderoy
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

Re: Autoresponder?

2017-01-18 Thread @lbutlr
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

Re: Autoresponder?

2017-01-17 Thread @lbutlr
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

Re: Autoresponder?

2017-01-17 Thread Allen Coates
> 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

RE: Autoresponder?

2017-01-17 Thread Fazzina, Angelo
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

Re: Autoresponder?

2017-01-17 Thread Wietse Venema
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

Re: Autoresponder?

2017-01-17 Thread 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 something like “ died in November, 2

Re: Autoresponder?

2017-01-16 Thread Ralph Corderoy
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

Re: Autoresponder

2016-04-18 Thread Gao
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

Re: Autoresponder

2016-04-16 Thread Mauricio Tavares
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

Re: Autoresponder

2016-04-16 Thread Antoine Nguyen
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

Re: Autoresponder

2016-04-16 Thread Peter
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

Re: Autoresponder

2016-04-15 Thread Eric
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

Re: Autoresponder

2016-04-15 Thread David Mehler
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

Re: Autoresponder

2016-04-15 Thread Dirk Stöcker
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

Re: autoresponder mail sent twice

2013-03-13 Thread mouss
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

Re: Autoresponder

2011-11-02 Thread Patrick Ben Koetter
* 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

Re: Autoresponder

2010-02-05 Thread mouss
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

Re: Autoresponder

2010-02-05 Thread Muhammed Sameer
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

Re: Autoresponder - distribution list problem

2009-10-26 Thread mouss
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

Re: Autoresponder - distribution list problem

2009-10-26 Thread Steve
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

Re: autoresponder for virtual users

2008-11-06 Thread Zhang Huangbin
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

Re: autoresponder for virtual users

2008-11-06 Thread Martin Strand
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

Re: autoresponder for virtual users

2008-11-06 Thread Robert Schetterer
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