Re: Split multiple recipient mail

2012-07-10 Thread Thomas Spycher
Uhhh, this is a much more better Solution than getting this done by the content filter. I've set smtp_destination_recipient_limit = 1 so every mail gets passed to the content filter for each recipient and finally gets requeued as a complete new mail. Perfect! Thank you! On Jul 10, 2012, at 02:

Re: not logging to syslog

2012-07-10 Thread Leo Baltus
Op 09/07/2012 om 13:52:04 -0400, schreef Wietse Venema: > Leo Baltus: > > I would like postfix to not log to the default syslog-daemon to > > have better control over where each specific postfix instance logs to. I > > am running multiple instances on a server. > > Postfix has syslog_facility to s

Re: not logging to syslog

2012-07-10 Thread Reindl Harald
Am 10.07.2012 10:32, schrieb Leo Baltus: > Op 09/07/2012 om 13:52:04 -0400, schreef Wietse Venema: >> Leo Baltus: >>> I would like postfix to not log to the default syslog-daemon to >>> have better control over where each specific postfix instance logs to. I >>> am running multiple instances on a

Re: not logging to syslog

2012-07-10 Thread Wietse Venema
Leo Baltus: > It would be nice if postfix could jut open a logfile and reopen on a > signal like any other daemon does. Sending sighup to sendmail, postsuper, postqueue, etc. would not be productive. Wietse

signals for sysadmin, fun and profit

2012-07-10 Thread Jim Reid
On 10 Jul 2012, at 11:55, Wietse Venema wrote: Sending sighup to sendmail, postsuper, postqueue, etc. would not be productive. Indeed. Sending signals to daemons is a remarkably crude and mostly clumsy way form of inter-process communication. You can't even manage a bunch of servers with

[OT] anyone with hmailserver ?

2012-07-10 Thread J. Bakshi
Hello, At the very first place it is an [OT] I generally configured postfix in linux (ubuntu) boxes, where users can send email from their local boxes to the internet ( our own email system ) for testing email form, online form etc... during development. For the window boxes, is there anything

Re: [OT] anyone with hmailserver ?

2012-07-10 Thread Robert Schetterer
Am 10.07.2012 14:02, schrieb J. Bakshi: > Hello, > > At the very first place it is an [OT] > > I generally configured postfix in linux (ubuntu) boxes, where users can send > email > from their local boxes to the internet ( our own email system ) for testing > email form, > online form etc... du

Re: not logging to syslog

2012-07-10 Thread Leo Baltus
Op 10/07/2012 om 06:55:43 -0400, schreef Wietse Venema: > Leo Baltus: > > It would be nice if postfix could jut open a logfile and reopen on a > > signal like any other daemon does. > > Sending sighup to sendmail, postsuper, postqueue, etc. would not > be productive. > Postfix could have its own

Re: [OT] anyone with hmailserver ?

2012-07-10 Thread J. Bakshi
On Tue, 10 Jul 2012 14:22:51 +0200 Robert Schetterer wrote: > Am 10.07.2012 14:02, schrieb J. Bakshi: > > Hello, > > > > At the very first place it is an [OT] > > > > I generally configured postfix in linux (ubuntu) boxes, where users can > > send email > > from their local boxes to the intern

Re: not logging to syslog

2012-07-10 Thread Reindl Harald
Am 10.07.2012 14:30, schrieb Leo Baltus: > Op 10/07/2012 om 06:55:43 -0400, schreef Wietse Venema: >> Leo Baltus: >>> It would be nice if postfix could jut open a logfile and reopen on a >>> signal like any other daemon does. >> >> Sending sighup to sendmail, postsuper, postqueue, etc. would not

Re: not logging to syslog

2012-07-10 Thread Scott Lambert
On Tue, Jul 10, 2012 at 10:32:39AM +0200, Leo Baltus wrote: > Op 09/07/2012 om 13:52:04 -0400, schreef Wietse Venema: > > Leo Baltus: > > > I would like postfix to not log to the default syslog-daemon to > > > have better control over where each specific postfix instance logs to. I > > > am running

Re: Split multiple recipient mail

2012-07-10 Thread Viktor Dukhovni
On Tue, Jul 10, 2012 at 10:06:54AM +0200, Thomas Spycher wrote: > Uhhh, this is a much more [sic] better Solution than getting this done > by the content filter. I've set smtp_destination_recipient_limit = 1 I did point out that this should be a "dedicated" transport used only for sending mail t

Re: [OT] anyone with hmailserver ?

2012-07-10 Thread Ansgar Wiechers
On 2012-07-10 J. Bakshi wrote: > I generally configured postfix in linux (ubuntu) boxes, where users > can send email from their local boxes to the internet ( our own email > system ) for testing email form, online form etc... during > development. > > For the window boxes, is there anything simil

Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Feel Zhou
Hello My friend My system is Centos 6.2 with postfix-2.6.6, When I use command postconf -m, and got many support: btree;cidr;environ;hash;ldap;mysql;nis;pcre;proxy;regexp;static;unix; So I down the new version postfix-2.9.3, and use make install, got some problem. [root@mail]make -f Makefi

Re: Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Brian Evans - Postfix List
On 7/10/2012 11:52 AM, Feel Zhou wrote: > Hello My friend > > My system is Centos 6.2 with postfix-2.6.6, When I use command > postconf -m, and got many support: > btree;cidr;environ;hash;ldap;mysql;nis;pcre;proxy;regexp;static;unix; > So I down the new version postfix-2.9.3, and use make install,

Re: not logging to syslog

2012-07-10 Thread Wietse Venema
Leo Baltus: > Op 10/07/2012 om 06:55:43 -0400, schreef Wietse Venema: > > Leo Baltus: > > > It would be nice if postfix could jut open a logfile and reopen on a > > > signal like any other daemon does. > > > > Sending sighup to sendmail, postsuper, postqueue, etc. would not > > be productive. > >

Re: Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Feel Zhou
Thanks for Brian's answer* * 1 I add the missed,such as [root@mail postfix-2.9.3]# make -f Makefile.init makefiles CCARGS="-DHAS_MYSQL -I/usr/local/mysql/include" AUXLIBS="-L/usr/local/mysql/lib -lmysqlclient" and still have the problem, sorry about long log [root@mail postfix-2.9.

Re: Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Wietse Venema
Feel Zhou: > [root@mail postfix-2.9.3]# make -f Makefile.init makefiles > CCARGS="-DHAS_MYSQL -I/usr/local/mysql/include" That is the wrong location. > gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/local/mysql/include -g > -O -I. -I../../include -DLINUX2 -c dict_mysql.c > dict_mysq

Re: Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Brian Evans - Postfix List
On 7/10/2012 1:36 PM, Feel Zhou wrote: > Thanks for Brian's answer* > * > 1 I add the missed,such as > [root@mail postfix-2.9.3]# make -f Makefile.init makefiles > CCARGS="-DHAS_MYSQL -I/usr/local/mysql/include" > AUXLIBS="-L/usr/local/mysql/lib -lmysqlclient" > and still have the pr

Re: Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Joe
Install the missing dev packages - mysql-devel, pcre-devel etc which will provide the missing headers. On 07/10/2012 10:36 AM, Feel Zhou wrote: Thanks for Brian's answer* * 1 I add the missed,such as [root@mail postfix-2.9.3]# make -f Makefile.init makefiles CCARGS="-DHAS_MYSQL -I/us

ot: head office/branch office mailserver howto?

2012-07-10 Thread lists
can anyone point me to any howtos if such exist: on setting up a head office/branch office mail servers (is that correct way to name it?) we have a mail server in Australia, the office is split up between AUS and Asia, most of the users are in Asia, so emails from physically adjacent users travel

Re: ot: head office/branch office mailserver howto?

2012-07-10 Thread Robert Schetterer
Am 11.07.2012 02:12, schrieb li...@sbt.net.au: > can anyone point me to any howtos if such exist: on setting up a head > office/branch office mail servers (is that correct way to name it?) > > > we have a mail server in Australia, the office is split up between AUS and > Asia, most of the users a