sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] Need help with clustered setup


From: Christoph Egger
Subject: Re: [Sks-devel] Need help with clustered setup
Date: Wed, 07 Sep 2016 16:46:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi!

Danny Horne <address@hidden> writes:
> I don't understand why you're seeing this error, can see it in my logs
> but test emails to my address (from GMail) are getting through

IPv4 vs IPv6

| $ swaks -6 --to address@hidden --from address@hidden -q TO 
| === Trying smtp.trisect.uk:25...
| === Connected to smtp.trisect.uk.
| <-  220 smtp.trisect.uk ESMTP Postfix
|  -> EHLO 1und1.siccegge.de
| <-  250-smtp.trisect.uk
| <-  250-PIPELINING
| <-  250-SIZE 51200000
| <-  250-VRFY
| <-  250-ETRN
| <-  250-STARTTLS
| <-  250-AUTH CRAM-MD5
| <-  250-ENHANCEDSTATUSCODES
| <-  250-8BITMIME
| <-  250-DSN
| <-  250 SMTPUTF8
|  -> MAIL FROM:<address@hidden>
| <-  250 2.1.0 Ok
|  -> RCPT TO:<address@hidden>
| <** 451 4.3.5 <address@hidden>: Recipient address rejected: Server 
configuration problem
|  -> QUIT
| <-  221 2.0.0 Bye
| === Connection closed with remote host.

vs

| $ swaks -4 --to address@hidden --from address@hidden -q TO 
| === Trying smtp.trisect.uk:25...
| === Connected to smtp.trisect.uk.
| <-  220 smtp.trisect.uk ESMTP Postfix
|  -> EHLO 1und1.siccegge.de
| <-  250-smtp.trisect.uk
| <-  250-PIPELINING
| <-  250-SIZE 51200000
| <-  250-VRFY
| <-  250-ETRN
| <-  250-STARTTLS
| <-  250-AUTH CRAM-MD5
| <-  250-ENHANCEDSTATUSCODES
| <-  250-8BITMIME
| <-  250-DSN
| <-  250 SMTPUTF8
|  -> MAIL FROM:<address@hidden>
| <-  250 2.1.0 Ok
|  -> RCPT TO:<address@hidden>
| <** 450 4.2.0 <address@hidden>: Recipient address rejected: Greylisted for 60 
seconds
|  -> QUIT
| <-  221 2.0.0 Bye
| === Connection closed with remote host.

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]