R
raphael75
Guest
I'm trying to configure sendmail on our Debian Linux server to send mail, using our Exchange server as a relay. I'm a total noob at all of this.
We can send mails to internal addresses (for example, if our domain name is ourdomain.com, the server can send mail to [email protected]) with no problem.
We can't send mail to external addresses like [email protected] or [email protected]. Here's an example of what I get in /var/log/mail.log
Mar 7 14:45:29 newton sm-mta[17159]: r27JjOw1017159: to=<[email protected]>, ctladdr=<[email protected]> (0/0), delay=00:00:05, xdelay=00:00:05, mailer=relay, pri=30455, relay=webmail.ourdomain.ws. [xxx.xxx.xxx.xxx], dsn=5.7.1, stat=User unknown
Also, I get this:
Does that mean the [email protected] is unknown to newton, or unknown to Exchange?
Is there something in Exchange we need to configure?
I have no idea what to configure. Please help. Thanks!
We can send mails to internal addresses (for example, if our domain name is ourdomain.com, the server can send mail to [email protected]) with no problem.
We can't send mail to external addresses like [email protected] or [email protected]. Here's an example of what I get in /var/log/mail.log
Mar 7 14:45:29 newton sm-mta[17159]: r27JjOw1017159: to=<[email protected]>, ctladdr=<[email protected]> (0/0), delay=00:00:05, xdelay=00:00:05, mailer=relay, pri=30455, relay=webmail.ourdomain.ws. [xxx.xxx.xxx.xxx], dsn=5.7.1, stat=User unknown
Also, I get this:
Code:
[email protected]:/etc/mail# sendmail -bv [email protected]
[email protected] deliverable: mailer relay, host webmail.ourdomain.ws, user [email protected]
Does that mean the [email protected] is unknown to newton, or unknown to Exchange?
Is there something in Exchange we need to configure?
I have no idea what to configure. Please help. Thanks!