public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Replacement for qpopper
@ 2019-10-14  6:46 Hartmut Figge
  2019-10-14  7:27 ` Paul Colquhoun
  0 siblings, 1 reply; 5+ messages in thread
From: Hartmut Figge @ 2019-10-14  6:46 UTC (permalink / raw
  To: gentoo-user

Greetings,

first some history. qpopper was masked a long time ago now but is still
installed and working on my Gentoo. Even if it doesn't show up anymore
on eix. But it does on eix-test-obsolete.

I don't like this situation and would like to get rid of qpopper and
replace it with another package. Nothing fancy, only to allow clients to
use POP3 on localhost.

Looking at the possibilities it seems I have to use popa3d which I know
nothing about. Experiments would be tricky because first I would have to
remove qpopper and would then have lost the current ability to use POP3.
And if there are difficulties with popa3d... ;)

Suggestions?

Hartmut



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Replacement for qpopper
  2019-10-14  6:46 [gentoo-user] Replacement for qpopper Hartmut Figge
@ 2019-10-14  7:27 ` Paul Colquhoun
  2019-10-14  7:36   ` [gentoo-user] " Hartmut Figge
  2019-10-14 13:25   ` Hartmut Figge
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Colquhoun @ 2019-10-14  7:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]

On Monday, October 14, 2019 5:46:46 P.M. AEDT Hartmut Figge wrote:
> Greetings,
> 
> first some history. qpopper was masked a long time ago now but is still
> installed and working on my Gentoo. Even if it doesn't show up anymore
> on eix. But it does on eix-test-obsolete.
> 
> I don't like this situation and would like to get rid of qpopper and
> replace it with another package. Nothing fancy, only to allow clients to
> use POP3 on localhost.
> 
> Looking at the possibilities it seems I have to use popa3d which I know
> nothing about. Experiments would be tricky because first I would have to
> remove qpopper and would then have lost the current ability to use POP3.
> And if there are difficulties with popa3d... ;)
> 
> Suggestions?
> 
> Hartmut


I used to use qpopper until 2 or 3 years ago.

Now i use net-mail/tpop3d

It's entice config file is:

# cat /etc/tpop3d/tpop3d.conf 
listen-address: 127.0.0.1
mailbox: bsd:/var/spool/mail/$(user)
auth-pam-enable: true
auth-pam-mail-group: mail


It runs as a service, started from systemd.


-- 
Reverend Paul Colquhoun, ULC.     http://andor.dropbear.id.au/
  Asking for technical help in newsgroups?  Read this first:
     http://catb.org/~esr/faqs/smart-questions.html#intro


[-- Attachment #2: Type: text/html, Size: 7678 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: Replacement for qpopper
  2019-10-14  7:27 ` Paul Colquhoun
@ 2019-10-14  7:36   ` Hartmut Figge
  2019-10-14 13:25   ` Hartmut Figge
  1 sibling, 0 replies; 5+ messages in thread
From: Hartmut Figge @ 2019-10-14  7:36 UTC (permalink / raw
  To: gentoo-user

Paul Colquhoun:
>On Monday, October 14, 2019 5:46:46 P.M. AEDT Hartmut Figge wrote:

>I used to use qpopper until 2 or 3 years ago.
>
>Now i use net-mail/tpop3d

I had not considered this one because no stable version is available and
my Gentoo is mostly stable.

>It's entice config file is:
>
># cat /etc/tpop3d/tpop3d.conf 
>listen-address: 127.0.0.1
>mailbox: bsd:/var/spool/mail/$(user)
>auth-pam-enable: true
>auth-pam-mail-group: mail

That looks nice.

>It runs as a service, started from systemd.

No systemd here.

Thanks. I will wait a while for possible other replies.

Hartmut



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: Replacement for qpopper
  2019-10-14  7:27 ` Paul Colquhoun
  2019-10-14  7:36   ` [gentoo-user] " Hartmut Figge
@ 2019-10-14 13:25   ` Hartmut Figge
  2019-10-14 13:57     ` Mick
  1 sibling, 1 reply; 5+ messages in thread
From: Hartmut Figge @ 2019-10-14 13:25 UTC (permalink / raw
  To: gentoo-user

Paul Colquhoun:

>I used to use qpopper until 2 or 3 years ago.
>
>Now i use net-mail/tpop3d

I dared to remove qpopper and instal tpop3d.

>It's entice config file is:
>
># cat /etc/tpop3d/tpop3d.conf 
>listen-address: 127.0.0.1
>mailbox: bsd:/var/spool/mail/$(user)
>auth-pam-enable: true
>auth-pam-mail-group: mail

I have stolen that and it works for me.

>It runs as a service, started from systemd.

'qlist tpop3d' shows '/etc/init.d/tpop3d' so I set a symlink from
runlevels/default to that. I know, I know there is a Gentoo command to
do that but I didn't remember. Setting the symlink was the easy way. ;)

Thanks once more.

Hartmut



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: Replacement for qpopper
  2019-10-14 13:25   ` Hartmut Figge
@ 2019-10-14 13:57     ` Mick
  0 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2019-10-14 13:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

On Monday, 14 October 2019 14:25:33 BST Hartmut Figge wrote:
> Paul Colquhoun:
> >I used to use qpopper until 2 or 3 years ago.
> >
> >Now i use net-mail/tpop3d
> 
> I dared to remove qpopper and instal tpop3d.
> 
> >It's entice config file is:
> >
> ># cat /etc/tpop3d/tpop3d.conf
> >listen-address: 127.0.0.1
> >mailbox: bsd:/var/spool/mail/$(user)
> >auth-pam-enable: true
> >auth-pam-mail-group: mail
> 
> I have stolen that and it works for me.
> 
> >It runs as a service, started from systemd.
> 
> 'qlist tpop3d' shows '/etc/init.d/tpop3d' so I set a symlink from
> runlevels/default to that. I know, I know there is a Gentoo command to
> do that but I didn't remember. Setting the symlink was the easy way. ;)
> 
> Thanks once more.
> 
> Hartmut

TBH I also tend to set symlinks manually (old dog, new tricks), but there are 
the ever so easy gentoo commands of eselect and rc-update:

eselect rc add tpop3d default

Or,

rc-update add tpop3d default

-- 
Regards,

Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-14 13:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-14  6:46 [gentoo-user] Replacement for qpopper Hartmut Figge
2019-10-14  7:27 ` Paul Colquhoun
2019-10-14  7:36   ` [gentoo-user] " Hartmut Figge
2019-10-14 13:25   ` Hartmut Figge
2019-10-14 13:57     ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox