Bug#869480: Support multiple smarthosts (gmail support)

2018-01-20 Thread Florian Weimer
* Osamu Aoki: > +Here, f...@example.org.sh should be as follows: > + > +#!/bin/sh > +/usr/bin/ssh -p 22 \ > +-i /etc/exim4/ssh/f...@host.example.org.key \ > +-o "StrictHostKeyChecking no" \ > +f...@host.example.org \ > +/usr/bin/sendmail -bm -ti \ > +-f

Bug#869480: Support multiple smarthosts (gmail support)

2017-07-30 Thread Osamu Aoki
Here are a bit more refinements. Currently, empty smarthost string to disable old style smarthost causes dpkg-reconfigure dialogue to generate automatic default string. A bit annoyance ... Osamu >From b3fcf04656319c1210b32ee046c4d94c6abacfff Mon Sep 17 00:00:00 2001 From: Osamu Aoki

Bug#869480: Support multiple smarthosts (gmail support)

2017-07-25 Thread Osamu Aoki
Hi, This is an improvement on my multiple smarthosts patch proposal. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869480 I thought about ssh pipe transport problem a bit more and created improved code and tested it. It is not documented in main document yet but you can see it in

Bug#869480: Support multiple smarthosts (gmail support)

2017-07-23 Thread Osamu Aoki
Package: exim4-config Version: 4.89-2.1 Severity: wishlist Tags: patch Hi, Current smarthost set-up can use only one smarthost. These days, that will cause outgoing mail with unmatched From: _From ... may get flagged as spam. So use of the account specific smarthost is getting important. For