riverdog100
Programmer
I've been configuring Sendmail for a couple of days and I got it to send mail from outlook. Here is my setup...
I have an Apache webserver running on RedHat Linux. We have 200 customers that we want to provide free web and e-mail services to. Our customers need to be able to send and receive email from anyone, and our server will relay the messages.
I set up one domain (lantis.com) with an MX record (mail.lantis.com) at Network Solutions. I setup user rick in Linux, and in Sendmail, created a virtuser rick@lantis.com > rick. I added lantis.com and mail.lantis.com to the relay file.
I then set up appropriate auth configurations in sendmail.
Then, I setup the rick@lantis.com email account in Outlook, with rick as use and the app. password. I tried sending email from rick@lantis.com to rick@vestanotes.com It kept giving me a 550 relay error.
I looked for a solution on the web, and found that if I added vestanotes.com > RELAY to the relay file in sendmail, the email went through. Great! but wait a minute...
I would have to add every domain in the universe to the relay file in order to get my customers' email to send and receive mail from other domains.
So what am I doing wrong? How do I setup sendmail to relay all domains except those I choose to REJECT?
Thanks in advance.
I have an Apache webserver running on RedHat Linux. We have 200 customers that we want to provide free web and e-mail services to. Our customers need to be able to send and receive email from anyone, and our server will relay the messages.
I set up one domain (lantis.com) with an MX record (mail.lantis.com) at Network Solutions. I setup user rick in Linux, and in Sendmail, created a virtuser rick@lantis.com > rick. I added lantis.com and mail.lantis.com to the relay file.
I then set up appropriate auth configurations in sendmail.
Then, I setup the rick@lantis.com email account in Outlook, with rick as use and the app. password. I tried sending email from rick@lantis.com to rick@vestanotes.com It kept giving me a 550 relay error.
I looked for a solution on the web, and found that if I added vestanotes.com > RELAY to the relay file in sendmail, the email went through. Great! but wait a minute...
I would have to add every domain in the universe to the relay file in order to get my customers' email to send and receive mail from other domains.
So what am I doing wrong? How do I setup sendmail to relay all domains except those I choose to REJECT?
Thanks in advance.