DKIM problem (was: Tor on Ubuntu Jaunty)

2009-08-04 Thread Sebastian Wiesinger
* Ted Smith  [2009-08-04 17:28]:
> On Tue, 2009-08-04 at 16:24 +0200, gabrix wrote:

Hi,

sorry to use the list for this, but I can't see gabrix' mail address.

Dear gabrix,

could you please fix your DKIM configuration (enter a key in your DNS
or remove the DKIM signature from your mails). Because right now my
mailserver doesn't accept your mails because it can't get your DKIM
key:

alita dkim-filter[914]: n74I9fJO017279: key retrieval failed (s=stigmate, 
d=gabrix.ath.cx)

sm-mta[17279]: n74I9fJO017279: Milter: data, reject=451 4.3.2 Please try again 
later

$ dig stigmate._domainkey.gabrix.ath.cx TXT
stigmate._domainkey.gabrix.ath.cx. 60 IN CNAME  gabrix.ath.cx.

$ dig gabrix.ath.cx TXT
$


Thanks,

Sebastian

-- 
GPG Key-ID: 0x76B79F20 (0x1B6034F476B79F20)
'Are you Death?' ... IT'S THE SCYTHE, ISN'T IT? PEOPLE ALWAYS NOTICE THE SCYTHE.
-- Terry Pratchett, The Fifth Elephant


Re: Tor on Ubuntu Jaunty

2009-08-04 Thread Ted Smith
On Tue, 2009-08-04 at 16:24 +0200, gabrix wrote:
> Ted Smith ha scritto:
> > On Tue, 2009-08-04 at 08:49 +0200, Matej Kovacic wrote:
> >> Hi,
> >>
> >> I added APT line for Ubuntu Jaunty Tor installation:
> >> http://mirror.noreply.org/pub/tor jaunty
> >>
> >> I also added GPG key of Peter Palfrader (key ID=94C09C7F).
> >>
> >> However, I got this error:
> >>
> >> W: GPG error: http://mirror.noreply.org jaunty Release: The following
> >> signatures were invalid: KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
> >> KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
> > 
> > You have to add this to your Apt keyring, not your personal keyring. Did
> > you do that? You should probably be using the apt-key program.
> 
> gpg --keyserver pgp.gabrix.ath.cx --recv-keys 17637003
> gpg -a --export 17637003 | sudo apt-key add -
> sudo apt-get update
> 
> The above is if 1217637003 is the key but it doesn't look like ...
> OK ?

You can also just do:

sudo apt-key adv --recv-key  --keyserver 

to put the key directly into apt's keyring.



signature.asc
Description: This is a digitally signed message part


Re: Tor on Ubuntu Jaunty

2009-08-04 Thread gabrix
Ted Smith ha scritto:
> On Tue, 2009-08-04 at 08:49 +0200, Matej Kovacic wrote:
>> Hi,
>>
>> I added APT line for Ubuntu Jaunty Tor installation:
>> http://mirror.noreply.org/pub/tor jaunty
>>
>> I also added GPG key of Peter Palfrader (key ID=94C09C7F).
>>
>> However, I got this error:
>>
>> W: GPG error: http://mirror.noreply.org jaunty Release: The following
>> signatures were invalid: KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
>> KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
> 
> You have to add this to your Apt keyring, not your personal keyring. Did
> you do that? You should probably be using the apt-key program.

gpg --keyserver pgp.gabrix.ath.cx --recv-keys 17637003
gpg -a --export 17637003 | sudo apt-key add -
sudo apt-get update

The above is if 1217637003 is the key but it doesn't look like ...
OK ?

Gab

-- 
pub   1024D/80231A90 2008-07-01
Key fingerprint = 54AC C632 B35E FB9B 6D9F  108D DBE6 5425 8023 1A90


0x80231A90.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Re: Tor on Ubuntu Jaunty

2009-08-04 Thread Ted Smith
On Tue, 2009-08-04 at 08:49 +0200, Matej Kovacic wrote:
> Hi,
> 
> I added APT line for Ubuntu Jaunty Tor installation:
> http://mirror.noreply.org/pub/tor jaunty
> 
> I also added GPG key of Peter Palfrader (key ID=94C09C7F).
> 
> However, I got this error:
> 
> W: GPG error: http://mirror.noreply.org jaunty Release: The following
> signatures were invalid: KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
> KEYEXPIRED 1217637003 KEYEXPIRED 1217637003

You have to add this to your Apt keyring, not your personal keyring. Did
you do that? You should probably be using the apt-key program.


signature.asc
Description: This is a digitally signed message part


Re: Tor on Ubuntu Jaunty

2009-08-04 Thread Marco Bonetti
On Tue, August 4, 2009 08:49, Matej Kovacic wrote:
> I added APT line for Ubuntu Jaunty Tor installation:
> http://mirror.noreply.org/pub/tor jaunty

> W: GPG error: http://mirror.noreply.org jaunty Release: The following
> signatures were invalid: KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
> KEYEXPIRED 1217637003 KEYEXPIRED 1217637003

probably unrelated, but aren't you missing a "main" at the end of the apt
source line?
ciao

-- 
Marco Bonetti
BT3 EeePC enhancing module: http://sid77.slackware.it/bt3/
Slackintosh Linux Project Developer: http://workaround.ch/
Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/

My GnuPG key id: 0x86A91047



Tor on Ubuntu Jaunty

2009-08-03 Thread Matej Kovacic
Hi,

I added APT line for Ubuntu Jaunty Tor installation:
http://mirror.noreply.org/pub/tor jaunty

I also added GPG key of Peter Palfrader (key ID=94C09C7F).

However, I got this error:

W: GPG error: http://mirror.noreply.org jaunty Release: The following
signatures were invalid: KEYEXPIRED 1217637003 KEYEXPIRED 1217637003
KEYEXPIRED 1217637003 KEYEXPIRED 1217637003

bye, Matej