 |
|
 |
|
Next: [gentoo-user] emerge pppconfig hassle
|
| Author |
Message |
External

Since: May 07, 2005 Posts: 51
|
(Msg. 1) Posted: Mon Jun 13, 2005 4:10 pm
Post subject: [gentoo-user] ssmtp - what wants to install it? Archived from groups: linux>gentoo>user (more info?)
|
|
|
Trying to remove any MTAs from my system, so I did an emerge -C ssmtp,
which unmerged it just fine. But, doing a emerge -DNtpvu world
returns:
mark@laeb ~ $ sudo emerge -DNtpvu world
These are the packages that I would merge, in reverse order:
Calculating world dependencies ...done!
[nomerge ] x11-terms/xterm-200-r3 -Xaw3d -debug -toolbar
+truetype +unicode
[nomerge ] sys-apps/utempter-0.5.5.5-r1 -debug
[ebuild N ] mail-mta/ssmtp-2.61 +ipv6 -mailwrapper -md5sum +ssl 0 kB
Total size of downloads: 0 kB
mark@laeb ~ $
I assume either xterm or utempter is requiring ssmtp, but I don't
understand why. Any ideas?
--
- Mark Shields
--
gentoo-user DeleteThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Dec 28, 2004 Posts: 350
|
(Msg. 2) Posted: Mon Jun 13, 2005 4:30 pm
Post subject: RE: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> Trying to remove any MTAs from my system...
Normal unix OS's require an MTA to be defined. Portage has virtual mta
placeholders that define the MTA that is installed on the system (i.e. I'm
using postfix).
If you don't have an MTA installed (which you don't), portage knows that the
MTA is missing and wants to install ssmtp as the default mta.
The question I have is why would you want to remove all MTAs?
--
gentoo-user.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Sep 16, 2004 Posts: 139
|
(Msg. 3) Posted: Mon Jun 13, 2005 4:30 pm
Post subject: Re: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> I assume either xterm or utempter is requiring ssmtp, but I don't
> understand why. Any ideas?
Looking at the ebuilds themselves, neither ebuild has a dependency
upon ssmtp or an other mta.
Matt
--
gentoo-user RemoveThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Mar 11, 2005 Posts: 612
|
(Msg. 4) Posted: Mon Jun 13, 2005 5:40 pm
Post subject: Re: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 13 Jun 2005, Mark Shields wrote:
> Trying to remove any MTAs from my system, so I did an emerge -C ssmtp,
> which unmerged it just fine.
Its a virtual dependency.
ssmtp is not really an MTA, but a wrapper for a script that emulates
sendmail. Its harmless and uses very little space so you should keep it
(besides, you might need it if you want output from cron scripts emailed
to you).
--
--
gentoo-user.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: May 07, 2005 Posts: 51
|
(Msg. 5) Posted: Mon Jun 13, 2005 6:20 pm
Post subject: Re: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
A. Khattri,
Ah yes, I remember reading it's not a full-fledged MTA. I was just
curious as to why it was trying to install. And to answer the first
reply's question: "The question I have is why would you want to remove
all MTAs?". Why have something on your system when you don't use it?
This is a personal server; I have ssh setup, I check the log files
myself.
On 6/13/05, A. Khattri <ajai.DeleteThis@bway.net> wrote:
> On Mon, 13 Jun 2005, Mark Shields wrote:
>
> > Trying to remove any MTAs from my system, so I did an emerge -C ssmtp,
> > which unmerged it just fine.
>
> Its a virtual dependency.
>
> ssmtp is not really an MTA, but a wrapper for a script that emulates
> sendmail. Its harmless and uses very little space so you should keep it
> (besides, you might need it if you want output from cron scripts emailed
> to you).
>
>
> --
>
> --
> gentoo-user.DeleteThis@gentoo.org mailing list
>
>
--
- Mark Shields
--
gentoo-user.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Apr 11, 2005 Posts: 50
|
(Msg. 6) Posted: Mon Jun 13, 2005 6:40 pm
Post subject: Re: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
My reason,
Disk space is too cheap to waste time keeping a small tiny place-holder
MTA inactive... The fact you and others have emailed about this has
already not been worth the cost in disk space...
On Mon, 13 Jun 2005, Mark Shields wrote:
> A. Khattri,
>
> Ah yes, I remember reading it's not a full-fledged MTA. I was just
> curious as to why it was trying to install. And to answer the first
> reply's question: "The question I have is why would you want to remove
> all MTAs?". Why have something on your system when you don't use it?
> This is a personal server; I have ssh setup, I check the log files
> myself.
>
> On 6/13/05, A. Khattri <ajai RemoveThis @bway.net> wrote:
>> On Mon, 13 Jun 2005, Mark Shields wrote:
>>
>>> Trying to remove any MTAs from my system, so I did an emerge -C ssmtp,
>>> which unmerged it just fine.
>>
>> Its a virtual dependency.
>>
>> ssmtp is not really an MTA, but a wrapper for a script that emulates
>> sendmail. Its harmless and uses very little space so you should keep it
>> (besides, you might need it if you want output from cron scripts emailed
>> to you).
>>
>>
>> --
>>
>> --
>> gentoo-user RemoveThis @gentoo.org mailing list
>>
>>
>
>
>
--
Bryan Whitehead
Email:driver@megahappy.net
--
gentoo-user RemoveThis @gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: Dec 16, 2005 Posts: 337
|
(Msg. 7) Posted: Mon Jun 13, 2005 7:40 pm
Post subject: Re: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Neil Bothwick wrote:
> On Mon, 13 Jun 2005 17:17:11 -0400, Mark Shields wrote:
>
>
>>Ah yes, I remember reading it's not a full-fledged MTA. I was just
>>curious as to why it was trying to install. And to answer the first
>>reply's question: "The question I have is why would you want to remove
>>all MTAs?". Why have something on your system when you don't use it?
>>This is a personal server; I have ssh setup, I check the log files
>>myself.
>
>
> Do you have a cron daemon installed? They all require an MTA.
>
>
Yep, that's probably it. I ran into this a while back. Unfortunately equery is unreasonably slow with such queries. The fastest way I've found: find /var/db/pkg -path '*DEPEND' | xargs grep virtual/mta
Zac
--
gentoo-user.RemoveThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
External

Since: May 07, 2005 Posts: 51
|
(Msg. 8) Posted: Tue Jun 14, 2005 1:50 am
Post subject: Re: [gentoo-user] ssmtp - what wants to install it? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Yeah, that's what it is.
On 6/13/05, Neil Bothwick <neil.DeleteThis@digimed.co.uk> wrote:
> On Mon, 13 Jun 2005 17:17:11 -0400, Mark Shields wrote:
>
> > Ah yes, I remember reading it's not a full-fledged MTA. I was just
> > curious as to why it was trying to install. And to answer the first
> > reply's question: "The question I have is why would you want to remove
> > all MTAs?". Why have something on your system when you don't use it?
> > This is a personal server; I have ssh setup, I check the log files
> > myself.
>
> Do you have a cron daemon installed? They all require an MTA.
>
>
> --
> Neil Bothwick
>
> In 1750 Issac Newton became discouraged when he fell up a flight of
> stairs.
>
>
>
--
- Mark Shields
--
gentoo-user.DeleteThis@gentoo.org mailing list |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|