On 12.10.2011 15:16, Matthew Seaman wrote:
_FFR_TLS_1 is actually already defined in the default sendmail on
FreeBSD. See /usr/src/usr.sbin/sendmail/Makefile around line 63.
It's also enabled in the ports version of sendmail, so long as you
select the WITH_TLS option. I just added this setting t
On 12/10/2011 20:36, Dean E. Weimer wrote:
> Well after searching the comp.mail.sendmail list through Google groups,
> I have come up wiht the following changes.
>
> I changed the orignal /etc/make.conf:
> from this:
> SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL
> to:
> SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL -D_
On 12.10.2011 11:30, Daniel Feenberg wrote:
There is an active Usenet group at comp.mail.sendmail.
Does the ENCR parameter documented at
http://www.sendmail.org/m4/starttls.html
do you any good? It doesn't restrict the method, only the number of
bits
in the key.
Daniel Feenberg
Well afte
Hi--
On Oct 12, 2011, at 8:29 AM, Dean E. Weimer wrote:
> I know that setting this option in Apache does the trick for HTTPS, I just
> need to figure out how to tell Sendmail to do the same.
> SSLCipherSuite ALL:!aNULL:!eNULL:!LOW:!EXP:!ADH:RC4+RSA:+HIGH:+MEDIUM:!SSLv2
>
> If anyone has any idea
On Wed, 12 Oct 2011, Dean E. Weimer wrote:
I know this is a Sendmail issue, but I haven't been able to track down any
information online, or found any Sendmail user email lists yet. And since I
am running it on a FreeBSD server, I thought I would try here and see if
anyone knows the answer
I know this is a Sendmail issue, but I haven't been able to track down
any information online, or found any Sendmail user email lists yet. And
since I am running it on a FreeBSD server, I thought I would try here
and see if anyone knows the answer to my problem.
I have enabled SSL on SMTP to