From 08af82e447ec9d04bc7c5a8835177e978db421be Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 20 Dec 2016 17:20:21 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +net-mail/mailbase-1.1 --- .etckeeper | 5 +++++ group | 2 ++ group- | 2 ++ gshadow | 2 ++ gshadow- | 2 ++ mail/aliases | 33 +++++++++++++++++++++++++++++++++ mailcap | 25 +++++++++++++++++++++++++ pam.d/imap | 8 ++++++++ pam.d/imap4 | 1 + pam.d/imap4s | 1 + pam.d/imaps | 1 + pam.d/pop | 8 ++++++++ pam.d/pop3 | 1 + pam.d/pop3s | 1 + pam.d/pops | 1 + passwd | 2 ++ passwd- | 2 ++ shadow | 2 ++ shadow- | 2 ++ 19 files changed, 101 insertions(+) create mode 100644 mail/aliases create mode 100644 mailcap create mode 100644 pam.d/imap create mode 120000 pam.d/imap4 create mode 120000 pam.d/imap4s create mode 120000 pam.d/imaps create mode 100644 pam.d/pop create mode 120000 pam.d/pop3 create mode 120000 pam.d/pop3s create mode 120000 pam.d/pops diff --git a/.etckeeper b/.etckeeper index ab583d0..3048ce9 100755 --- a/.etckeeper +++ b/.etckeeper @@ -387,6 +387,9 @@ maybe chmod 0444 'lvm/profile/metadata_profile_template.profile' maybe chmod 0444 'lvm/profile/thin-generic.profile' maybe chmod 0444 'lvm/profile/thin-performance.profile' maybe chmod 0444 'machine-id' +maybe chmod 0755 'mail' +maybe chmod 0644 'mail/aliases' +maybe chmod 0644 'mailcap' maybe chmod 0644 'man_db.conf' maybe chmod 0755 'mercurial' maybe chmod 0755 'mercurial/hgrc.d' @@ -472,10 +475,12 @@ maybe chmod 0644 'pam.d/groupadd' maybe chmod 0644 'pam.d/groupdel' maybe chmod 0644 'pam.d/groupmems' maybe chmod 0644 'pam.d/groupmod' +maybe chmod 0644 'pam.d/imap' maybe chmod 0644 'pam.d/login' maybe chmod 0644 'pam.d/newusers' maybe chmod 0644 'pam.d/other' maybe chmod 0644 'pam.d/passwd' +maybe chmod 0644 'pam.d/pop' maybe chmod 0644 'pam.d/shadow' maybe chmod 0644 'pam.d/sshd' maybe chmod 0644 'pam.d/start-stop-daemon' diff --git a/group b/group index 257f2cb..e5f3d24 100644 --- a/group +++ b/group @@ -44,3 +44,5 @@ lock:x:998: ldap:x:439: apache:x:81: nullmail:x:88: +mail:x:12: +postmaster:x:237: diff --git a/group- b/group- index 8d4b697..0a5ebb2 100644 --- a/group- +++ b/group- @@ -43,3 +43,5 @@ dialout:x:999: lock:x:998: ldap:x:439: apache:x:81: +nullmail:x:88: +mail:x:12: diff --git a/gshadow b/gshadow index 13116f9..26d3f22 100644 --- a/gshadow +++ b/gshadow @@ -44,3 +44,5 @@ lock:!!:: ldap:!:: apache:!:: nullmail:!:: +mail:!:: +postmaster:!:: diff --git a/gshadow- b/gshadow- index 39414dc..0cf6f7b 100644 --- a/gshadow- +++ b/gshadow- @@ -43,3 +43,5 @@ dialout:!!:: lock:!!:: ldap:!:: apache:!:: +nullmail:!:: +mail:!:: diff --git a/mail/aliases b/mail/aliases new file mode 100644 index 0000000..ea83505 --- /dev/null +++ b/mail/aliases @@ -0,0 +1,33 @@ +# Basic system aliases -- these MUST be present. +MAILER-DAEMON: postmaster +postmaster: root + +# General redirections for pseudo accounts. +adm: root +bin: root +daemon: root +exim: root +lp: root +mail: root +named: root +nobody: root +postfix: root + +# Well-known aliases -- these should be filled in! +# root: +# operator: + +# Standard RFC2142 aliases +abuse: postmaster +ftp: root +hostmaster: root +news: usenet +noc: root +security: root +usenet: root +uucp: root +webmaster: root +www: webmaster + +# trap decode to catch security attacks +# decode: /dev/null diff --git a/mailcap b/mailcap new file mode 100644 index 0000000..7c42a55 --- /dev/null +++ b/mailcap @@ -0,0 +1,25 @@ + +text/plain; less '%s'; needsterminal +application/x-troff-man; /usr/bin/nroff -mandoc -Tlatin1; copiousoutput; print=/usr/bin/nroff -mandoc -Tlatin1 | print text/plain:- +text/plain; shownonascii iso-8859-1 '%s'; description="Plain ASCII Text"; test=test "$(echo %{charset} | tr "[A-Z]" "[a-z]")" = iso-8859-1 -a "$DISPLAY" != "" +text/richtext; shownonascii iso-8859-1 -e richtext -p '%s'; description="Richtext"; copiousoutput; test=test "$(echo %{charset} | tr "[A-Z]" "[a-z]")" = iso-8859-1 -a "$DISPLAY" != "" +text/enriched; shownonascii iso-8859-1 -e richtext -e -p '%s'; description="Enriched Text"; copiousoutput; test=test "$(echo %{charset} | tr "[A-Z]" "[a-z]")" = iso-8859-1 -a "$DISPLAY" != "" +message/partial; showpartial '%s' %{id} %{number} %{total}; description="An incomplete message" +message/external-body; showexternal '%s' %{access-type} %{name} %{site} %{directory} %{mode} %{server}; needsterminal; description="A reference to data stored in an external location"; composetyped="extcompose '%s"' +audio/basic; /usr/lib/mime/playaudio '%s'; description=Basic uLaw Audio; nametemplate=%s.au +application/x-tar; /bin/tar tvf -; print=/bin/tar tvf - | print text/plain:-; copiousoutput +application/x-gtar; /bin/tar tvzf -; print=/bin/tar tvzf - | print text/plain:-; copiousoutput +text/plain; more '%s'; needsterminal +application/xrx; view=xrx '%s'; description="remote X application"; test=test "$DISPLAY"; nametemplate=%s.rx +text/richtext; richtext '%s'; description="Richtext"; copiousoutput +text/enriched; richtext -e '%s'; description="Enriched Text"; copiousoutput +text/plain; gview '%s'; edit=gvim -f '%s'; compose=gvim -f '%s'; test=test "$DISPLAY" != "" +text/plain; view '%s'; edit=vim '%s'; compose=vim '%s'; needsterminal +text/html; /usr/bin/lynx -force_html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html +text/*; less '%s'; needsterminal +text/html; /usr/bin/lynx -dump -force_html '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html +text/*; gview '%s'; edit=gvim -f '%s'; compose=gvim -f '%s'; test=test "$DISPLAY" != "" +text/*; view '%s'; edit=vim '%s'; compose=vim '%s'; needsterminal +text/*; more '%s'; needsterminal +*/*; less '%s'; needsterminal +*/*; false; print=lpr '%s' diff --git a/pam.d/imap b/pam.d/imap new file mode 100644 index 0000000..88ca530 --- /dev/null +++ b/pam.d/imap @@ -0,0 +1,8 @@ +# Provided by mailbase (dont remove this line!) +# Standard pam.d file for mail service packages. +# $Id$ + +auth required pam_nologin.so +auth include system-auth +account include system-auth +session include system-auth diff --git a/pam.d/imap4 b/pam.d/imap4 new file mode 120000 index 0000000..3c1fb1d --- /dev/null +++ b/pam.d/imap4 @@ -0,0 +1 @@ +imap \ No newline at end of file diff --git a/pam.d/imap4s b/pam.d/imap4s new file mode 120000 index 0000000..3c1fb1d --- /dev/null +++ b/pam.d/imap4s @@ -0,0 +1 @@ +imap \ No newline at end of file diff --git a/pam.d/imaps b/pam.d/imaps new file mode 120000 index 0000000..3c1fb1d --- /dev/null +++ b/pam.d/imaps @@ -0,0 +1 @@ +imap \ No newline at end of file diff --git a/pam.d/pop b/pam.d/pop new file mode 100644 index 0000000..88ca530 --- /dev/null +++ b/pam.d/pop @@ -0,0 +1,8 @@ +# Provided by mailbase (dont remove this line!) +# Standard pam.d file for mail service packages. +# $Id$ + +auth required pam_nologin.so +auth include system-auth +account include system-auth +session include system-auth diff --git a/pam.d/pop3 b/pam.d/pop3 new file mode 120000 index 0000000..6a7375a --- /dev/null +++ b/pam.d/pop3 @@ -0,0 +1 @@ +pop \ No newline at end of file diff --git a/pam.d/pop3s b/pam.d/pop3s new file mode 120000 index 0000000..6a7375a --- /dev/null +++ b/pam.d/pop3s @@ -0,0 +1 @@ +pop \ No newline at end of file diff --git a/pam.d/pops b/pam.d/pops new file mode 120000 index 0000000..6a7375a --- /dev/null +++ b/pam.d/pops @@ -0,0 +1 @@ +pop \ No newline at end of file diff --git a/passwd b/passwd index be15653..edac914 100644 --- a/passwd +++ b/passwd @@ -25,3 +25,5 @@ cron:x:16:16:added by portage for cronbase:/var/spool/cron:/sbin/nologin ldap:x:439:439:added by portage for openldap:/usr/lib64/openldap:/sbin/nologin apache:x:81:81:added by portage for apache:/var/www:/sbin/nologin nullmail:x:88:88:added by portage for nullmailer:/var/nullmailer:/sbin/nologin +mail:x:8:12:added by portage for mailbase:/var/spool/mail:/sbin/nologin +postmaster:x:14:237:added by portage for mailbase:/var/spool/mail:/sbin/nologin diff --git a/passwd- b/passwd- index 076ead5..8591dbd 100644 --- a/passwd- +++ b/passwd- @@ -24,3 +24,5 @@ messagebus:x:108:240:added by portage for dbus:/dev/null:/sbin/nologin cron:x:16:16:added by portage for cronbase:/var/spool/cron:/sbin/nologin ldap:x:439:439:added by portage for openldap:/usr/lib64/openldap:/sbin/nologin apache:x:81:81:added by portage for apache:/var/www:/sbin/nologin +nullmail:x:88:88:added by portage for nullmailer:/var/nullmailer:/sbin/nologin +mail:x:8:12:added by portage for mailbase:/var/spool/mail:/sbin/nologin diff --git a/shadow b/shadow index 7facdcd..f63eb66 100644 --- a/shadow +++ b/shadow @@ -24,3 +24,5 @@ cron:!:17154:::::: ldap:!:17155:::::: apache:!:17155:::::: nullmail:!:17155:::::: +mail:!:17155:::::: +postmaster:!:17155:::::: diff --git a/shadow- b/shadow- index bf70d4f..71e9574 100644 --- a/shadow- +++ b/shadow- @@ -23,3 +23,5 @@ messagebus:!:17148:::::: cron:!:17154:::::: ldap:!:17155:::::: apache:!:17155:::::: +nullmail:!:17155:::::: +mail:!:17155:::::: -- 2.39.5