- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail configutation
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-23-2003 01:20 PM
06-23-2003 01:20 PM
Sendmail configutation
Thank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 04:44 PM
06-23-2003 04:44 PM
Re: Sendmail configutation
vi /etc/mail/sendmail.cf
change directive
# Dj$wfoo.com
to
Djdomainname.com
save the file
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Now test it.
sendmail -v -d8.99 -d38.99 someone@domainname.com
Type in some text
.
This will get you good diagnostics.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:32 PM
06-23-2003 06:32 PM
Re: Sendmail configutation
You must install POP3 software to receive the mail in Sendmail.
An alternate way(more easy),you can setup another mail server in Windows2000(for example Exchange/Lotus/Imail). You can send the mail to this mail server by Sendmail.
For example, if your email address like "@hp.com" , you can setup as following:
1. vi /etc/passwd
...
192.168.100.1 rlhost hp.com
..
2. vi /etc/mail/sendmail.cf
Change "Dj$w.Foo.COM" to "Dj$w.xyz.com".
Change "DS" to "DSrlhost".
Save.
3. Restart the sendmail server.
Now you can make a test:
#mailx -s "TEST" username@hp.com
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:35 PM
06-23-2003 06:35 PM
Re: Sendmail configutation
In Step3 I mean "Restart sendmail service" not "Restart sendmail server"!
This is serious!
Very sorry for my mistake!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:50 AM
06-27-2003 07:50 AM
Re: Sendmail configutation
If your HP-UX system doesn't have configured DNS you must configure your nsswitch
You can copy the file /etc/nsswitch.files
to /etc/nsswitch.conf.
The next thing to check is doing a telnet in port 25 in between UNIX Server and the relay server ( Both ways ) by ussiong the command :
# telnet
and try to check if they resolve ech others mail adresses with the SMPT tool vrfy.
Example : from the Relay Server you did a telnet to the unix server and you are already in the prompt:
vrfy root@
Once you have all this structure working you can begin to configure the sendmail.cf file