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
11-03-2003 11:27 PM
11-03-2003 11:27 PM
SENDMAIL
a) Recriei the archive sendmail.cf
b) Alterei aliases for 644
c) sendmail - bi (to inicializar sendmail.db) d) sendmail stop
e) sendmail start
the command that usto to order a external email:
# mailx -s "UNIX_diversey" -r UNIX_Diversey duarte_d@ig.com.br < /dev/null
null message body; hope that´s ok
when I apply the command
# sendmail -bv -v -oL10 duarte_d@ig.com.br
it returns
duarte_d@ig.com.br...ig.com.br: name server timeout
duarte_d@ig.com.br...transient parse error - message queued for future delivery
duarte_d@ig.com.br...deliverable:mailer smtp, host ig.com.br, user duarte_d@ig.com.br
I am finding that it is two causes, error of TCP or error in the binario of the sendmail. In case that they can guide me where I can configure or what I can make. Detail: the error started apos one reboot in scheme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 11:48 PM
11-03-2003 11:48 PM
Re: SENDMAIL
So, if you want to send mail to users at ig.com.br, you need to be able to resolv that. What we have done here for this, is add ig.com.br to /etc/hosts with a dummy IP address. Try adding it with IP address 1.1.1.1 and see if this solves your problem.
If you don't have a smart relay (DS entry in sendmail.cf), you will have to verify the address and if it is correct, check the DNS setup. You should be able to lookup the address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 12:00 AM
11-04-2003 12:00 AM
Re: SENDMAIL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 12:22 AM
11-04-2003 12:22 AM
Re: SENDMAIL
Please send us the output of the following:
grep '^DS' /etc/mail/sendmail.cf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 12:47 AM
11-04-2003 12:47 AM
Re: SENDMAIL
DS
It schemes it that this functioning has the same message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 01:32 AM
11-04-2003 01:32 AM
Re: SENDMAIL
nslookup -type=mx ig.com.br
If not, first make sure DNS is working correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 10:46 PM
11-04-2003 10:46 PM
Re: SENDMAIL
If you are using DNS, then try taking it out of the picture, using the DSmailhost.com (whatever the name of your smart host is), ensuring your can resolve that name.
Berlene