Sendmail authinfo for multiple users on the same relay?

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|improve this question









New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • 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














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?










share|improve this question









New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • 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












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?










share|improve this question









New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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






share|improve this question









New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









Scott

6,49842650




6,49842650






New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









masu283943

6




6




New contributor




masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






masu283943 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • 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










  • 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















active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






masu283943 is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















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






























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.









 

draft saved


draft discarded


















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.













 


draft saved


draft discarded














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





















































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






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay