Marcelo Laia
2016-12-08 17:29:51 UTC
Hi,
I would like to setup a vacation autoreplay in my Debian Box.
I got a tip from spacem guy on msmtp mailing list like this:
The way to set this up is to use:
email provider --> getmail --> maildrop (or procmail/MDA) --> vacation --> msmtp
However, getmail didn't sync between devices! So, I would to setup something
like this:
email provider --> offlineimap --> maildrop --> vacation --> msmtp
I found only one tutorial near what I want here [1].
I already heave mutt + offlineimap + msmtp working very well. Is it possible to
configure offlineimap + maildrop like in that tutorial? Could you help me here?
I think that the syncemail script is the trick.
syncemail script:
#!/bin/sh
offlineimap 2>&1 | logger -t offlineimap
for i in `find $MAIL/Disney -type f -newer $PROCMAILD/log `; do
cat "$i" | procmail
done
Thank you very much!
1. http://hoardedhomelyhints.dietbuddha.com/2014/04/email-offlineimap-and-procmail.html
I would like to setup a vacation autoreplay in my Debian Box.
I got a tip from spacem guy on msmtp mailing list like this:
The way to set this up is to use:
email provider --> getmail --> maildrop (or procmail/MDA) --> vacation --> msmtp
However, getmail didn't sync between devices! So, I would to setup something
like this:
email provider --> offlineimap --> maildrop --> vacation --> msmtp
I found only one tutorial near what I want here [1].
I already heave mutt + offlineimap + msmtp working very well. Is it possible to
configure offlineimap + maildrop like in that tutorial? Could you help me here?
I think that the syncemail script is the trick.
syncemail script:
#!/bin/sh
offlineimap 2>&1 | logger -t offlineimap
for i in `find $MAIL/Disney -type f -newer $PROCMAILD/log `; do
cat "$i" | procmail
done
Thank you very much!
1. http://hoardedhomelyhints.dietbuddha.com/2014/04/email-offlineimap-and-procmail.html
--
Marcelo
Marcelo