[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DebConf18: Call for keys for keysigning in Hsinchu, Taiwan



Hi Roger,

> - If user don't configure a working MTA, it's hard to send out the
> email. Especially for new contributor.
>   [...]
>   So what I recommend is using msmtp, which already works well with
> caff [4][5]. In this way, the gmail credential can be saved as
> encrypted file by GPG, and got decrypted on-the-fly when you send
> email [6].

You can use caff without any MTA too (see my ~/.caffrc attached).

Cheers,
Alex

--
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Alex Muntada <alexm@debian.org>
  ⢿⡄⠘⠷⠚⠋   Debian Developer - log.alexm.org
  ⠈⠳⣄⠀⠀⠀⠀

$CONFIG{'owner' } = q|Alex Muntada|;
$CONFIG{'email' } = q|alexm@alexm.org|;
$CONFIG{'keyid' } = [qw|
    E3AE978E834E5E7E
|];
$CONFIG{'mailer-send'} = [
    'smtps',
    Server => q|smtp.gmail.com|,
    Auth   => [
        q|alexm@alexm.org|,
        qx|gpg -d $ENV{'HOME'}/.caff/password.gpg|,
    ],
];

Attachment: signature.asc
Description: PGP signature


Reply to: