On Wed, 25 Jun 2003 11:50 am, [EMAIL PROTECTED] wrote: > Could someone please tell me what docs I should be reading to allow > certain users to have an autoresponse/autoreply to mail when they are > away on holidays etc...
Sorry, not sure where the docs are but it's almost too easy... # cat .courier | ./.autoresponder ./Maildir # cat .autoresponder #!/bin/sh cat <<EOM | /usr/sbin/sendmail $SENDER To: $SENDER Subject: Your email has been received This is the autoresponse message, please edit. EOM --markc ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
