- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Running gen_cf with sendmail
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
03-17-2003 11:56 PM
03-17-2003 11:56 PM
Running gen_cf with sendmail
But when I tried to inslude some local rulesets including check_compat in my .mc file and when restarting the sendmail daemon, there was a message that told me to run the gen_cf file and to generate the default sendmail.cf file again.
I don't want to use the default sendmail.cf file, I just want to add some more feature to my current configuration.
Any help would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 12:01 AM
03-18-2003 12:01 AM
Re: Running gen_cf with sendmail
i am not very sure with hpux but the default procedure to generate a sendmail.cf is to edit the mc file and run m4.
but if you dont want to do it, u can add those options directly to the .cf file and then restart sendmail.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 12:07 AM
03-18-2003 12:07 AM
Re: Running gen_cf with sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 12:35 AM
03-18-2003 12:35 AM
Re: Running gen_cf with sendmail
dont have a 11i box around and so couldnt comment much. could u please tell the exact error. also, can u pls see where this gen_cf text appears from. googling gave me a release notes of sendmail from hp unix which says that gen_cf is a shell script used to enable certain options in sendmail.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 12:53 AM
03-18-2003 12:53 AM
Re: Running gen_cf with sendmail
# ./gen_cf test.cf
Select the options below with space as the separator
1: generate sendmail.cf with Relay ON [ Includes 9 10 13 options ]
2: generate sendmail.cf with Relay OFF [ Default sendmail.cf file ]
3: generate sendmail.cf with Relay_entire_domain
4: generate sendmail.cf with Relay_based_on_MX
5: generate sendmail.cf with Relay_hosts_only
6: generate sendmail.cf with Access_db
7: generate sendmail.cf with Relay_local_from
8: generate sendmail.cf with Blacklist_recipients
9: generate sendmail.cf with Accept_unresolvable_domains
10: generate sendmail.cf with Accept_unqualified_senders
11: generate sendmail.cf with Realtime Blackhole List
12: generate sendmail.cf with Loose_relay_check
13: generate sendmail.cf with Promiscuous_relay
h: Help [ Number ] [all]
x: Exit from selection
6
Including access_db
Building .. sendmail.cf.gen file
Completed...
Then this new sendmail.cf file can be moved into place with the following
commands:
# cp /etc/mail/sendmail.cf /etc/mail/sendmail.orig
# cp -p test.cf /etc/mail/sendmail.cf
and sendmail needs to be restarted with the following command:
# killsm ; /sbin/init.d/sendmail.start