- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- send mail upgrade
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
05-21-2002 05:38 PM
05-21-2002 05:38 PM
send mail upgrade
After the new sendmial.cf be copy to /etc/mail, the users on this system can send mail to each other and to other system 's users like sohu.com,hotmail ...
But users on other mail server can't send mail to users on my mail server.The from outside will be received by my mail server for several times, and then the server will tell me that "there are too many hops, max is 25".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 06:38 PM
05-21-2002 06:38 PM
Re: send mail upgrade
first of all Check the message header,
where the messages are going and from which
server it is replied.
Also check the alias file, that is it
configured properly.
rgds
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 08:29 PM
05-21-2002 08:29 PM
Re: send mail upgrade
ex:
~~~
ServerY -alias database:-
name@serverX.hp.com
ServerX -alias database:-
name@serverY.hp.com
_______________________
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:11 PM
05-21-2002 09:11 PM
Re: send mail upgrade
I want to know how to config the alias and what the alias config file's format is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 11:30 PM
05-21-2002 11:30 PM
Re: send mail upgrade
/etc/mail/aliases file is the configuration file for aliases.
The syntax will like this.
manager: root
Here manager is the alias for user root.
After editing this file for adding you own aliases , you have to rebuild a new /etc/mail/aliases.db aliases database file with the new parameters , you have added in /etc/mail/aliases. That can be done like this.
#newaliases
(or)
#sendmail -bi
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 11:59 PM
05-22-2002 11:59 PM
Re: send mail upgrade
I'm not sure about alias, may be it's a kind of dns trouble, (you check if domain name is real from incoming mail.).
To debug sendmail config, the best way is to telnet
Then you have to type the right commands :
HELO
MAIL FROM:user@domain
RCPT TO:user
DATA
.
Check your logs (syslog or mailog) on the server side.
hope it may help