- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Problems with Aliases
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
04-26-2002 08:46 AM
04-26-2002 08:46 AM
Sendmail Problems with Aliases
This just started happening
this week. Everything worked
fine before Monday.
Now...
When my unix users (HP-UX 11.0) send email to an aliases
i.e. "finaid" and it goes
to everyone on unix email but
not those users with a .forward file to Outlook.
Here is the error message they
get:
451 baduser@mail.bigcomputer.edu...mail.bigcomputer.edu ...mail.bigcomputer.edu: Name server timeout
Looking at the mailq:
baduser (host map: lookup (mail.bigcomputer.edu): deferred)
baduser@mail.bigcomputer.edu
I can fix the problem if I
go into the /etc/mail/aliases
file and type out the Outlook
full email for those folks
in aliases.
How come I have to do this?
It seems like a relay issue.
I can email directly from
unix to baduser and it forwards it to their Outlook,
it's only an aliases thing.
But we have lots of aliases
and hundreds of users who forward their email and this
would be alot of work for me
to fix this.
Help,
Laurie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:29 AM
04-26-2002 09:29 AM
Re: Sendmail Problems with Aliases
Next, if your sending to outlook is this a different mail server? If so, aliases expansion only works for inbound mail. It get's messy trying to put .forwards in some peoples files after an alias expansion and sending to different servers.
How exactly is the configuration?
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:52 AM
04-26-2002 09:52 AM
Re: Sendmail Problems with Aliases
The baduser is inbound her .foward file says:
baduser@mail.bigcomputer.edu
But the problem is happening for any .forward file whether on the same server (bigcomputer) or not.
Laurie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 10:13 AM
04-26-2002 10:13 AM
Re: Sendmail Problems with Aliases
Did you install any sendmail patches recently ? If yes, then you need to move the files from /usr/newconfig/etc to the /etc/mail directory and edit it.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 11:17 AM
04-26-2002 11:17 AM
Re: Sendmail Problems with Aliases
Does this fail also for user@ip?
To test this, the alias should simply expand on the local host.
* If this works then fix the name server in /etc/resolv.conf
Next, after changing aliases, did you run "newalias"?
As someone else mentioned, did you apply patches? If so, then ensure that sendmail.cf allows forwards, and that sendmail.cw allows relay to the other mail servers, including itself.
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 11:34 AM
04-26-2002 11:34 AM
Re: Sendmail Problems with Aliases
If I hard code the emails
(inbound and outbound) in
the aliases I believe it works fine.
aliases:
finaid laurie@mail.bigcomputer.edu,
terry@hotmail.com, etc.
I think the problem was due
to a virsus last week, our
network person did something
to the relay, but I'm not
sure. Shouldn't mailq be
empty if there are no problems?
Laurie