Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: rajesh.bahl on November 21, 2007, 06:52:11 PM

Title: How to Add "Out of office" autoresponder ?
Post by: rajesh.bahl 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
Title: Re: How to Add "Out of office" autoresponder ?
Post by: Ricky 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
Title: Re: How to Add "Out of office" autoresponder ?
Post by: pJayan 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
Title: Re: How to Add "Out of office" autoresponder ?
Post by: Ricky 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 ?