- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail 8.11.1 syntax
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
09-14-2003 09:03 PM
09-14-2003 09:03 PM
I am haing problems with syntax of Privacy options in sendmail.cf file. Can you have more than one option listed in the PrivacyOptions line? If so, how do you write it up? Is there a space between each option? a comma and a space between each option? I have tried a number of different methods and I still have a problem with vrfy command still answering. I currently have:
O PrivacyOptions=authwarnings, restrictqrun, goaway, noexpn, novrfy
Thanks in advance for any suggestions. Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2003 09:17 PM
09-14-2003 09:17 PM
SolutionDid you restart sendmail BTW?.
You can try "goaway" and see if it works. "," is the seperator as far as I know.
If there is a syntax error, sendmail will error out during the restart. Use /sbin/init.d/sendmail stop and start after making the changes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2003 09:19 PM
09-14-2003 09:19 PM
Re: Sendmail 8.11.1 syntax
Yes. You can have morethan one option in PrivacyOptions line.
In my system I have only a comma between each option (no space). May be you can try the same like .
O PrivacyOptions=authwarnings,restrictqrun,goaway,noexpn,novrfy
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2003 10:03 PM
09-14-2003 10:03 PM
Re: Sendmail 8.11.1 syntax
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
comma in the seperator for the privacyOptions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 01:29 AM
09-15-2003 01:29 AM
Re: Sendmail 8.11.1 syntax
This is the most secure setting comprising of all other option in one.
O PrivacyOptions=goaway
Regarding your question.
Dont leave spaces.
authwarnings,restrictqrun,noexpn
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 02:39 PM
09-15-2003 02:39 PM
Re: Sendmail 8.11.1 syntax
Thanks
Maria