all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#28470: caff in the signing-party package can't find sendmail on GuixSD
@ 2017-09-15 18:33 Christopher Baines
  2017-10-09 21:37 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2017-09-15 18:33 UTC (permalink / raw)
  To: 28470

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

When using caff from the signing-tools pacakge, it looks for sendmail
in the wrong places [1]. It would be useful to find a way to make it
work when installed.

I have found a workaround, which is to specify PERL_MAILERS as
sendmail:$(type -p sendmail), e.g.:

    PERL_MAILERS=sendmail:$(type -p sendmail) caff ...

1: /usr/lib/sendmail;/usr/sbin/sendmail;/usr/ucblib/sendmail


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

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

end of thread, other threads:[~2017-10-10  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-15 18:33 bug#28470: caff in the signing-party package can't find sendmail on GuixSD Christopher Baines
2017-10-09 21:37 ` Ricardo Wurmus
2017-10-10  7:31   ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.