Skip to main content
deleted 156 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

I've been struggling with this issue for a couple weeks now, and after attempting multiple different configurations, I'm currently stuck with this problem.

I currently have sendmail configured on a web server, and only need to send emails for newsletters, contact forms, notifications, any e-mail address using a domain hosted on the server fails to send. We are using another server on a different IP address for e-mail, and I've tried using that as a relyrelay but ran into the same issue. Additionally, the e-mail address is getting replaced with the FQDN. Before

Before I tried relaying to our mail server, I could successfully send to any domain, but had the same issue with the hostname of the webserver being added the email address ([email protected] would be changed to [email protected])

Here is the current error: 050 550 5.1.1 [email protected]: Recipient address rejected: User unknown in local recipient table 050 554 5.5.1 Error: no valid recipients

Any ideas?

I've been struggling with this issue for a couple weeks now, and after attempting multiple different configurations, I'm currently stuck with this problem.

I currently have sendmail configured on a web server, and only need to send emails for newsletters, contact forms, notifications, any e-mail address using a domain hosted on the server fails to send. We are using another server on a different IP address for e-mail, and I've tried using that as a rely but ran into the same issue. Additionally, the e-mail address is getting replaced with the FQDN. Before I tried relaying to our mail server, I could successfully send to any domain, but had the same issue with the hostname of the webserver being added the email address ([email protected] would be changed to [email protected])

Here is the current error: 050 550 5.1.1 [email protected]: Recipient address rejected: User unknown in local recipient table 050 554 5.5.1 Error: no valid recipients

Any ideas?

I currently have sendmail configured on a web server, and only need to send emails for newsletters, contact forms, notifications, any e-mail address using a domain hosted on the server fails to send. We are using another server on a different IP address for e-mail, and I've tried using that as a relay but ran into the same issue. Additionally, the e-mail address is getting replaced with the FQDN.

Before I tried relaying to our mail server, I could successfully send to any domain, but had the same issue with the hostname of the webserver being added the email address ([email protected] would be changed to [email protected])

Here is the current error: 050 550 5.1.1 [email protected]: Recipient address rejected: User unknown in local recipient table 050 554 5.5.1 Error: no valid recipients

Any ideas?

Source Link

Error sending e-mail to internal domains hosted on linux server using sendmail

I've been struggling with this issue for a couple weeks now, and after attempting multiple different configurations, I'm currently stuck with this problem.

I currently have sendmail configured on a web server, and only need to send emails for newsletters, contact forms, notifications, any e-mail address using a domain hosted on the server fails to send. We are using another server on a different IP address for e-mail, and I've tried using that as a rely but ran into the same issue. Additionally, the e-mail address is getting replaced with the FQDN. Before I tried relaying to our mail server, I could successfully send to any domain, but had the same issue with the hostname of the webserver being added the email address ([email protected] would be changed to [email protected])

Here is the current error: 050 550 5.1.1 [email protected]: Recipient address rejected: User unknown in local recipient table 050 554 5.5.1 Error: no valid recipients

Any ideas?