- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auto Reply with sendmail 8.8.6 ??
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 12:00 PM
06-11-2001 12:00 PM
Version 8.8.6 (PHNE_17190) auto reply.
Like if an email gets send to a specific email address like support@thisdomain.com it will send an email saying something like "Your email message is now on its way to the appropriate Customer Service Representative."
thanks for your help
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 07:07 AM
06-12-2001 07:07 AM
Re: Auto Reply with sendmail 8.8.6 ??
You'd do this out of an email program alias that would submit the mail reply and take other actions. O'Reilly sendmail book is the place to look for the general "how to".
http://www.sendmail.org/faq/ will give you a couple of more tips about keeping this program alias secure.
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 11:30 PM
07-19-2001 11:30 PM
SolutionIf you want the "user1@abc.com" to autoreply any mail sent to him , you can do :
1. %vacation -i
First issue the above command to initiate the datebase
2. Edit the ~/.forward file with the content:
\user2@abc.com,"|/usr/bin/vaction user1"
3. Edit the file .vacation.msg
Put anything you want to autoreply to the sender here !
Now if a mail is sent to user1@abc.com , the sender will receive an autoreply mail from you whose content is just the file ~/.vacation.msg .
Also the mail is forward to user2@abc.com .
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 11:35 PM
07-19-2001 11:35 PM
Re: Auto Reply with sendmail 8.8.6 ??
Be sure the user's shell is include in the file /etc/shells , or you get the error ( no shell )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 06:57 AM
07-20-2001 06:57 AM
Re: Auto Reply with sendmail 8.8.6 ??
# %vacation -i
sh: %vacation: not found.
what dir does it sit in?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 07:05 AM
07-20-2001 07:05 AM
Re: Auto Reply with sendmail 8.8.6 ??
The man pages for 'vacation' provide some good information. The full path is /usr/bin/vacation. The percent sign (%) is the default c-shell prompt for non-root users.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 06:33 PM
07-20-2001 06:33 PM
Re: Auto Reply with sendmail 8.8.6 ??
the "%" is the csh prompt !
the vacation command is in /usr/bin .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:56 AM
07-23-2001 05:56 AM
Re: Auto Reply with sendmail 8.8.6 ??
This is because only one message per week is sent to each unique sender.
You should remember that sendmail is only a transport and not an e-mail program.
I agree with Brian's response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:02 PM
07-23-2001 05:02 PM
Re: Auto Reply with sendmail 8.8.6 ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:13 AM
07-24-2001 02:13 AM
Re: Auto Reply with sendmail 8.8.6 ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:46 AM
07-24-2001 02:46 AM
Re: Auto Reply with sendmail 8.8.6 ??
%vi ~/.forward
\user1,"|/usr/bin/vacation public","|/usr/bin/rm /home/user1/.vacation.dir","|/usr/bin/rm /home/user1/.vacation.pag"
For now , every mail sent to user1 , an autoreply mail will be received !
I have tested on hpux10.20.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:52 AM
07-24-2001 02:52 AM
Re: Auto Reply with sendmail 8.8.6 ??
I found a man page for (I think) SUSE Linux which uses a -t parameter but using either -r or -t on HPUX gives an illegal option error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 04:40 PM
07-24-2001 04:40 PM
Re: Auto Reply with sendmail 8.8.6 ??
In fact , if you edit the .forward file like this :
\user1,"|/usr/bin/vacation user1","|/usr/bin/rm /home/user1/.vacation.dir","|/usr/bin/rm /home/user1/.vacation.pag"
that is ,every time a mail is coming , you autoreply it and also delete the database(vacation) , so next time if the same person sends email to you , he will also get the autoreply email from you .
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 01:07 PM
09-04-2003 01:07 PM
Re: Auto Reply with sendmail 8.8.6 ??
PHNE_24496 vacation patch
Just for the benefit of the ITRC Forum members, here is what I did to get vacation to reply to each e-mail received:
I have set chmod 444 $USERDIR/.vacation.*
This way the .vacation.pag never gets written and will default send .vacation.msg to each e-mail received. As simple as that.
I too did not see the -r option in vacation man pages.