On 20 Dec 2009, Victor Duchovni wrote:
> On Sun, Dec 20, 2009 at 08:25:50PM +, Anthony Campbell wrote:
>
> > OK, after looking at the output of the modified post-install I found
> > the cause of the error message (I think). I deleted postfix-doc and
> > reinstalled it - the error is no longer
On 20 Dec 2009, Stan Hoeppner wrote:
> Anthony Campbell put forth on 12/20/2009 2:25 PM:
>
> > OK, after looking at the output of the modified post-install I found the
> > cause of the error message (I think). I deleted postfix-doc and
> > reinstalled it - the error is no longer there.
>
> And ye
On Sun, Dec 20, 2009 at 08:25:50PM +, Anthony Campbell wrote:
> OK, after looking at the output of the modified post-install I found the
> cause of the error message (I think). I deleted postfix-doc and
> reinstalled it - the error is no longer there.
What is "postfix-doc", and how did it con
Anthony Campbell put forth on 12/20/2009 2:25 PM:
> OK, after looking at the output of the modified post-install I found the
> cause of the error message (I think). I deleted postfix-doc and
> reinstalled it - the error is no longer there.
And yet, you could have avoided this entire messy saga by
On 20 Dec 2009, Wietse Venema wrote:
> Anthony Campbell:
> > > > > > Attached.
> > > > >
> > > > > These are NOT the files that produced the pastebin output.
> > > > >
> > > > > Wietse
> > > >
> > > >
> > > > I don't follow. "postconf daemon_directory" gives me /usr/lib/postfix,
> > > >
Anthony Campbell:
> > > > > Attached.
> > > >
> > > > These are NOT the files that produced the pastebin output.
> > > >
> > > > Wietse
> > >
> > >
> > > I don't follow. "postconf daemon_directory" gives me /usr/lib/postfix,
> > > and those are the files that are there.
> >
> > Try re
Anthony Campbell:
> On 20 Dec 2009, Wietse Venema wrote:
> > Anthony Campbell:
> > > On 20 Dec 2009, Wietse Venema wrote:
> > > > > + set +x
> > > > > + test -r /usr/share/doc/postfix/html smtpd_recipient_restrictions =
> > > > > permit_mynetworks, reject_unauth_destination, check_policy_service
On 20 Dec 2009, Wietse Venema wrote:
> Anthony Campbell:
> > On 20 Dec 2009, Wietse Venema wrote:
> > > > + set +x
> > > > + test -r /usr/share/doc/postfix/html smtpd_recipient_restrictions =
> > > > permit_mynetworks, reject_unauth_destination, check_policy_service
> > > > inet:127.0.0.1:10023/C
Anthony Campbell:
> On 20 Dec 2009, Wietse Venema wrote:
> > > + set +x
> > > + test -r /usr/share/doc/postfix/html smtpd_recipient_restrictions =
> > > permit_mynetworks, reject_unauth_destination, check_policy_service
> > > inet:127.0.0.1:10023/CYRUS_README.html -a f '!=' d
> > > /usr/lib/postf
On 20 Dec 2009, Wietse Venema wrote:
> > + set +x
> > + test -r /usr/share/doc/postfix/html smtpd_recipient_restrictions =
> > permit_mynetworks, reject_unauth_destination, check_policy_service
> > inet:127.0.0.1:10023/CYRUS_README.html -a f '!=' d
> > /usr/lib/postfix/post-install: line 494: tes
> + set +x
> + test -r /usr/share/doc/postfix/html smtpd_recipient_restrictions =
> permit_mynetworks, reject_unauth_destination, check_policy_service
> inet:127.0.0.1:10023/CYRUS_README.html -a f '!=' d
> /usr/lib/postfix/post-install: line 494: test: too many arguments
Can you post or upload t
On 19 Dec 2009, Wietse Venema wrote:
> Anthony Campbell:
> > On 19 Dec 2009, Victor Duchovni wrote:
> > >
> > > Perhaps your shell's "test" built-in command is broken on the system in
> > > question. Add "set -x" just above the test, to see what command is
> > > actually executed.
> > >
> > >
Anthony Campbell:
> On 19 Dec 2009, Victor Duchovni wrote:
> >
> > Perhaps your shell's "test" built-in command is broken on the system in
> > question. Add "set -x" just above the test, to see what command is
> > actually executed.
> >
> > add-> set -x
> > test -r ...
> > a
Anthony Campbell:
> On 19 Dec 2009, Wietse Venema wrote:
> > Anthony Campbell:
> > > > Try:
> > > >
> > > > test -r "$path"
> > > >
> > > > instead of:
> > > >
> > > > test -r $path
> > > >
> > > > does that fix it? If it does, please respond, and attach a compressed
> > > > cop
On 19 Dec 2009, Wietse Venema wrote:
> Anthony Campbell:
> > > Try:
> > >
> > > test -r "$path"
> > >
> > > instead of:
> > >
> > > test -r $path
> > >
> > > does that fix it? If it does, please respond, and attach a compressed
> > > copy of your postfix-files file. Make sure you are using
On 19 Dec 2009, Victor Duchovni wrote:
>
> Perhaps your shell's "test" built-in command is broken on the system in
> question. Add "set -x" just above the test, to see what command is
> actually executed.
>
> add-> set -x
> test -r ...
> add-> set +x
>
> --
Yes, i
Anthony Campbell:
> > Try:
> >
> > test -r "$path"
> >
> > instead of:
> >
> > test -r $path
> >
> > does that fix it? If it does, please respond, and attach a compressed
> > copy of your postfix-files file. Make sure you are using the right
> > postfix-files, with recent releases this
On Sat, Dec 19, 2009 at 08:57:59AM +, Anthony Campbell wrote:
> > Try:
> >
> > test -r "$path"
> >
> > instead of:
> >
> > test -r $path
> >
> > does that fix it? If it does, please respond, and attach a compressed
> > copy of your postfix-files file. Make sure you are using the ri
> Try:
>
> test -r "$path"
>
> instead of:
>
> test -r $path
>
> does that fix it? If it does, please respond, and attach a compressed
> copy of your postfix-files file. Make sure you are using the right
> postfix-files, with recent releases this is no longer in /etc/postfix,
> loo
On Fri, Dec 18, 2009 at 01:40:25PM +, Anthony Campbell wrote:
> > > I commented out the following lines in /usr/lib/postfix/post-install
> > > which seem to refer to Solaris:
> > >
> > ># Flag obsolete objects. XXX Solaris 2..9 does not have "test -e".
> > > if [ -n "$obsolete_flag" ]
>
On 18 Dec 2009, Wietse Venema wrote:
> Anthony Campbell:
> > On 18 Dec 2009, Wietse Venema wrote:
> > > Anthony Campbell:
> > > >
> > > > I am running postfix via the Debian package in Sid.
> > > >
> > > > I get the following message during installation or with postfix check:
> > > >
> > > > po
Anthony Campbell:
> On 18 Dec 2009, Wietse Venema wrote:
> > Anthony Campbell:
> > >
> > > I am running postfix via the Debian package in Sid.
> > >
> > > I get the following message during installation or with postfix check:
> > >
> > > postfix/usr/lib/postfix/post-install: line 493: test: too
On 18 Dec 2009, Wietse Venema wrote:
> Anthony Campbell:
> >
> > I am running postfix via the Debian package in Sid.
> >
> > I get the following message during installation or with postfix check:
> >
> > postfix/usr/lib/postfix/post-install: line 493: test: too many arguments
> > /usr/lib/postf
Anthony Campbell:
>
> I am running postfix via the Debian package in Sid.
>
> I get the following message during installation or with postfix check:
>
> postfix/usr/lib/postfix/post-install: line 493: test: too many arguments
> /usr/lib/postfix/post-install: line 493: test: too many arguments
>
I am running postfix via the Debian package in Sid.
I get the following message during installation or with postfix check:
postfix/usr/lib/postfix/post-install: line 493: test: too many arguments
/usr/lib/postfix/post-install: line 493: test: too many arguments
/usr/lib/postfix/post-install: li
25 matches
Mail list logo