Re: SMTP authentication for sendmail using binary-only host system

2024-03-13 Thread bob prohaska
On Wed, Mar 13, 2024 at 10:16:15AM +0900, Hiroo Ono wrote: > No, If you installed sendmail from packages, you have to follow the > instructions > in the package message. > Also, cyrus-sasl should be installed as a dependency. My situation doesn't quite match. Sendmail came with the base system, c

Re: SMTP authentication for sendmail using binary-only host system

2024-03-13 Thread George Mitchell
On 3/12/24 21:16, Hiroo Ono wrote: No, If you installed sendmail from packages, you have to follow the instructions in the package message. Also, cyrus-sasl should be installed as a dependency. See pkg query %M sendmail. excerpt: --- To use the bin

Re: SMTP authentication for sendmail using binary-only host system

2024-03-12 Thread Hiroo Ono
No, If you installed sendmail from packages, you have to follow the instructions in the package message. Also, cyrus-sasl should be installed as a dependency. See pkg query %M sendmail. excerpt: --- To use the binaries supplied by the port you should

Re: SMTP authentication for sendmail using binary-only host system

2024-03-12 Thread George Mitchell
On 3/12/24 14:48, bob prohaska wrote: On Tue, Mar 12, 2024 at 02:01:19PM -0400, George Mitchell wrote: There's a port (package) for sendmail, and it would appear that the necessary options (SASL and SASLAUTHD) are on by default. And TLS is also on. -

Re: SMTP authentication for sendmail using binary-only host system

2024-03-12 Thread bob prohaska
On Tue, Mar 12, 2024 at 02:01:19PM -0400, George Mitchell wrote: > There's a port (package) for sendmail, and it would appear that the > necessary options (SASL and SASLAUTHD) are on by default. And TLS > is also on. -- George The host in question is r

Re: SMTP authentication for sendmail using binary-only host system

2024-03-12 Thread George Mitchell
On 3/12/24 12:58, bob prohaska wrote: In looking at https://docs.freebsd.org/en/books/handbook/mail/#sendmail there's a concise description of setting up smtp authentication for sendmail but it seems to assume a self-hosted installation, with a working /usr/src. Is there a corresponding descript

SMTP authentication for sendmail using binary-only host system

2024-03-12 Thread bob prohaska
In looking at https://docs.freebsd.org/en/books/handbook/mail/#sendmail there's a concise description of setting up smtp authentication for sendmail but it seems to assume a self-hosted installation, with a working /usr/src. Is there a corresponding description that's usable for the case of a bina