Re: sendmail && sasl

2015-12-01 Thread Matthias Apitz
On Tuesday, 1 December 2015 16:58:25 CET, Matthias Apitz wrote: ... - config line in /usr/local/lib/sasl2/Sendmail.conf pwcheck_method: saslauthd This was just a typo, the colon : was missing, sorry for the noise; matthias -- Sent from my Ubuntu phone http://www.unixarea.de/ __

sendmail && sasl

2015-12-01 Thread Matthias Apitz
Hello, I have always compiled sendmail for sasl the following way: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html - install port security/cyrus-sasl2 - config line in /usr/local/lib/sasl2/Sendmail.conf pwcheck_method: saslauthd - install port security/cyrus-sasl2-

Re: troubles with buildworld/sendmail/sasl/clang

2013-03-22 Thread Robert Huff
Dimitry Andric writes: > Use the port, or the attached patch, to disable usage of > stdbool.h. Using the patch, world now compiles successfully. Thank you very much, Robert Huff ___ freebsd-current@free

Re: troubles with buildworld/sendmail/sasl/clang

2013-03-21 Thread Dimitry Andric
On Mar 21, 2013, at 15:16, Anton Shterenlikht wrote: > Kimmo Paasiala writes: ... > > > > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8: > > > error: incompatible pointer types passing 'void ()' to parameter > of type > > > 'void (*)(char *, b

Re: troubles with buildworld/sendmail/sasl/clang

2013-03-21 Thread Anton Shterenlikht
Kimmo Paasiala writes: > > =buildworld=== > > > > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8: > > error: incompatible pointer types passing 'void ()' to parameter of type > > 'void (*)(c

Re: troubles with buildworld/sendmail/sasl/clang

2013-03-21 Thread Robert Huff
Kimmo Paasiala writes: > > =buildworld=== > > > > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8: > > error: incompatible pointer types passing 'void ()' to parameter of type > > 'void (*)(char *, bool, MAILER *, struct mailer_con_info *,

Re: troubles with buildworld/sendmail/sasl/clang

2013-03-18 Thread Kimmo Paasiala
On Mon, Mar 18, 2013 at 1:03 PM, Beat Siegenthaler wrote: > Hi all, > > since some days i try to "make buildworld", but have some errors in > sendmail. > The make conf is not changed since years (in this case) . Adding > NO_WERROR= in src.conf helps, but i think it is not the optimal solution? > >