Re: [courier-users] ./configure option to install sendmail in /usr/sbin

2016-04-18 Thread PICCORO McKAY Lenz
2016-04-15 11:05 GMT-04:30  :
> Hello Piccoro,
>
> Thank you...
>
> I am now Debian-free, after 17 years.
>
> Courier does most the productive and major part of my mass communication
> system and I am very happy with it.
one friend of my already are made a new distro for production purposes
too (venos)

courier are so awesome, due are very hard and strong to manipulate and
very funtional and light
in near future i try when i not using debina (and become debian-free)
introduce that friend of my to use courier and not qmail patched!

>
> Rosario

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] ./configure option to install sendmail in /usr/sbin

2016-04-15 Thread courier
Hello Piccoro,

Thank you...

On Thu, Apr 14, 2016 at 09:08:05AM -0430, PICCORO McKAY Lenz wrote:
> Sam means that the sendmail program must reside in /usr/sbin follow
> some distro specific standar and not in another place like /usr/bin or
> /sbin/ or similar..

That is for me liberation not to use "distro". I have self-compiled
everything and installed courier. It works now, obviously.

It is true that I have expected configuration files to be in different
locations, and I prefer it to be left as in the package. My habits are
from "distros". This way, I am learning more.

> i got
> vnxpos00:/etc/courier# testmxlookup intranet1.net.ve
> Soft error.
> vnxpos00:/etc/courier#

It works on my side, thank you, I was looking for that small tool.

> but i must move manually the sendmail to /usr/sbin due the installer
> does not put there the binary

I was thinking that it has to be in /usr/sbin due to various
indoctrinations on "distros". There is no need to put it there, even
though I have placed a symbolic link.

> debian put some  binaries in /usr/lib/courier and the user accesible
> moved manually to /usr/sbin due installer does not are capable of that
> using configure script

I am now Debian-free, after 17 years.

Courier does most the productive and major part of my mass communication
system and I am very happy with it.

Rosario

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] ./configure option to install sendmail in /usr/sbin

2016-04-14 Thread Gordon Messmer
On 04/14/2016 02:38 AM, cour...@rcdrun.com wrote:
> only that does not install sendmail in /usr/sbin where most other
> software expects it to be.

On rpm based systems, the "alternatives" tool will be used to put 
several links where they're expected:

/usr/sbin/alternatives --install /usr/sbin/sendmail mta 
/usr/lib/courier/bin/sendmail 91 \
--slave /usr/bin/mailq mta-mailq /usr/lib/courier/bin/mailq \
--slave /usr/bin/rmail mta-rmail /usr/lib/courier/bin/rmail \
--slave /usr/bin/newaliases mta-newaliases 
/usr/lib/courier/sbin/makealiases


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] ./configure option to install sendmail in /usr/sbin

2016-04-14 Thread PICCORO McKAY Lenz
Sam means that the sendmail program must reside in /usr/sbin follow
some distro specific standar and not in another place like /usr/bin or
/sbin/ or similar..

i have same problem when compiling from sources (around the problem of
DNS that not working)

i got
vnxpos00:/etc/courier# testmxlookup intranet1.net.ve
Soft error.
vnxpos00:/etc/courier#

but i must move manually the sendmail to /usr/sbin due the installer
does not put there the binary

debian put some  binaries in /usr/lib/courier and the user accesible
moved manually to /usr/sbin due installer does not are capable of that
using configure script
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com


2016-04-14 6:35 GMT-04:30 Sam Varshavchik :
> cour...@rcdrun.com writes:
>
>> I am unpacking courier from the sources and use this command line:
>>
>>   $ ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc/courier
>>
>> only that does not install sendmail in /usr/sbin where most other
>> software expects it to be.
>>
>> What to do to get sendmail in /usr/sbin?
>
>
> You can use --exec-prefix=/usr/sbin to put all the binaries there.
>
> But I don't know what "most other software" that is. sendmail is not a
> root-only executable. It can be executed by non-root userids just fine.
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers
> of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> courier-users mailing list
> courier-users@lists.sourceforge.net
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] ./configure option to install sendmail in /usr/sbin

2016-04-14 Thread Sam Varshavchik

cour...@rcdrun.com writes:


I am unpacking courier from the sources and use this command line:

  $ ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc/courier

only that does not install sendmail in /usr/sbin where most other
software expects it to be.

What to do to get sendmail in /usr/sbin?


You can use --exec-prefix=/usr/sbin to put all the binaries there.

But I don't know what "most other software" that is. sendmail is not a root- 
only executable. It can be executed by non-root userids just fine.




pgpfZepuzX2PJ.pgp
Description: PGP signature
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] ./configure option to install sendmail in /usr/sbin

2016-04-14 Thread courier
I am unpacking courier from the sources and use this command line:

  $ ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc/courier

only that does not install sendmail in /usr/sbin where most other
software expects it to be.

What to do to get sendmail in /usr/sbin?

Rosario

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users