[OpenIndiana-discuss] Postfix w/TLS - WAS:::::::::::::::::Re: Dovecot error on OpenIndiana

2016-08-14 Thread Jerry Kemp
Thank you for asking your question, it is something I need to accomplish also. Can you please start a new thread for the new topic? Thank you, Jerry On 08/14/16 12:51 AM, Sakuma, Koshiro wrote: Hi, Bod, Sorry again. I would like to know about option of postfix installation. Please see

[OpenIndiana-discuss] I got USB3.0 xhci finally working on Illumos: *so ok, let's make peace*

2016-08-14 Thread Мартин Бохниг via openindiana-discuss
(not cross-posted, posted separately) I got USB3.0 xhci finally working on Illumos: *so ok, let's make peace* https://www.listbox.com/member/archive/182179/2016/08/sort/time_rev/page/1/entry/0:164/20160814133559:8E42BB0C-6245-11E6-AE5C-713DF010038B/   -- Мартин Бохниг

[OpenIndiana-discuss] I got USB3.0 xhci finally working on Illumos (in this case on OI/Hipster).

2016-08-14 Thread Мартин Бохниг via openindiana-discuss
On my Tablet I now have USB3 / xhci not only on booted Sol11.3 but also on OpenSolaris. I didn't login for 3 days because as always  I worked for free and unpaid on OpenSolaris. Now I wanted to have a look how many folks have given me at least some pennies back fro my more than half of a year

Re: [OpenIndiana-discuss] nVIDIA driver crash

2016-08-14 Thread Apostolos Syropoulos via openindiana-discuss
>> >> [ 9482.429] (EE) Dynamic loader error: ld.so.1: Xorg: fatal: > enableIndirectGLX: >> can't find symbol I think this error can be prevented by adding the following to xorg.conf Section "Screen" Identifier "Screen0" Device "Device0" Monitor"Monitor0" DefaultDepth24

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Thomas Wagner
Hi, you might want to explore two spec files building postfix and dovecot together. I used them so make up a SMTP-AUTH and IMAP mailserver. (SFE / spec-files-extra project) Here are the spec files to build the packages:

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Bob Friesenhahn
On Sun, 14 Aug 2016, Sakuma, Koshiro wrote: Hi, Bod, Sorry again. I would like to know about option of postfix installation. Please see below. Is this correct option for TLS and BerkeleyDB for new OpenIndiana? make makefiles CCARGS='-DUSE_SASL_AUTH -DDEF_SASL_SERVER=\"dovecot\" \ -DUSE_TLS

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Adam Števko
Hi, TLS works w/o I just checked it. The package doesn’t have SASL compiled it. I can enable that feature, but I need either cyrus-sasl or dovecot packaged. Can you look at packaging dovecot yourself? Here is the way how to start: https://wiki.openindiana.org/oi/Building+with+oi-userland

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Sakuma, Koshiro
Hi, Adam, Thank you very much for your quick response and action. When I started it up, then I got "Warning message" in the log file and it said [ID 947731 mail.warning] warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in Anyway, please check it again... Yes, I'm really

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Adam Števko
Hi again, looking at the Makefile it seems that TLS should be enabled. Will check it when I'm behind the computer. Adam > On 14 Aug 2016, at 08:13, Sakuma, Koshiro wrote: > > Hi, Aurelien, > > Thank you for your information. Oh, sorry, I didn't know who it was >

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Adam Števko
Hi, I will look at enabling TLS for postfix in the upcoming days. You seem to be using dovecot. Are you interested in packaging it up to oi-userland, so others can use it, too? Cheers, Adam > On 14 Aug 2016, at 08:13, Sakuma, Koshiro wrote: > > Hi, Aurelien, > >

Re: [OpenIndiana-discuss] Dovecot error on OpenIndiana

2016-08-14 Thread Sakuma, Koshiro
Hi, Aurelien, Thank you for your information. Oh, sorry, I didn't know who it was complied. Anyway, I tried to compiled with following options. And it seems to work now. I can see TLS connection is established. make makefiles CCARGS='-DUSE_SASL_AUTH -DDEF_SASL_SERVER=\"dovecot\" \ -DUSE_TLS