May 01, 2024, 01:08:23 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to Add "Out of office" autoresponder ?  (Read 2989 times)

Offline rajesh.bahl

  • Linux Learner
  • ***
  • Posts: 86
How to Add "Out of office" autoresponder ?
« on: November 21, 2007, 06:52:11 PM »

Dear All,

Need your assistance in setting up an autoresponder telling that a particular user is "out of office" to any one who sends mail to this user.

Mail set up is : Postfix running on CentOS 4.5


rajesh.bahl

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: How to Add "Out of office" autoresponder ?
« Reply #1 on: November 24, 2007, 08:54:54 AM »
You need to add few addon,
Here I found a nice list :
http://netmirror.org/mirror/postfix.org/addon.html

Offline pJayan

  • Linux Noob !
  • *
  • Posts: 5
    • http://www.my.opera.com/jayan4u
Re: How to Add "Out of office" autoresponder ?
« Reply #2 on: December 14, 2007, 10:04:56 AM »
just type  '  rm -r <dir_name>  '
here dir_name is the name of  your directory
 the -r option tells recursive removal of inner nested files

to avoid the prompting while each file remove
use
-f option along with rm

that is rm -rf <dir_name>

regards

jayan

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: How to Add "Out of office" autoresponder ?
« Reply #3 on: December 14, 2007, 07:04:01 PM »
Jayan, did you try to answer something else or you answered some other question over here mistakenly ?