Re: Syntax error in main.cf

2012-05-13 Thread Ralf Hildebrandt
* gabrielt...@gmail.com gabrielt...@gmail.com: Hi all, Im having a strange issue on a new postfix setup, when I run the command postfix check I receive the following error: postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after attribute name: This file lists only a subset

Re: Syntax error in main.cf

2012-05-13 Thread gabrieltala
Hi all, Indeed the error was in the line with the text This file lists only a subset.., but I find that text in the line 4, really far away from the line stated in the error message, after commenting that line I ran postfix check again succesfully. Thanks alot for the help provided! Enviado

Re: Syntax error in main.cf

2012-05-13 Thread Jerry
On Sat, 12 May 2012 22:17:31 + gabrielt...@gmail.com articulated: Im having a strange issue on a new postfix setup, when I run the command postfix check I receive the following error: postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after attribute name: This file lists only a

Re: Syntax error in main.cf

2012-05-13 Thread Reindl Harald
Am 13.05.2012 13:45, schrieb Jerry: On Sat, 12 May 2012 22:17:31 + gabrielt...@gmail.com articulated: Im having a strange issue on a new postfix setup, when I run the command postfix check I receive the following error: postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after

Re: warning: psc_dnsbl_request: connect to private/dnsblog service: Connection refused

2012-05-13 Thread Wietse Venema
Sahil Tandon: Just following up to close this discussion. On Sun, 2012-05-06 at 09:35:24 -0400, Wietse Venema wrote: Sahil Tandon: May 5 10:00:26 mx1 postfix/postscreen[38500]: warning: psc_dnsbl_request: connect to private/dnsblog service: Connection refused May 5 10:00:26

Re: Syntax error in main.cf

2012-05-13 Thread Wietse Venema
Ralf Hildebrandt: * gabrielt...@gmail.com gabrielt...@gmail.com: Hi all, Im having a strange issue on a new postfix setup, when I run the command postfix check I receive the following error: postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after attribute name: This

PATCH: Syntax error in main.cf

2012-05-13 Thread Wietse Venema
attribute name: some random free text other free text The fix is easy: report both the first and last line number. % postconf -c /tmp postconf: fatal: /tmp/main.cf, line 1:2: missing '=' after attribute name: some random free text See the patch below. Wietse 20120513

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-13 Thread Vladimir V Kutyavin
On 12.05.2012 17:53, /dev/rob0 wrote: Another possibility might be an alternate cleanup(8) service: http://www.postfix.org/postconf.5.html#cleanup_service_name Give that cleanup service the necessary -o options to do the BCC. But I can't find any way to define non-default cleanup service