- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need help on sendmail configuration
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
08-15-2007 03:25 PM
08-15-2007 03:25 PM
Need help on sendmail configuration
I need to configure mail box for a user in which user can send outgoing mails. But incoming mails should be blocked. How do we do that?
Thanks in advance.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 03:28 PM
08-15-2007 03:28 PM
Re: Need help on sendmail configuration
To disable incoming mail and enable outgoing mail:
1. Set an export to disable the sendmail daemon on system startup:
SENDMAIL_SERVER=0 in /etc/rc.config.d/mailservs file
2. Set up a batch job to queue for messages that have been sent back
to the message queue by adding the following entry to the
cronjob.root file:
5 * * * * /usr/sbin/sendmail -q >/dev/null 2>&1
WK
p/s: please assign point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 03:32 PM
08-15-2007 03:32 PM
Re: Need help on sendmail configuration
Solution can be found in ITRC technical knowledge base
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01024101-1
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:16 PM
08-15-2007 04:16 PM
Re: Need help on sendmail configuration
Hi Whiteknight,
I could not access the link which you have specified above. Can you attach the content of the link as attachment?
For your info, I want to restrict the incoming mails only for a specific user not for all the users.
Thanks in advance.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:01 PM
08-15-2007 05:01 PM
Re: Need help on sendmail configuration
He can not. This would violate the copyright (and be throwing away Mark Hurd's money :-).
You need a support contract to read it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:14 PM
08-15-2007 05:14 PM
Re: Need help on sendmail configuration
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1153232
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:56 PM
08-15-2007 05:56 PM
Re: Need help on sendmail configuration
I feel the send-mail configuration is complex through command line.
I used to configure sendmail with a tool " WEBMIN" , which make it easy. give an web interface server configuration.
The tool is free downloadable. hope that you can get it from net.
regards
Prasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 03:31 AM
08-16-2007 03:31 AM
Re: Need help on sendmail configuration
To process sent mails that ended up in the queue for some reason add cron entry as suggested to process every 5, 10 or 15 minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 07:59 AM
08-17-2007 07:59 AM
Re: Need help on sendmail configuration
To block your incoming mail just block your incoming pop3 port from /etc/services file.
then, /etc/mail/relay-domains you can block your local IP from there.also /etc/mail/access file you can reject the domain.
Thanks & Regards
A. Aashique