passw0rd100
MIS
Hi All,
I'm trying to send a mail through a test sendmail server compiled with ldap and the mail is returning undelivered. The test server is built using RedHat Advance Server, sendmail 8.11.6, and openldap 2.0.21-1. The ldap email client is successfully searching the ldap database.
I have created both the /etc/mail/relay-domains file and the /etc/mail/access file. I have tested these using:
sendmail -bt
ADDRESS TEST MODE <ruleset 3 NOT automatically invoked>
Enter <ruleset> <address>
> $=R
example.com
also with: sendmail -bt
ADDRESS TEST MODE <ruleset 3 NOT automatically invoked>
Enter <ruleset> <address>
>/map access example.com
map_lookup: access <example.com> returns RELAY (0)
>
I have also included the following FEATURE in the sendmail.mc file:
FEATURE(`RELAY_ENTIRE_DOMAIN')dnl
and the mail is still undelivered. I have tried everything that I have read on various sites.
Is there something I can try?
Thanks
I'm trying to send a mail through a test sendmail server compiled with ldap and the mail is returning undelivered. The test server is built using RedHat Advance Server, sendmail 8.11.6, and openldap 2.0.21-1. The ldap email client is successfully searching the ldap database.
I have created both the /etc/mail/relay-domains file and the /etc/mail/access file. I have tested these using:
sendmail -bt
ADDRESS TEST MODE <ruleset 3 NOT automatically invoked>
Enter <ruleset> <address>
> $=R
example.com
also with: sendmail -bt
ADDRESS TEST MODE <ruleset 3 NOT automatically invoked>
Enter <ruleset> <address>
>/map access example.com
map_lookup: access <example.com> returns RELAY (0)
>
I have also included the following FEATURE in the sendmail.mc file:
FEATURE(`RELAY_ENTIRE_DOMAIN')dnl
and the mail is still undelivered. I have tried everything that I have read on various sites.
Is there something I can try?
Thanks