** Changed in: signing-party (Debian)
Status: Won't Fix => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/317563
Title:
caff doesn't send emails via SMTP with my From address
To
** Changed in: signing-party (Debian)
Status: New => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/317563
Title:
caff doesn't send emails via SMTP with my From address
To manage no
Caff does not send mails out of the box. I'm using postfix as my MTA.
Works with mutt.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/317563
Title:
caff doesn't send emails via SMTP with my From addr
For what it's worth, I am back to just using nullmailer, which relays to
my own "real" MTA.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/317563
Title:
caff doesn't send emails via SMTP with my From
** Changed in: signing-party (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/317563
Title:
caff doesn't send emails via SMTP with my From address
To manage noti
It appears to use $USER@$(cat /etc/mailname) in the end, so you might
fix it by using your mail hosts' name in /etc/mailname.
Basically, you want to pass the "-f" option to sendmail, so the following might
work:
$CONFIG{'mailer-send'} = [ 'sendmail', '-fu...@example.com' ];
It says however:
** Changed in: signing-party (Ubuntu)
Status: New => Triaged
** Changed in: signing-party (Ubuntu)
Importance: Undecided => Wishlist
** Bug watch added: Debian Bug tracker #592787
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592787
** Also affects: signing-party (Debian) via
Hi :)
Thijs Kinkhorst wrote:
> It uses the specified email and owner variables for the From: header.
> However, the Envelope FROM in the SMTP session is decided by the
> Mail::Internet perl module that caff uses.
>
> I think it should be possible to use the MailFrom option from this perl
> module
It uses the specified email and owner variables for the From: header.
However, the Envelope FROM in the SMTP session is decided by the
Mail::Internet perl module that caff uses.
I think it should be possible to use the MailFrom option from this perl
module to specify the envelope from.
It's a des