Package: dkimproxy
Version: 1.4.1-3
Severity: normal
Tags: patch
Hi,
In README.Debian there's a code snippet to create the DNS record.
However, a backslash is missing to really remove \n from key:
KEY=`grep -v "PUBLIC" /var/lib/dkimproxy/public.key | tr -d \\n`
should be
KEY=`grep -v "PUBLIC" /var/lib/dkimproxy/public.key | tr -d \\\n`
Regards, Adam.
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these lines ***
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dkimproxy depends on:
ii adduser 3.113+nmu3
ii liberror-perl 0.17-1
ii libmail-dkim-perl 0.39-1
ii libnet-server-perl 2.006-1
ii libtext-wrapper-perl 1.04-1
ii lsb-base 4.1+Debian7
ii openssl 1.0.1c-3
ii perl 5.14.2-12
ii ssl-cert 1.0.31
Versions of packages dkimproxy recommends:
ii amavisd-new 1:2.7.1-2
dkimproxy suggests no packages.
-- Configuration Files:
/etc/default/dkimproxy changed:
RUN_DKIMPROXY_OUT=1
RUN_DKIMPROXY_IN=0
DKIMPROXY_OUT_CONF="/etc/dkimproxy/dkimproxy_out.conf"
DKIMPROXY_OUT_PRIVKEY="/etc/dkimproxy/private.key"
/etc/dkimproxy/dkimproxy_out.conf changed:
listen 127.0.0.1:10028
relay 127.0.0.1:10029
domain le-vert.net
signature dkim(c=relaxed)
signature domainkeys(c=nofws)
keyfile /etc/dkimproxy/private.key
selector dedibox-le-vert-net
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]