Re: sendmail STARTTLS

2008-07-16 Thread Hugo Villeneuve
On Mon, Jul 14, 2008 at 10:27:38AM +, Stuart Henderson wrote: > On 2008-07-14, GVG GVG <[EMAIL PROTECTED]> wrote: > > Any more idea on this subject? Something I should check that I missed? Your > > help is much appreciated > > I would go through starttls(8) again from scratch, it does work. M

Re: sendmail STARTTLS

2008-07-14 Thread GVG GVG
On Mon, Jul 14, 2008 at 12:27 PM, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2008-07-14, GVG GVG <[EMAIL PROTECTED]> wrote: > > Any more idea on this subject? Something I should check that I missed? > Your > > help is much appreciated > > I would go through starttls(8) again from scratch, it

Re: sendmail STARTTLS

2008-07-14 Thread Stuart Henderson
On 2008-07-14, GVG GVG <[EMAIL PROTECTED]> wrote: > Any more idea on this subject? Something I should check that I missed? Your > help is much appreciated I would go through starttls(8) again from scratch, it does work. I think the only thing it doesn't _explicitly_ say is to type your hostname i

Re: sendmail STARTTLS

2008-07-14 Thread GVG GVG
On Fri, Jul 11, 2008 at 2:16 PM, GVG GVG <[EMAIL PROTECTED]> wrote: > > On Fri, Jul 11, 2008 at 2:01 PM, Stuart Henderson <[EMAIL PROTECTED]> > wrote: > >> On 2008-07-11, GVG GVG <[EMAIL PROTECTED]> wrote: >> > Just to summarize, currently there is the 'maillog' and a 'sendmail_log' >> >> a standa

Re: sendmail STARTTLS

2008-07-11 Thread GVG GVG
On Fri, Jul 11, 2008 at 2:01 PM, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2008-07-11, GVG GVG <[EMAIL PROTECTED]> wrote: > > Just to summarize, currently there is the 'maillog' and a 'sendmail_log' > > a standard installation doesn't have "sendmail_log". > > 'standard' in terms of using th

Re: sendmail STARTTLS

2008-07-11 Thread Stuart Henderson
On 2008-07-11, GVG GVG <[EMAIL PROTECTED]> wrote: > Just to summarize, currently there is the 'maillog' and a 'sendmail_log' a standard installation doesn't have "sendmail_log".

Re: sendmail STARTTLS

2008-07-11 Thread GVG GVG
On Fri, Jul 11, 2008 at 12:12 AM, Claus Assmann < [EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote: > On Thu, Jul 10, 2008, GVG GVG wrote: > > > I first have to excuse myself cause I claimed that there were no errors > in > > the log file! > > > > Well, there was no debugging output enabled. Now I did

Re: sendmail STARTTLS

2008-07-10 Thread Claus Assmann
On Thu, Jul 10, 2008, GVG GVG wrote: > I first have to excuse myself cause I claimed that there were no errors in > the log file! > > Well, there was no debugging output enabled. Now I did that with '-d0-17.4' > flags! You do NOT need to enable debugging to get logging... > Still I don't see an

Re: sendmail STARTTLS

2008-07-10 Thread Vijay Sankar
On July 10, 2008 10:24:08 am GVG GVG wrote: > On Thu, Jul 10, 2008 at 4:55 PM, Will Maier <[EMAIL PROTECTED]> wrote: > > On Thu, Jul 10, 2008 at 04:26:38PM +0200, GVG GVG wrote: > > > In a sendmail book I found following entry they suggested to put > > > in the .mc file. Could be the reason for my

Re: sendmail STARTTLS

2008-07-10 Thread Philip Guenther
Off topic to this thread, but: On Thu, Jul 10, 2008 at 8:24 AM, GVG GVG <[EMAIL PROTECTED]> wrote: ... > Sendmail gets started as: > > sendmail_flags="-L sm-mta -C/etc/mail/sendmail.cf -bd -qp -B8BITMIME -X > /[$HOME]/mail_log" Remove -B8BITMIME from that: the -B option is only applicable when se

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 5:01 PM, Claus Assmann < [EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote: > On Thu, Jul 10, 2008, GVG GVG wrote: > > > -rw-r--r-- 1 root wheel 1679 Jun 23 17:04 key.pem > ^ ^ > > > and in the mail_log there is nothing recorded! No errors or warnings! > > 1. man start

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 5:05 PM, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2008-07-10, GVG GVG <[EMAIL PROTECTED]> wrote: > >> > > Sorry I did a mistake! The changes in the .mc file are: > > You did rebuild the .cf file from the .mc file, right? > > STARTTLS(8) OpenBSD System Ma

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 4:55 PM, Will Maier <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 04:26:38PM +0200, GVG GVG wrote: > > In a sendmail book I found following entry they suggested to put > > in the .mc file. Could be the reason for my problems? > > > > -- > > dnl define(`co

Re: sendmail STARTTLS

2008-07-10 Thread Stuart Henderson
On 2008-07-10, GVG GVG <[EMAIL PROTECTED]> wrote: >> > Sorry I did a mistake! The changes in the .mc file are: You did rebuild the .cf file from the .mc file, right? STARTTLS(8) OpenBSD System Manager's ManualSTARTTLS(8) [...] Now that you have the TLS-enabled

Re: sendmail STARTTLS

2008-07-10 Thread Claus Assmann
On Thu, Jul 10, 2008, GVG GVG wrote: > -rw-r--r-- 1 root wheel 1679 Jun 23 17:04 key.pem ^ ^ > and in the mail_log there is nothing recorded! No errors or warnings! 1. man starttls (and see the referenced website). 2. increase the LogLevel (even though those errors should be logged at

Re: sendmail STARTTLS

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 04:26:38PM +0200, GVG GVG wrote: > In a sendmail book I found following entry they suggested to put > in the .mc file. Could be the reason for my problems? > > -- > dnl define(`confCRL', `CERT_DIR/crl/crl.pem')dnl > - No. So you updated your .mc fil

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 4:12 PM, Will Maier <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 03:56:48PM +0200, GVG GVG wrote: > > On Thu, Jul 10, 2008 at 3:33 PM, Will Maier <[EMAIL PROTECTED]> wrote: > > > On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: > > > > --

Re: sendmail STARTTLS

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 03:56:48PM +0200, GVG GVG wrote: > On Thu, Jul 10, 2008 at 3:33 PM, Will Maier <[EMAIL PROTECTED]> wrote: > > On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: > > > -- > > > define(`CERT_DIR', `MAIL_SETTINGS_DIR`'CA')dnl > > > define(`confCACERT_P

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 3:33 PM, Will Maier <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: > [...] > > did try to setup STARTTLS but I don't think that it works! here are the > > modifications in my .mc file: > > > > -- > > define(`CERT_DI

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 3:33 PM, giovanni <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 03:19:11PM +0200, GVG GVG wrote: > > On Thu, Jul 10, 2008 at 3:13 PM, giovanni <[EMAIL PROTECTED]> wrote: > > > > pkg_add cyrus-sasl-.tgz > > > > # vat /etc/mk.conf > > WANT_SMTPAUTH=ye

Re: sendmail STARTTLS

2008-07-10 Thread Will Maier
On Thu, Jul 10, 2008 at 02:08:30PM +0200, GVG GVG wrote: [...] > did try to setup STARTTLS but I don't think that it works! here are the > modifications in my .mc file: > > -- > define(`CERT_DIR', `MAIL_SETTINGS_DIR`'CA')dnl > define(`confCACERT_PATH', `CERT_DIR')dnl > define(`

Re: sendmail STARTTLS

2008-07-10 Thread GVG GVG
On Thu, Jul 10, 2008 at 3:13 PM, giovanni <[EMAIL PROTECTED]> wrote: > pkg_add cyrus-sasl-.tgz > > # vat /etc/mk.conf > WANT_SMTPAUTH=yes > > rebuild sendmail > > -- > see ya, > giovanni > Thanks for your reply but I thought that this is necessary only if SMTP_AUTH should be enabled! In my ca

sendmail STARTTLS

2008-07-10 Thread GVG GVG
Dear list, running currently 4.3 generic with sendmail: Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG -- did try to setu