Sendmail authinfo for multiple users on the same relay?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm attempting to set up sendmail to use the mailgun smtp relay for some email invoices our company sends out. However, these are originating from a handful of different domains and when I try to set up authinfo like this:
AuthInfo:smtp.mailgun.org "U:user@website1.com" "P:pAsSWoRd" "M:PLAIN"
AuthInfo:smtp.mailgun.org "U:user@website2.org" "P:pAsSWoRd" "M:PLAIN"
and try to run /etc/mail/make
, it fails with the error:
makemap: authinfo.db: line 3: key authinfo:smtp.mailgun.org: duplicate key
Is there a way to set up authinfo so that I send from both domains without it showing up as user=website2.org@website1.com, or do I need to configure something differently to allow me to send like this?
rhel email sendmail
New contributor
add a comment |
up vote
0
down vote
favorite
I'm attempting to set up sendmail to use the mailgun smtp relay for some email invoices our company sends out. However, these are originating from a handful of different domains and when I try to set up authinfo like this:
AuthInfo:smtp.mailgun.org "U:user@website1.com" "P:pAsSWoRd" "M:PLAIN"
AuthInfo:smtp.mailgun.org "U:user@website2.org" "P:pAsSWoRd" "M:PLAIN"
and try to run /etc/mail/make
, it fails with the error:
makemap: authinfo.db: line 3: key authinfo:smtp.mailgun.org: duplicate key
Is there a way to set up authinfo so that I send from both domains without it showing up as user=website2.org@website1.com, or do I need to configure something differently to allow me to send like this?
rhel email sendmail
New contributor
How do you submit the messages? a) SMTP over TCP/IP b) direct dendmail execution (with configurable sendmail command line) c) ....
– AnFi
2 days ago
The messages are sent from a database server to this server, which we are trying to point at mailgun for verification of addresses and delivery. I believe (I didn't set this up) they are sent via smtp to this sever, which will submit them via sendmail.
– masu283943
2 days ago
Can you set sendmail path used by the database server? [Can you use your own wrapper program/script?]
– AnFi
2 days ago
That's honestly what I'm planning to suggest to the business. There's no real need to try and set up a second relay if we can just point the database server to mailgun instead.
– masu283943
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm attempting to set up sendmail to use the mailgun smtp relay for some email invoices our company sends out. However, these are originating from a handful of different domains and when I try to set up authinfo like this:
AuthInfo:smtp.mailgun.org "U:user@website1.com" "P:pAsSWoRd" "M:PLAIN"
AuthInfo:smtp.mailgun.org "U:user@website2.org" "P:pAsSWoRd" "M:PLAIN"
and try to run /etc/mail/make
, it fails with the error:
makemap: authinfo.db: line 3: key authinfo:smtp.mailgun.org: duplicate key
Is there a way to set up authinfo so that I send from both domains without it showing up as user=website2.org@website1.com, or do I need to configure something differently to allow me to send like this?
rhel email sendmail
New contributor
I'm attempting to set up sendmail to use the mailgun smtp relay for some email invoices our company sends out. However, these are originating from a handful of different domains and when I try to set up authinfo like this:
AuthInfo:smtp.mailgun.org "U:user@website1.com" "P:pAsSWoRd" "M:PLAIN"
AuthInfo:smtp.mailgun.org "U:user@website2.org" "P:pAsSWoRd" "M:PLAIN"
and try to run /etc/mail/make
, it fails with the error:
makemap: authinfo.db: line 3: key authinfo:smtp.mailgun.org: duplicate key
Is there a way to set up authinfo so that I send from both domains without it showing up as user=website2.org@website1.com, or do I need to configure something differently to allow me to send like this?
rhel email sendmail
rhel email sendmail
New contributor
New contributor
edited 2 days ago
Scott
6,49842650
6,49842650
New contributor
asked 2 days ago
masu283943
6
6
New contributor
New contributor
How do you submit the messages? a) SMTP over TCP/IP b) direct dendmail execution (with configurable sendmail command line) c) ....
– AnFi
2 days ago
The messages are sent from a database server to this server, which we are trying to point at mailgun for verification of addresses and delivery. I believe (I didn't set this up) they are sent via smtp to this sever, which will submit them via sendmail.
– masu283943
2 days ago
Can you set sendmail path used by the database server? [Can you use your own wrapper program/script?]
– AnFi
2 days ago
That's honestly what I'm planning to suggest to the business. There's no real need to try and set up a second relay if we can just point the database server to mailgun instead.
– masu283943
2 days ago
add a comment |
How do you submit the messages? a) SMTP over TCP/IP b) direct dendmail execution (with configurable sendmail command line) c) ....
– AnFi
2 days ago
The messages are sent from a database server to this server, which we are trying to point at mailgun for verification of addresses and delivery. I believe (I didn't set this up) they are sent via smtp to this sever, which will submit them via sendmail.
– masu283943
2 days ago
Can you set sendmail path used by the database server? [Can you use your own wrapper program/script?]
– AnFi
2 days ago
That's honestly what I'm planning to suggest to the business. There's no real need to try and set up a second relay if we can just point the database server to mailgun instead.
– masu283943
2 days ago
How do you submit the messages? a) SMTP over TCP/IP b) direct dendmail execution (with configurable sendmail command line) c) ....
– AnFi
2 days ago
How do you submit the messages? a) SMTP over TCP/IP b) direct dendmail execution (with configurable sendmail command line) c) ....
– AnFi
2 days ago
The messages are sent from a database server to this server, which we are trying to point at mailgun for verification of addresses and delivery. I believe (I didn't set this up) they are sent via smtp to this sever, which will submit them via sendmail.
– masu283943
2 days ago
The messages are sent from a database server to this server, which we are trying to point at mailgun for verification of addresses and delivery. I believe (I didn't set this up) they are sent via smtp to this sever, which will submit them via sendmail.
– masu283943
2 days ago
Can you set sendmail path used by the database server? [Can you use your own wrapper program/script?]
– AnFi
2 days ago
Can you set sendmail path used by the database server? [Can you use your own wrapper program/script?]
– AnFi
2 days ago
That's honestly what I'm planning to suggest to the business. There's no real need to try and set up a second relay if we can just point the database server to mailgun instead.
– masu283943
2 days ago
That's honestly what I'm planning to suggest to the business. There's no real need to try and set up a second relay if we can just point the database server to mailgun instead.
– masu283943
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
masu283943 is a new contributor. Be nice, and check out our Code of Conduct.
masu283943 is a new contributor. Be nice, and check out our Code of Conduct.
masu283943 is a new contributor. Be nice, and check out our Code of Conduct.
masu283943 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%2f482040%2fsendmail-authinfo-for-multiple-users-on-the-same-relay%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
How do you submit the messages? a) SMTP over TCP/IP b) direct dendmail execution (with configurable sendmail command line) c) ....
– AnFi
2 days ago
The messages are sent from a database server to this server, which we are trying to point at mailgun for verification of addresses and delivery. I believe (I didn't set this up) they are sent via smtp to this sever, which will submit them via sendmail.
– masu283943
2 days ago
Can you set sendmail path used by the database server? [Can you use your own wrapper program/script?]
– AnFi
2 days ago
That's honestly what I'm planning to suggest to the business. There's no real need to try and set up a second relay if we can just point the database server to mailgun instead.
– masu283943
2 days ago