Daniel Ouellet a icrit :
Gilles Chehade wrote:
Daniel Ouellet a icrit :
Hi,
I am having problem testing this and my be I am missing something
simple, so any pointers would be appreciates.
To test this I created the cert as describe in man 8 starttls as
follow and below are all the steps I did without success so far:
[...]
Yes, for some reason you will not succeed having ssl/tls work by
following the starttls
man page. Current workaround until I spot what's wrong, is to follow
the same procedure
than for generating certificates for web servers in ssl(8), this will
work.
I'm currently doing some ssl related work in smtpd so it's likely
I'll have news soon.
Many thanks for the advise!
I will try that and see.
Great work by the way, I really love it so far!
I got use to update it every few days and more in the last week. (;>
Best
Daniel
For the record, people testing smtpd need to be aware that some of the
changes we work
on are likely to change the format of the messages we store in queue in
a way that can
break compatibility with a previous revision. Remember, it is not
production ready.
I would recommend that testers:
1- read smtpd related commit logs before they update their smtpd
2- always flush the entire mail queue before an update and make sure
there is no mails
remaining in queue. this is done using "smtpctl show queue" and
"smtpctl schedule XXX" with XXX being the message id.
Gilles