From: Peter Marshall (no email)
Date: Fri Feb 10 2006 - 14:48:45 EST
# type -p newaliases
/usr/bin/newaliases
# ls -l /usr/bin/newaliases
lrwxrwxrwx 1 root root 23 Mar 22 2005 /usr/bin/newaliases ->
../../usr/sbin/sendmail
# ls -l /usr/sbin/sendmail
-rwxr-xr-x 1 root root 0 Dec 19 17:46 /usr/sbin/sendmail
Quoting Victor Duchovni <>:
> On Fri, Feb 10, 2006 at 03:14:55PM -0400, Peter Marshall wrote:
>
>> Did you get my last email with the postconf -n output ?
>>
>> How do I know if the newaliases is the "right" one ?
>>
>
> If you are using a POSIX shell (ksh, bash or modern /bin/sh):
>
> $ type -p newaliases
>
> Then track down the origin of that command (is it a link
> to the Postfix sendmail(1) binary).
>
> --
> Viktor.
>
> Disclaimer: off-list followups get on-list replies or get ignored.
> Please do not ignore the "Reply-To" header.
>
> To unsubscribe from the postfix-users list, visit
> http://www.postfix.org/lists.html or click the link below:
> <mailto:?body=unsubscribe%20postfix-users>
>
> If my response solves your problem, the best way to thank me is to not
> send an "it worked, thanks" follow-up. If you must respond, please put
> "It worked, thanks" in the "Subject" so I can delete these quickly.
>
|
|
|