Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 61:07:14 |
Calls: | 633 |
Calls today: | 1 |
Files: | 1,188 |
D/L today: |
32 files (20,076K bytes) |
Messages: | 181,450 |
Does anyone have any advice as to how I can configure sendmail 8.15 to
send an appropriate userid (my ISP email address) and password?
On 01.09.2025 18:12 Uhr Lew Pitcher wrote:--
Does anyone have any advice as to how I can configure sendmail 8.15 to
send an appropriate userid (my ISP email address) and password?
https://unix.stackexchange.com/questions/204299/centos-sendmail-smtp-smarthost-with-authentication
On 01.09.2025 18:12 Uhr Lew Pitcher wrote:
Does anyone have any advice as to how I can configure sendmail 8.15 to
send an appropriate userid (my ISP email address) and password?
https://unix.stackexchange.com/questions/204299/centos-sendmail-smtp-smarthost-with-authentication
Thanks, again, Marco
On Mon, 01 Sep 2025 20:39:43 +0200, Marco Moock wrote:
On 01.09.2025 18:12 Uhr Lew Pitcher wrote:
Does anyone have any advice as to how I can configure sendmail 8.15 to
send an appropriate userid (my ISP email address) and password?
https://unix.stackexchange.com/questions/204299/centos-sendmail-smtp-smarthost-with-authentication
This (and a couple of other changes that this lead to) fixed my problem.
Thanks again for the assistance.
2) To address the authentication issue, I added
AuthInfo:relayhost.dns.name "U:USERNAME" "P:PASSWORD" "M:LOGIN PLAIN"
(substituting the appropriate ISP webmail values for USERNAME and PASSWORD)
to my /etc/mail/access file, and rebuilt the /etc/mail/access.db file.