Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#2416 - courier-authlib problem with user creation
|
DetailsIn the package install:
useradd -u 72 -d /var/spool/courier -g courier -s /bin/false courier &>/dev/null In the courier-imap pkgbuild: --localstatedir=/var/spool/courier-imap This yeilds the following error via dialy cron: user courier: directory /var/spool/courier does not exist pwck: no changes Indeed /var/spool/courier does not exist, as it is /var/spool/courier-imap |
This task depends upon
that user. courier-mta needs it, and it has to be created in advance to
make sure that the user already exist when courier-mta is built or or
installed.
I can't redirect it to /var/lib/courier-imap cuz' then it won't work for
courier-mta then, and I dunno if it works when I redirect it to
/var/spool/authdaemond.
We will see