- Author: Inter7
- github repo
- Latest version: 2.0.7
- Changelog
autorespond
is used for vacation messages. It's required by qmailadmin
.
The 2.0.7 version that we are going to install will solve a compilation break on Gentoo
and several warnings. It also fixes the Message-ID to comply with RFC. autorespond
will be installed in /usr/local
AR_VERSION=2.0.7 wget https://github.com/sagredo-dev/autorespond/archive/refs/tags/v${AR_VERSION}.tar.gz tar xzf v${AR_VERSION}.tar.gz cd autorespond-${AR_VERSION} chown -R root:root . make make install
Our users will be able to easily set up out of office messages through their webmail with the "Out of office" Roundcube plugin that we'll configure later.
Comments
autorespond SEGV when DEFAULT_FROM = "$" in autorespond.c!
Stephan August 22, 2024 10:27 CET
I tried autorespond 2.0.2 and 2.0.7 on 64bit Debian 12.
leads to a SEGFAULT.
Only fix was changing DEFAULT_FROM to a valid eMail.
Is there a better solution?
Reply | Permalink
autorespond SEGV when DEFAULT_FROM =
Roberto Puzzanghera Stephan August 23, 2024 14:26 CET
I don't get the segfault here leaving #define DEFAULT_FROM "$"
How are you using autorespond from command line? Can you show how to reproduce the segfault?
Reply | Permalink
Autorespond fails to compile
Florian March 30, 2024 08:34 CET
Hi everyone, I get the following compile error on a recent gentoo installation. Anyone has a patch for this?
I found a bug report but no solution yet.
Thanks
Florian
Reply | Permalink
Autorespond fails to compile
Roberto Puzzanghera Florian March 30, 2024 18:15 CET
try this patch https://notes.sagredo.eu/files/qmail/patches/autorespond-2.0.5.patch
Reply | Permalink
Autorespond fails to compile
Florian Roberto Puzzanghera March 30, 2024 19:31 CET
Thanks Roberto, program compiles now. (with some warnings, which I will ignore for now)
Reply | Permalink
Any Vacation module to replace Autorepsond
Kenny Lee September 15, 2020 06:55 CET
Hi Mr Roberto,
so far the autorespond no longer working in vpopmail, any solution for replacement which users can create themselves in Roundcube webmail?
thank you
Reply | Permalink
Any Vacation module to replace Autorepsond
Roberto Puzzanghera Kenny Lee September 15, 2020 08:40 CET
Actually you can do it by means of a sieve rule (RC managesieve plugin). Remember to configure dovecot-lda as your delivery agent, otherwise it won't work.
Reply | Permalink
nic October 26, 2019 05:55 CET
I set up an autoresponse for an email account. .qmail is created, so are the folder vacation and message. But it just would not autoreply. I am not seeing any logs related. Is it because of sieve
Reply | Permalink
Roberto Puzzanghera nic October 26, 2019 11:52 CET
you have to set vdelivermail as your delivery agent
Reply | Permalink
nic Roberto Puzzanghera October 30, 2019 04:08 CET
I amended
and
It is working now. So whenever i create a new domain, i have to include
|/var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -d $EXT@$USER
in the.qmail-default
file?Reply | Permalink
Yes
Roberto Puzzanghera nic October 30, 2019 06:19 CET
Yes
Reply | Permalink
nic Roberto Puzzanghera October 30, 2019 03:18 CET
So if i adjust .qmail-default with vdelivermail, will sieve still work?
Reply | Permalink
No
Roberto Puzzanghera nic October 30, 2019 06:20 CET
No
Reply | Permalink
No
nic Roberto Puzzanghera November 24, 2019 18:56 CET
So there is no way to have sieve and autoresponder to work together?
Reply | Permalink
No
Roberto Puzzanghera nic November 24, 2019 22:20 CET
https://plugins.roundcube.net/packages/gabtoth/vacation take a look to this RC plugin which can work as an autoresponder writing a sieve rule for you
Reply | Permalink
No
nic Roberto Puzzanghera November 25, 2019 17:26 CET
This plugin does not work. But the roundcube managesieve plugin works perfectly. With the latest version of roundcube 1.4.1, auto reply and email forwarding works side by side.
Thanks Roberto for the heads up with roundcube plugin
Reply | Permalink
No
Roberto Puzzanghera nic November 24, 2019 22:15 CET
No. And I think that this shouldn't be considered a problem. Why let users use qmailadmin if they already have what they need with sieve via webmail?
Reply | Permalink
No
miz Roberto Puzzanghera October 31, 2019 11:47 CET
Hello Roberto,
I set up qmailadmin with the latest patch, everything working but:
- in the adminitration panel I can see "Messaggi inviati ad indirizzi non esistenti : raccolti dalla casella pred. user@$USER"
- if I set-up the catch-all account, qmail rewrites the .qmail-default file of the domain as | /home/vpopmail/bin/vdelivermail '' catchall@domain.com
So I have to manually re-edit the .qmail-default file.
Is there a way to tell qmail to use the vdeliver standard .qmail-file (/var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -d $EXT@$USER) ?
Thank you as always for your great support !
Reply | Permalink
No
Roberto Puzzanghera miz October 31, 2019 13:26 CET
Unfortunately there is no way to customize the line written by qmailadmin in the .qmail-default file (/var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -d $EXT@$USER), but patching would be needed. Anyway you can't have both .qmail files logic and dovecot-lda + sieve.
One have to choose between dovecot-lda/sieve and vdelivermail/.qmail files. In the first case users' .qmail files are ignored and setting the catchall and autoresponder is useless, in the second case you can't have sieve rules working
Reply | Permalink
No
mizzio Roberto Puzzanghera October 31, 2019 13:44 CET
Thank you very much Roberto, good to know !
(GRAZIE come sempre per il tuo prezioso supporto !)
Reply | Permalink
inter7 change site, i dont find autorespond
Tiago Oliveira de Jesus April 12, 2015 16:45 CET
Hi Roberto.
Inter7 change all site, and i dont find autorespond.. see:
Reply | Permalink
Thanks for the advise. I have
roberto puzzanghera Tiago Oliveira de Jesus April 12, 2015 17:43 CET
Thanks for the advise. I have linked my local copy
Reply | Permalink