fwd to no existent service, how to recover ?

2018-01-15 Thread Voytek
in the process of attempting to setup amavisd-new with postfix, I had a line like so in amavisd.conf # forward to a smtpd service providing DKIM signing service forward_method => 'smtp:[127.0.0.1]:10027', BUT, don't have such service... so, I now have a bunch of emails failing with Temporary

Re: fwd to no existent service, how to recover ?

2018-01-15 Thread Noel Jones
On 1/15/2018 6:19 AM, Voytek wrote: > in the process of attempting to setup amavisd-new with postfix, I had a > line like so in amavisd.conf > > # forward to a smtpd service providing DKIM signing service > forward_method => 'smtp:[127.0.0.1]:10027', > > BUT, don't have such service... > > s

Re: fwd to no existent service, how to recover ?

2018-01-15 Thread Viktor Dukhovni
> On Jan 15, 2018, at 10:29 AM, Noel Jones wrote: > > First, correct your settings if you haven't done so already. > > The, run "postsuper -r ALL" The "postsuper -r ALL" is not needed. Amavis will route the mail correctly once it has been reconfigured and restarted. Postfix queue files have

Re: PATCH: postmap for db files in sub-directory now fails

2018-01-15 Thread Wietse Venema
Wietse: > This patch applies to Postfix 3.0 and later. The precise problem is > with a RELATIVE pathname, the subdirectory is a red herring. Scott Kitterman: > Thanks, > > Sorry it took me so long to get to looking into this further. I've verified > that the patch below solves the problem the D

Re: Offering STARTTLS in postfix. need help!

2018-01-15 Thread Sean Son
Hello all Is it possible to use a Wildcard cert with Postfix? Or does it have to be a cert for an exact FQDN? Thanks! On Fri, Jan 12, 2018 at 4:35 PM, Sean Son wrote: > > > On Fri, Jan 12, 2018 at 4:06 PM, Viktor Dukhovni < > postfix-us...@dukhovni.org> wrote: > >> >> >> > On Jan 12, 2018, at

Re: Offering STARTTLS in postfix. need help!

2018-01-15 Thread Benny Pedersen
Sean Son skrev den 2018-01-16 04:49: Is it possible to use a Wildcard cert with Postfix? Or does it have to be a cert for an exact FQDN? both is supported in openssl common praksis is imap.example.org and smtp.example.org with a wildcard signed cert for *.example.org

Re: Offering STARTTLS in postfix. need help!

2018-01-15 Thread Sean Son
On Mon, Jan 15, 2018 at 11:01 PM, Benny Pedersen wrote: > Sean Son skrev den 2018-01-16 04:49: > > Is it possible to use a Wildcard cert with Postfix? Or does it have to >> be a cert for an exact FQDN? >> > > both is supported in openssl > > common praksis is imap.example.org and smtp.example.org

Re: Offering STARTTLS in postfix. need help!

2018-01-15 Thread Viktor Dukhovni
> On Jan 15, 2018, at 11:01 PM, Benny Pedersen wrote: > > common praksis is imap.example.org and smtp.example.org with a wildcard > signed cert for *.example.org The rule is: there are no rules. TLS in SMTP is largely unauthenticated opportunistic TLS, and the content of the certificate is i