HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail.cf
Operating System - HP-UX
1831547
Members
3807
Online
110025
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-11-2004 09:01 AM
02-11-2004 09:01 AM
Hi! me again :-)
following with the HP-UX Vulnerabilities, i need to disable in my /etc/sendmail.cf file EXPN and VRFY with that flags: noexpn and novrfy, when i try send messages using sendmail i get sintax error
gtportal: / > /usr/sbin/sendmail
/etc/mail/sendmail.cf: line 821: unknown configuration line "noexpn"
/etc/mail/sendmail.cf: line 824: unknown configuration line "novrfy"
/etc/mail/sendmail.cf: line 1702: unknown configuration line "'Opnoexpn'"
/etc/mail/sendmail.cf: line 1703: unknown configuration line "'Opnovrfy'"
following with the HP-UX Vulnerabilities, i need to disable in my /etc/sendmail.cf file EXPN and VRFY with that flags: noexpn and novrfy, when i try send messages using sendmail i get sintax error
gtportal: / > /usr/sbin/sendmail
/etc/mail/sendmail.cf: line 821: unknown configuration line "noexpn"
/etc/mail/sendmail.cf: line 824: unknown configuration line "novrfy"
/etc/mail/sendmail.cf: line 1702: unknown configuration line "'Opnoexpn'"
/etc/mail/sendmail.cf: line 1703: unknown configuration line "'Opnovrfy'"
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 09:07 AM
02-11-2004 09:07 AM
Re: sendmail.cf
Perfect!
thanks
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 11:56 AM
02-11-2004 11:56 AM
Re: sendmail.cf
Edwin,
If you have customizations such as the access list to block spam off your servers, you might try this methology.
cd /etc/mail
makemap -r -v hash access.db < access
makemap -r -v hash domaintable.db < domaintable
makemap -r -v hash genericstable.db < genericstable
makemap -r -v hash mailertable.db < mailertable
makemap -r -v hash virtusertable.db < virtusertable
cp /etc/sendmail.cf /root
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
The following directive in the m4 file will turn on the same functionality and allow you to generate customization without manual changes to sendmail.cf every time you add spammers to your list.
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
Some modification of the m4 directive is necessary for HP-UX, I'm working on that.
SEP
If you have customizations such as the access list to block spam off your servers, you might try this methology.
cd /etc/mail
makemap -r -v hash access.db < access
makemap -r -v hash domaintable.db < domaintable
makemap -r -v hash genericstable.db < genericstable
makemap -r -v hash mailertable.db < mailertable
makemap -r -v hash virtusertable.db < virtusertable
cp /etc/sendmail.cf /root
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
The following directive in the m4 file will turn on the same functionality and allow you to generate customization without manual changes to sendmail.cf every time you add spammers to your list.
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
Some modification of the m4 directive is necessary for HP-UX, I'm working on that.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP