Re: POSTFIX/SMTP SASL and TLS support

2014-04-03 Thread Ryan Schmidt

On Apr 3, 2014, at 00:51, Horst Simon wrote:

 It is working now, after I completely removed macports and re-installed with 
 +tls+sasl
 no space between the variants

For the record, spaces between variants is not a problem.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Ludwig
On Wed, 02 Apr 2014, Horst Simon wrote:

 Hi,
 
 I am using the postfix from macports on OS/X Maverick 10.9.2, and want to use
 SASL and TLS, but get following messages in the mail log:
 
 postfix/smtpd[778]: warning: smtpd_sasl_auth_enable is true, but SASL support
 is not compiled in postfix/smtpd[778]: warning: TLS has been selected, but
 TLS support is not compiled in
 
 Is it possible to build;d it with TLS and SASL support?


There are several options for doing so.  SASL can be compiled in with either
the Dovecot or Cyrus libraries, and TLS with OpenSSL.

Type “port variants postfix” for a summary.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Clemens Lang
Hi,

On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
Is it possible to build;d it with TLS and SASL support?

Yes, it is. See the output of `port variants postfix` and install postfix with 
the variants you need.

-- 
Clemens Lang
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Horst Simon
On 2 Apr 2014, at 17:46, Clemens Lang c...@macports.org wrote:

 Hi,
 
 On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
 Is it possible to build;d it with TLS and SASL support?
 
 Yes, it is. See the output of `port variants postfix` and install postfix 
 with the variants you need.
 
 -- 
 Clemens Lang

Thanks for the information,

I tried it, but how can I get both variants, it appears I can get only SASL or 
TLS, but not both, or I am missing something.

Regards,
Horst Simon

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Horst Simon

On 3 Apr 2014, at 10:03, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Apr 2, 2014 at 6:35 PM, Horst Simon horst.si...@optusnet.com.au 
 wrote:
 On 2 Apr 2014, at 17:46, Clemens Lang c...@macports.org wrote:
  On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
  Is it possible to build;d it with TLS and SASL support?
 
  Yes, it is. See the output of `port variants postfix` and install postfix 
  with the variants you need. 
 I tried it, but how can I get both variants, it appears I can get only SASL 
 or TLS, but not both, or I am missing something.
 
 You can specify any number of variants as long as they don't conflict; you're 
 not limited to a single variant at a time. 
 
 -- 
 brandon s allbery kf8nh   sine nomine associates
 allber...@gmail.com  ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

I tried with sudo port install postfix +tsl +sasl

but it picked only the first variant and when I installed it with

sudo port install postfix +tsl
sudo port install postix +sasl

it deactivated the previous one, is there a specific syntax to install both 
variants at the same time?

Regards,
Horst simon___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Brandon Allbery
On Wed, Apr 2, 2014 at 8:09 PM, Horst Simon horst.si...@optusnet.com.auwrote:

 On 3 Apr 2014, at 10:03, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Apr 2, 2014 at 6:35 PM, Horst Simon 
 horst.si...@optusnet.com.auwrote:

 On 2 Apr 2014, at 17:46, Clemens Lang c...@macports.org wrote:
  On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
  Is it possible to build;d it with TLS and SASL support?
 
  Yes, it is. See the output of `port variants postfix` and install
 postfix with the variants you need.

  I tried it, but how can I get both variants, it appears I can get only
 SASL or TLS, but not both, or I am missing something.


 You can specify any number of variants as long as they don't conflict;
 you're not limited to a single variant at a time.


 I tried with sudo port install postfix +tsl +sasl


I'm assuming you meant +tls. As far as I know that should have worked; I
usually don't add spaces like that between variants (that is, +tls+sasl)
but I don't think that should have broken it.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Horst Simon

On 3 Apr 2014, at 11:15, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Apr 2, 2014 at 8:09 PM, Horst Simon horst.si...@optusnet.com.au 
 wrote:
 On 3 Apr 2014, at 10:03, Brandon Allbery allber...@gmail.com wrote:
 On Wed, Apr 2, 2014 at 6:35 PM, Horst Simon horst.si...@optusnet.com.au 
 wrote:
 On 2 Apr 2014, at 17:46, Clemens Lang c...@macports.org wrote:
  On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
  Is it possible to build;d it with TLS and SASL support?
 
  Yes, it is. See the output of `port variants postfix` and install postfix 
  with the variants you need. 
 I tried it, but how can I get both variants, it appears I can get only SASL 
 or TLS, but not both, or I am missing something.
 
 You can specify any number of variants as long as they don't conflict; 
 you're not limited to a single variant at a time. 
 
 I tried with sudo port install postfix +tsl +sasl
 
 I'm assuming you meant +tls. As far as I know that should have worked; I 
 usually don't add spaces like that between variants (that is, +tls+sasl) but 
 I don't think that should have broken it.
 
 -- 
 brandon s allbery kf8nh   sine nomine associates
 allber...@gmail.com  ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

I tried too without spaces (sudo port install postfix +tls+sasl) and it 
installed sasl only not tsp, in the lo=gs I am still getting the error tsp not 
compiled.

Regards,
Horst Simon___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Brandon Allbery
On Wed, Apr 2, 2014 at 8:28 PM, Horst Simon horst.si...@optusnet.com.auwrote:

 On 3 Apr 2014, at 11:15, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Apr 2, 2014 at 8:09 PM, Horst Simon 
 horst.si...@optusnet.com.auwrote:

 On 3 Apr 2014, at 10:03, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Apr 2, 2014 at 6:35 PM, Horst Simon 
 horst.si...@optusnet.com.auwrote:

 On 2 Apr 2014, at 17:46, Clemens Lang c...@macports.org wrote:
  On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
  Is it possible to build;d it with TLS and SASL support?
 
  Yes, it is. See the output of `port variants postfix` and install
 postfix with the variants you need.

  I tried it, but how can I get both variants, it appears I can get only
 SASL or TLS, but not both, or I am missing something.


 You can specify any number of variants as long as they don't conflict;
 you're not limited to a single variant at a time.

 I tried with sudo port install postfix +tsl +sasl


 I'm assuming you meant +tls. As far as I know that should have worked; I
 usually don't add spaces like that between variants (that is, +tls+sasl)
 but I don't think that should have broken it.


 I tried too without spaces (sudo port install postfix +tls+sasl) and it
 installed sasl only not tsp, in the lo=gs I am still getting the error tsp
 not compiled.


Please attach the full main.log then. Also please check your spelling,
since you've used about 3-4 different spellings of +tls in your messages so
far; the exact spelling is +tls (stands for Transport Layer Security which
is the official name of the protocol).

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Horst Simon

On 3 Apr 2014, at 11:31, Brandon Allbery allber...@gmail.com wrote:

 On Wed, Apr 2, 2014 at 8:28 PM, Horst Simon horst.si...@optusnet.com.au 
 wrote:
 On 3 Apr 2014, at 11:15, Brandon Allbery allber...@gmail.com wrote:
 On Wed, Apr 2, 2014 at 8:09 PM, Horst Simon horst.si...@optusnet.com.au 
 wrote:
 On 3 Apr 2014, at 10:03, Brandon Allbery allber...@gmail.com wrote:
 On Wed, Apr 2, 2014 at 6:35 PM, Horst Simon horst.si...@optusnet.com.au 
 wrote:
 On 2 Apr 2014, at 17:46, Clemens Lang c...@macports.org wrote:
  On April 2, 2014 7:43:01 AM CEST, Horst Simon wrote:
  Is it possible to build;d it with TLS and SASL support?
 
  Yes, it is. See the output of `port variants postfix` and install postfix 
  with the variants you need. 
 I tried it, but how can I get both variants, it appears I can get only SASL 
 or TLS, but not both, or I am missing something.
 
 You can specify any number of variants as long as they don't conflict; 
 you're not limited to a single variant at a time. 
 
 I tried with sudo port install postfix +tsl +sasl
 
 I'm assuming you meant +tls. As far as I know that should have worked; I 
 usually don't add spaces like that between variants (that is, +tls+sasl) but 
 I don't think that should have broken it.
 
 I tried too without spaces (sudo port install postfix +tls+sasl) and it 
 installed sasl only not tsp, in the lo=gs I am still getting the error tsp 
 not compiled.
 
 Please attach the full main.log then. Also please check your spelling, since 
 you've used about 3-4 different spellings of +tls in your messages so far; 
 the exact spelling is +tls (stands for Transport Layer Security which is the 
 official name of the protocol).
 
 -- 
 brandon s allbery kf8nh   sine nomine associates
 allber...@gmail.com  ballb...@sinenomine.net
 unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

I removed macports and all associated directories and did a cline install and 
run “sudo port install postfix +tsl+sasl” and it appears the install went ok 
this time. I could see for the first time 
---  Installing postfix @2.11.0_0+sasl+tls
---  Activating postfix @2.11.0_0+sasl+tls

Thanks and Regards,
Horst Simon___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Ryan Schmidt

On Apr 2, 2014, at 19:09, Horst Simon horst.si...@optusnet.com.au wrote:

 I tried with sudo port install postfix +tsl +sasl
 
 but it picked only the first variant

You probably spelled the variant name wrong. MacPorts won’t notify you if you 
request a nonexistent variant; it’ll just continue as if you had not requested 
the nonexistent variant.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-02 Thread Horst Simon

On 3 Apr 2014, at 16:46, Ryan Schmidt ryandes...@macports.org wrote:

 
 On Apr 2, 2014, at 19:09, Horst Simon horst.si...@optusnet.com.au wrote:
 
 I tried with sudo port install postfix +tsl +sasl
 
 but it picked only the first variant
 
 You probably spelled the variant name wrong. MacPorts won’t notify you if you 
 request a nonexistent variant; it’ll just continue as if you had not 
 requested the nonexistent variant.
 
It is working now, after I completely removed macports and re-installed with 
+tls+sasl
no space between the variants
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


POSTFIX/SMTP SASL and TLS support

2014-04-01 Thread Horst Simon
Hi,

I am using the postfix from macports on OS/X Maverick 10.9.2, and want to use 
SASL and TLS, but get following messages in the mail log:

postfix/smtpd[778]: warning: smtpd_sasl_auth_enable is true, but SASL support 
is not compiled in
postfix/smtpd[778]: warning: TLS has been selected, but TLS support is not 
compiled in

Is it possible to build;d it with TLS and SASL support?

Kind Regards,
Horst Simon___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users