- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail
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
10-07-2003 06:22 AM
10-07-2003 06:22 AM
sendmail
ruleset=check_mail, arg1=
and when I restart sendmail:
root 1473 1 0 13:07:42 ? 0:00 sendmail: server fax [192.168.1.
30] cmd read
this comes up.
What file am I missing an entry in for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:29 AM
10-07-2003 06:29 AM
Re: sendmail
The problem is probably with the DNS configuration of teh mail relay server.
That server needs to have its DNS connections checked. If its a Unix box, /etc/resolv.conf and or /etc/nsswitch.com should be checked.
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
10-07-2003 06:33 AM
10-07-2003 06:33 AM
Re: sendmail
Believe this is being rejected because sendmail is not able to resolve an MX record for that 192.168.1.30 IP - the sender.
If you're using that faxserver to handle e-mail, you have to get it into DNS with an MX record. Sendmail is *very* picky about name resolution - in both directions - and rightly so. That's how spammers work.
Rgds,
Jef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:35 AM
10-07-2003 06:35 AM
Re: sendmail
nameserver 192.168.1.30
?
in my nsswitch.conf files I have
hosts: files
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:37 AM
10-07-2003 06:37 AM
Re: sendmail
sendmail -v -d8.99 -d38.99 FaxSr@AmericanID.com
type some text
.
Also, nslookup on the source server.
check for type MX.
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
10-07-2003 06:40 AM
10-07-2003 06:40 AM
Re: sendmail
Name resolution will take place in /etc/hosts only.
change nsswitch.conf to files,dns
Then you need to put a valid dns server in /etc/resolv.conf If the 192.168.1.30 server returns a valid answer for yahoo.com or americanid.com then yes, if not, see network administration for a valid one.
Your firewall may let you resolve dns on an outside DNS server provided by your ISP. More likely there is an internal one, which must be pointed at in /etc/resolv.conf
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
10-07-2003 06:42 AM
10-07-2003 06:42 AM
Re: sendmail
sendmail -v you@your_domain.com < /dev/null
-or-
sendmail -bv you@your_domain.com < /dev/null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:42 AM
10-07-2003 06:42 AM
Re: sendmail
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
and resolv.conf should have
domain yourdomain.com
nameserver ip address # Primary Name Server
nameserver Ip address # Secondary Name
Goodluck.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 07:17 AM
10-07-2003 07:17 AM
Re: sendmail
tail /var/adm/syslog/mail.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 07:55 AM
10-07-2003 07:55 AM
Re: sendmail
Oct 7 13:07:40 K460 sendmail[13880]: NOQUEUE: timeout waiting for input from fa
x during server cmd read
Oct 7 13:07:43 K460 sendmail[1476]: NAA01476: ruleset=check_mail, arg1=
Oct 7 13:07:43 K460 sendmail[1476]: NAA01476: from=
=0, class=0, pri=0, nrcpts=0, proto=SMTP, relay=fax [192.168.1.30]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 08:01 AM
10-07-2003 08:01 AM