Postfix restriction classes

2015-04-13 Thread Selcuk Yazar
Hi, i want to insiders_only classes per user is it possible i mean i want to give send access our mail dist. list per user: thanks in advance. /etc/postfix/insiders: my.domain OK *matches my.domain and subdomains* another.domain OK *matches another.domain and subdomains* *

Re: Handling of AD proxyaddress

2015-04-13 Thread Viktor Dukhovni
On Tue, Apr 14, 2015 at 11:06:04AM +0800, jac...@wkg1.umac.mo wrote: > Thanks Viktor, in practical what is the suggested field to use as a result > attribute? Thanks again. http://www.postfix.org/ldap_table.5.html # The "mail" attribute holds the user's primary address #

RE: Handling of AD proxyaddress

2015-04-13 Thread jackyc
Thanks Viktor, in practical what is the suggested field to use as a result attribute? Thanks again. -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Viktor Dukhovni Sent: Tuesday, April 14, 2015 10:32 AM To: postfix-users@postfi

Re: Handling of AD proxyaddress

2015-04-13 Thread Viktor Dukhovni
On Tue, Apr 14, 2015 at 09:54:47AM +0800, jac...@wkg1.umac.mo wrote: > Since MS Exchange email servers need to add additional entry in proxyaddress > of MS AD server, such as: "smtp: x...@exchange.xxx", in our previous > configuration, postfix powered email servers are able to query the entries >

Handling of AD proxyaddress

2015-04-13 Thread jackyc
Hi all, Since MS Exchange email servers need to add additional entry in proxyaddress of MS AD server, such as: "smtp: x...@exchange.xxx", in our previous configuration, postfix powered email servers are able to query the entries in the field of proxyaddress and relay email, but once the query r

Re: Postfix stable release 3.0.1 and legacy releases 2.11.5, 2.10.7, 2.9.13

2015-04-13 Thread Viktor Dukhovni
On Mon, Apr 13, 2015 at 03:49:50PM -0400, Wietse Venema wrote: > Fixed in Postfix 3.0 and 2.11: > > * Preparation for OpenSSL 1.2 API changes. Just for the record, minor correction to the above. The API changes in question are in the OpenSSL 1.1 development branch. The Postfix update resolve

Postfix stable release 3.0.1 and legacy releases 2.11.5, 2.10.7, 2.9.13

2015-04-13 Thread Wietse Venema
[An on-line version of this announcement will be available at http://www.postfix.org/announcements/postfix-3.0.1.html] Postfix stable release 3.0.1 is available, as well as legacy releases 2.11.5, 2.10.7, and 2.9.13. Fixed in Postfix 3.0: * Build error when compiling the Postfix SMTP server wi

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Viktor Dukhovni
On Mon, Apr 13, 2015 at 05:19:19PM +0100, Robert Chalmers wrote: > Well, I keep trying, but I also need SASL in that make line. Add it. But to try to not mess up the quoting or syntax. http://www.postfix.org/SASL_README.html#build_dovecot http://www.postfix.org/SASL_README.html#sasl_su

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
Well, I keep trying, but I also need SASL in that make line. - From my iPhone. > On 13 Apr 2015, at 3:32 pm, Viktor Dukhovni > wrote: > >> On Mon, Apr 13, 2015 at 02:13:31PM +, Viktor Dukhovni wrote: >> >> What are you doing??? Try eliminating all the line breaks and "\" >> chara

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Viktor Dukhovni
On Mon, Apr 13, 2015 at 02:13:31PM +, Viktor Dukhovni wrote: > What are you doing??? Try eliminating all the line breaks and "\" > characters, one long line is better. Then post what you've used > via a an ASCII mail client that does not use "smart quotes". > I use: make -f Makefile.i

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Viktor Dukhovni
On Mon, Apr 13, 2015 at 10:16:16AM +0100, Robert Chalmers wrote: > So far I have this. > > make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto? \ > AUXLIBS="-L/u

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
@Wietse. This is the makefile setup that produces the almost working build. zeus:postfix-3.0.0 robert$ make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto” \ > >

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
@Weitse. ok, straight out of the box, a $make goes through easily. 1 example line….. cc -I. -I../../include -DBIND_8_COMPAT -DNO_NETINFO -DRESOLVE_H_NEEDS_ARPA_NAMESER_COMPAT_H -DNO_EAI -DHAS_PCRE -I/opt/local/include -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wmissing-prot

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Wietse Venema
Robert Chalmers: > ./sys_defs.h:1761:1: warning: '/*' within block comment [-Wcomment] > /* Yorktown Heights, NY 10598, USA > ^ > ./sys_defs.h:1762:1: warning: '/*' within block comment [-Wcomment] > /*--*/ The Postfix 3.0.0 build procedure issues -Wno-comment which is supposed to suppresses

Re: How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Larry Stone
> On Apr 13, 2015, at 4:16 AM, Robert Chalmers wrote: > > So far I have this. > > make makefiles CCARGS='-DUSE_SASL_AUTH \ > -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ > > CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl > -lcrypto” \ > > AUXLIBS="-L/usr/l

How do I compile 3.0.0 on OS X 10.10.3 with SASL support

2015-04-13 Thread Robert Chalmers
So far I have this. make makefiles CCARGS='-DUSE_SASL_AUTH \ -DDEF_SERVER_SASL_TYPE=\"dovecot\" \ CCARGS="-DUSE_TLS -I/usr/local/include" AUXLIBS="-L/opt/local/lib -lssl -lcrypto” \ AUXLIBS="-L/usr/lib -lsasl2” ' Which seems to be ok - however, upon the end of the build, I