Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265399 - net-mail/mailbase: provide /etc/pam.d/smtp
Summary: net-mail/mailbase: provide /etc/pam.d/smtp
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 06:08 UTC by Jung Tae-young
Modified: 2021-09-15 16:42 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jung Tae-young 2009-04-08 06:08:48 UTC
Yesterday I installed a new system with gentoo linux.

I choose exim + dovecot, but smtp-auth makes problem. I tracked the logs and I found what was the probelm. After copying /etc/pam.d/pop3 to /etc/pam.d/smtp, smtp-auth trouble was gone.

Is there any reason that /etc/pam.d/smtp is not included in mailbase?

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-08 18:23:23 UTC
(In reply to comment #0)
> Is there any reason that /etc/pam.d/smtp is not included in mailbase?

I'd say because it's provided by MTAs like postfix:

# qfile -Cv /etc/pam.d/smtp
mail-mta/postfix-2.5.5 (/etc/pam.d/smtp)


Let's see what mailbase maintainers think about this.
Comment 2 Jung Tae-young 2009-04-08 18:37:23 UTC
Then this bug is the bug of exim ebuild.

# epm -ql exim | grep smtp
# 

Then this wass the bug of exim ebuild. 

Since we need this file if we use mta and every mta has dependency on mailbase, I think /etc/pam.d/smtp should be installed by mailbase not by particular mta.
Comment 3 SpanKY gentoo-dev 2021-09-15 15:00:21 UTC
postfix just does:
  pamd_mimic_system smtp auth account

is there any other mta that installs /etc/pam.d/smtp ?  if not, having mailbase do it prob makes sense.
Comment 4 Fabian Groffen gentoo-dev 2021-09-15 16:42:56 UTC
exim does:
        pamd_mimic system-auth exim auth account

I guess that could be rewritten as:
   pamd_mimic_system exim auth account

e.g. (system-auth,) auth and account are common.