Error sending e-mail to internal domains hosted on linux server using sendmail
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
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 (user@domain.com would be changed to user@host1.domain.com)
Here is the current error:
050 550 5.1.1 : Recipient address rejected: User unknown in local recipient table
050 554 5.5.1 Error: no valid recipients
Any ideas?
debian sendmail
New contributor
add a comment |
up vote
0
down vote
favorite
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 (user@domain.com would be changed to user@host1.domain.com)
Here is the current error:
050 550 5.1.1 : Recipient address rejected: User unknown in local recipient table
050 554 5.5.1 Error: no valid recipients
Any ideas?
debian sendmail
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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 (user@domain.com would be changed to user@host1.domain.com)
Here is the current error:
050 550 5.1.1 : Recipient address rejected: User unknown in local recipient table
050 554 5.5.1 Error: no valid recipients
Any ideas?
debian sendmail
New contributor
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 (user@domain.com would be changed to user@host1.domain.com)
Here is the current error:
050 550 5.1.1 : Recipient address rejected: User unknown in local recipient table
050 554 5.5.1 Error: no valid recipients
Any ideas?
debian sendmail
debian sendmail
New contributor
New contributor
edited Nov 16 at 23:46
Rui F Ribeiro
38.2k1475123
38.2k1475123
New contributor
asked Nov 16 at 23:09
Natrix
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
This may or may not help. It is my understanding that the server is just seeing the incoming mail as comming from an invalid sender for some reason. The issue with the adding of the hostname is most likely comming from the server not knowing the format you wish to have the mail processed too. Also this might help: https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.0/html/installation_guide/s1-installation-sendmail. Let me know if that helped.
New contributor
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
|
show 2 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
This may or may not help. It is my understanding that the server is just seeing the incoming mail as comming from an invalid sender for some reason. The issue with the adding of the hostname is most likely comming from the server not knowing the format you wish to have the mail processed too. Also this might help: https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.0/html/installation_guide/s1-installation-sendmail. Let me know if that helped.
New contributor
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
|
show 2 more comments
up vote
0
down vote
This may or may not help. It is my understanding that the server is just seeing the incoming mail as comming from an invalid sender for some reason. The issue with the adding of the hostname is most likely comming from the server not knowing the format you wish to have the mail processed too. Also this might help: https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.0/html/installation_guide/s1-installation-sendmail. Let me know if that helped.
New contributor
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
|
show 2 more comments
up vote
0
down vote
up vote
0
down vote
This may or may not help. It is my understanding that the server is just seeing the incoming mail as comming from an invalid sender for some reason. The issue with the adding of the hostname is most likely comming from the server not knowing the format you wish to have the mail processed too. Also this might help: https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.0/html/installation_guide/s1-installation-sendmail. Let me know if that helped.
New contributor
This may or may not help. It is my understanding that the server is just seeing the incoming mail as comming from an invalid sender for some reason. The issue with the adding of the hostname is most likely comming from the server not knowing the format you wish to have the mail processed too. Also this might help: https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.0/html/installation_guide/s1-installation-sendmail. Let me know if that helped.
New contributor
New contributor
answered 2 days ago
Michael Prokopec
967
967
New contributor
New contributor
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
|
show 2 more comments
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
I'll give that a try. So even though I can receive e-mail sent to the same addresses normal (via e-mail clients, webmail, etc), when it is sent to the mail server from the web server that e-mail is considered invalid and the problems start? It would seem like all mail I try to send from the web server would fail, which isn't the case. I can send to say, gmail, through the command line or web application without any issues.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
It looks like the suggestions you mentioned wouldn't apply for me. I already had the changes for sendmail.mc applied and am no using smrsh.
– Natrix
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
Sorry I could not help, good luck with finding a fix.
– Michael Prokopec
2 days ago
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
O in that sendmail.mc file is MAILER(`local') set if not it may be rejecting it based on the fact it looks to be coming from it's self and it is not set to recieve localy.
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
This may also help: ghacks.net/2009/06/05/…
– Michael Prokopec
yesterday
|
show 2 more comments
Natrix is a new contributor. Be nice, and check out our Code of Conduct.
Natrix is a new contributor. Be nice, and check out our Code of Conduct.
Natrix is a new contributor. Be nice, and check out our Code of Conduct.
Natrix is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482260%2ferror-sending-e-mail-to-internal-domains-hosted-on-linux-server-using-sendmail%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown