1836605 Members
1978 Online
110102 Solutions
New Discussion

Re: Relay in sendmail

 
Daniel Caçador
Regular Advisor

Relay in sendmail

How I configure the Sendmail to make relay with the Lotus Domino?
3 REPLIES 3
Mel Burslan
Honored Contributor

Re: Relay in sendmail

Make sure your domino server is allowing this host for message relaying and then add

DSdomino_server_name

to your /etc/mail/sendmail.cf file.

that should do the trick
________________________________
UNIX because I majored in cryptology...
Geoff Wild
Honored Contributor

Re: Relay in sendmail

On top of what Mel said - you may also need to set the DM macro to your email domain:

DMyourdomain.com

Also, stop/start sendmail if running as a daemon...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Julio Yamawaki
Esteemed Contributor

Re: Relay in sendmail

Hi,

Also, don't forget to configure /etc/nsswitch.conf, it's need for sendmail to work.

Regards,