- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: configuring relay
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
01-21-2004 12:14 AM
01-21-2004 12:14 AM
configuring relay
How to do that and what configuration files are involved.
1- I have added the NT server in the HP /etc/hosts file as mailserver.
2- I have add the relay server name in the sendmail.cf file DSmailserver
3- Stoped and restarted the sendmail.
But no progress
Can any one urgent help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 12:18 AM
01-21-2004 12:18 AM
Re: configuring relay
Check out this threat:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=16130
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 12:20 AM
01-21-2004 12:20 AM
Re: configuring relay
There should be some way to add the HP node to the NT machine's authorised list of relay-hosts ;
All the best
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 12:20 AM
01-21-2004 12:20 AM
Re: configuring relay
To test just put an external domain in the servers hosts file a fake IP will do:
1.1.1.1 testdomain.com
Just send another mail to the external mail acount and check if the mail is send and recieved.
Check if the HP server also resolves the relay server correct (nslookup)
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 12:33 AM
01-21-2004 12:33 AM
Re: configuring relay
Is it possible that the server refuses e-mail with incomplete or incorrect envelope "From" addresses ? Check with "sendmail -f".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 12:42 AM
01-21-2004 12:42 AM
Re: configuring relay
sendmail -v -d8.99 -d38.99 someone@somedomain.net
type some text
.
You will see detail and get the problem.
I am wondering if the NT mail server is configured to allow relay from your HP boxes IP address.
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
01-21-2004 08:29 PM
01-21-2004 08:29 PM
Re: configuring relay
t1:/etc/mail> sendmail -v -d8.99 -d38.99 abdullatif.abdulla@thuraya.com
seq_map_parse(aliases.files, )
map_init(sequence:aliases.files, NULL, 0)
sequence:aliases.files NULL: valid
map_init(implicit:Alias0, /etc/mail/aliases, 0)
impl_map_open(Alias0, /etc/mail/aliases, 0)
hash_map_open(Alias0, /etc/mail/aliases, 0)
impl_map_lookup(Alias0, @)
db_map_lookup(Alias0, @)
implicit:Alias0 /etc/mail/aliases: valid
map_init(host:host, NULL, 0)
host:host NULL: valid
map_init(switch:aliases, aliases, 0)
switch_map_open(aliases, aliases, 0)
switch_map_find => 1
files
map_stack[0] = sequence:aliases.files
switch:aliases aliases: valid
map_init(dequote:dequote, NULL, 0)
dequote:dequote NULL: valid
getcanonname(thuraya.com), trying files
text_getcanonname(thuraya.com)
getcanonname(thuraya.com), trying dns
dns_getcanonname(thuraya.com, trymx=1)
dns_getcanonname: trying thuraya.com. (ANY)
NO: errno=239, h_errno=2
getcanonname(thuraya.com), failed, stat=75
abdullatif.abdulla@thuraya.com... thuraya.com: Name server timeout
abdullatif.abdulla@thuraya.com... Transient parse error -- message queued for future delivery
where is the problem....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 08:34 PM
01-21-2004 08:34 PM
Re: configuring relay
Check the /etc/nsswitch.conf for name resolving order.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:42 AM
01-22-2004 12:42 AM
Re: configuring relay
FEATURE(`nocanonify')
FEATURE(`nullclient')
define(`MAIL_HUB', `relay.domain.')
and also possibly, depending if you use sendmail 8.9 and your host is a relay:
FEATURE(`accept_unresolvable_domains')
Please check the sendmail documentation and http://www.sendmail.org/ for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:50 AM
01-22-2004 12:50 AM
Re: configuring relay
define(`SMART_HOST', `relay.domain.')