Operating System - HP-UX
1834602 Members
4020 Online
110069 Solutions
New Discussion

smtp software for HPUX 11.00

 
Ricky_4
Frequent Advisor

smtp software for HPUX 11.00

Hi All,

Where I can get a SMTP software for HPUX 11.00?

Thanks in advance.


Bal Biyo
7 REPLIES 7
Li Chunfeng
Occasional Advisor

Re: smtp software for HPUX 11.00

you don't need extra SMTP software.The hp-ux OS has a sendmail program built in and it can offer SMTP service.(It is in /sbin/init.d/sendmail)
Hope this helpful!

Regards,
Li Chunfeng
Li
Michael Tully
Honored Contributor

Re: smtp software for HPUX 11.00

smtp comes as part of the standard operating system. Specifically it is part of sendmail. You can also look at other clients available from the porting centre, search for 'smtp'

http://hpux.connect.org.uk
Anyone for a Mutiny ?
Ravi_8
Honored Contributor

Re: smtp software for HPUX 11.00

Hi,
smtp is inbuilt in hp OS(in fact in all unix)
you can startstop by
#/sbin/init.d/sendmail start/stop
never give up
Ricky_4
Frequent Advisor

Re: smtp software for HPUX 11.00

Actually, I'm using sendmail. Unfortunately, it did not work as smtp relay of Microsoft Exchange for outbound and inbound messages. Even just adding the "DS(ipaddress of exchange)" from the /etc/mail/sendmail.cf. But if there is somebody help me I'll stick to sendmail.
Steven Gillard_2
Honored Contributor

Re: smtp software for HPUX 11.00

Can you provide more information on what you're trying to achieve? Is the Exchange server the inbound/outbound relay or is the sendmail server?

If you simply want the sendmail server to forward all messages to the exchange server, then the DS macro is all you need to configure. Are you getting an error in /var/adm/syslog/mail.log when you try and send a message? There may be some configuration necessary on the Exchange side for it to accept SMTP from this host.

Regards,
Steve
Ricky_4
Frequent Advisor

Re: smtp software for HPUX 11.00

Sendmail can now forward email from sendmail to exchange. But sending email from exchange to sendmail failed. From the mail.log, it appears "we do not relay". What particular entry in sendmail.cf should we add to allow the exchange to send mail to sendmail?

Regards,

Bal Biyo
benoit Bruckert
Honored Contributor

Re: smtp software for HPUX 11.00

I have 2 questions about your problem :
Is you sendmail a relay ? I mean a Mail Transfert Agent between your exchange server and internet or another netwok ?
Or is your sendmail a mail server/client in your network ?

In the first case, you have to specify e relay-domains file :
in sendmail.cf uncomment or add the line :
FR-o /etc/mail/relay-domains
and in the file /etc/mail/relay-domains
you specify the domain name for which you authorize relay.
ex. yourdomain.com
If you manage more than 1 domain, add the others.
warning : this command works only for releases after 8.6 of sendmail.

An other parameter to add is a /etc/mail/virtusertable file in the sendmail.cf to specify that users to your domain will be transfered to your exchange server.
this is to manage incoming email

and last but not least :
/etc/mail/access where you specify the name of you exchange server, and the word RELAY to accept relaying this server !!!
(it works also with the domain name !)
for this file in sendmail.cf :
Kaccess hash /etc/mail/access
or something like that (it depends of the release of sendmail you are using !!)
Don't forget to manage masquerading for outgoing email (if you go to internet !!).

To accept email to local user, user the Cm in sendmail.cf

I know it's not very easy, but you can do all what you want with sendmail !!! You just have to spend time to see how ot works !

Une application mal pansée aboutit à une usine à gaze (GHG)