- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail smtp problem
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-11-2003 10:19 AM
06-11-2003 10:19 AM
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 10:26 AM
06-11-2003 10:26 AM
Re: sendmail smtp problem
# who I masquerade as (null for no masquerading) (see also $=M)
DMnameofcorpsmtpserver
Also set the DS macro:
# "Smart" relay host (may be null)
DSnameofcorpsmtpserver
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 10:33 AM
06-11-2003 10:33 AM
Re: sendmail smtp problem
I had them manually add my IP addresses to their Exchange server and allow message relaying for me. As soon as they did, I was able to mail from any Unix account.
Hope this helps...
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 10:35 AM
06-11-2003 10:35 AM
Re: sendmail smtp problem
Setting DM made the smtp server think that I was littlch1@christopher.little. Different error but still didn't go.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 10:39 AM
06-11-2003 10:39 AM
Re: sendmail smtp problem
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:05 AM
06-11-2003 11:05 AM
Re: sendmail smtp problem
DMyourdomain.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:21 AM
06-11-2003 11:21 AM
Re: sendmail smtp problem
littlch1: christopher.little@yourdomian.com
Then run newaliases
Then restart sendmail...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:50 AM
06-11-2003 11:50 AM
Re: sendmail smtp problem
I already had the alias set up in the manner suggested.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 12:50 PM
06-11-2003 12:50 PM
Re: sendmail smtp problem
telnet yourcorpsmtpserver 25
helo yourdomain.com
mail from: christopher.little
rcpt to: christopher.little
data
test
.
.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 12:54 PM
06-11-2003 12:54 PM
Re: sendmail smtp problem
553 christopher.little... Domain name required
If I put in my full e-mail address it works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 01:01 PM
06-11-2003 01:01 PM
Re: sendmail smtp problem
mailx -s "test" christopher.little@yourdomain.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 06:40 AM
06-12-2003 06:40 AM
Solutionuncomment the generics line in /etc/mail/sendmail.cf
Kgenerics dbm -o /etc/mail/genericstable
and the apropriate rules (in S93, see "# handle generics database")
Add a CG entry with your FQDN-hostname e.g.:
CGmyhost.wherever
Then create the generics table entries:
littlch1 christopher.little@somedomain.com
root master@bofh.com
Finally build the generics db file:
makemap dbm /etc/mail/genericstable
and then everything should (hopefully) work...
PS: don't forget to set DS to the name of your mailhub...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 07:39 AM
06-12-2003 07:39 AM
Re: sendmail smtp problem
I've not got another problem. As this system only has a connection to internal DNS, it won't resolve domain names for internet addresses. Can't I just tell sendmail to not worry about the recpient's address and have the relay resolve it?
Thanks again Armin, and everybody else for your help so far.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 07:39 AM
06-12-2003 07:39 AM
Re: sendmail smtp problem
I've now got another problem. As this system only has a connection to internal DNS, it won't resolve domain names for internet addresses. Can't I just tell sendmail to not worry about the recpient's address and have the relay resolve it?
Thanks again Armin, and everybody else for your help so far.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 03:45 AM
07-02-2003 03:45 AM
Re: sendmail smtp problem
I'm not sure about this issue.
I'm using the default HP-UX sendmail.cf with
just DS set and generics table enabled.
DNS works only for internal addresses.
sendmail accepts mail from local to all external
addresses by default.
Can you post the error message (from syslog) and
maybe your sendmail.cf?
Armin