Re: PATCH: Syntax error in main.cf

2012-05-14 Thread Viktor Dukhovni
On Mon, May 14, 2012 at 11:16:27PM +1000, Phill Macey wrote: > On 14/05/2012 5:29 AM, "Wietse Venema" wrote: > > > > > > > > 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 > > >

Re: PATCH: Syntax error in main.cf

2012-05-14 Thread Wietse Venema
Phill Macey: [ Charset UTF-8 unsupported, converting... ] > On 14/05/2012 5:29 AM, "Wietse Venema" wrote: > > > > > > > > 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 > > > a

Re: PATCH: Syntax error in main.cf

2012-05-14 Thread Phill Macey
On 14/05/2012 5:29 AM, "Wietse Venema" wrote: > > > > > 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" > Dunno about everyone else but wh

PATCH: Syntax error in main.cf

2012-05-13 Thread Wietse Venema
Wietse Venema: > postconf reports the last line number of multi-line text, for > example: > > % cat -n /tmp/main.cf >1 some random free text >2other free text >3 name = value > > % postconf -c /tmp > postconf: fatal: /tmp/main.cf, line 2: missing '=' afte

Re: Syntax error in main.cf

2012-05-13 Thread Wietse Venema
Ralf Hildebrandt: > * 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 l

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: missi

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

Re: Syntax error in main.cf

2012-05-13 Thread gabrieltala
d! Enviado desde mi BlackBerry® de Claro Paraguay. -Original Message- From: Ralf Hildebrandt Sender: owner-postfix-us...@postfix.org Date: Sun, 13 May 2012 13:18:50 To: Reply-To: postfix-users@postfix.org Subject: Re: Syntax error in main.cf * gabrielt...@gmail.com : > Hi all, >

Re: Syntax error in main.cf

2012-05-13 Thread Ralf Hildebrandt
* 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" Line 30 seems

Re: Syntax error in main.cf

2012-05-12 Thread Peter
Please don't top post, it's annoying. On 13/05/12 13:59, gabrielt...@gmail.com wrote: > From: Peter > Date: Sun, 13 May 2012 11:37:31 > > On 13/05/12 10:17, gabrielt...@gmail.com wrote: >> postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after >> attribute name: "This file lists only

Re: Syntax error in main.cf

2012-05-12 Thread Eliezer Croitoru
-Original Message- From: Peter Sender: owner-postfix-us...@postfix.org Date: Sun, 13 May 2012 11:37:31 To: Subject: Re: Syntax error in main.cf On 13/05/12 10:17, gabrielt...@gmail.com wrote: postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after attribute name: "This fi

Re: Syntax error in main.cf

2012-05-12 Thread gabrieltala
with the default setting Enviado desde mi BlackBerry® de Claro Paraguay. -Original Message- From: Peter Sender: owner-postfix-us...@postfix.org Date: Sun, 13 May 2012 11:37:31 To: Subject: Re: Syntax error in main.cf On 13/05/12 10:17, gabrielt...@gmail.com wrote: > postfix: fa

Re: Syntax error in main.cf

2012-05-12 Thread Peter
On 13/05/12 10:17, gabrielt...@gmail.com wrote: > postfix: fatal: /etc/postfix/main.cf, line 30: missing '=' after > attribute name: "This file lists only a subset" WAG: Looks like you're missing a hash mark (#) at the beginning of the line to denote a comment. > queue_directory = /var/spool/post

Re: Syntax error in main.cf

2012-05-12 Thread Reindl Harald
Am 13.05.2012 00:17, schrieb gabrielt...@gmail.com: > 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"

Syntax error in main.cf

2012-05-12 Thread gabrieltala
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" However, when I check that line, all seems to be in o