View Single Post
Old 12-13-2019, 11:52 PM   #1
wagon
Junior Member
wagon began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2019
Device: Kindle Voyager
Calibre GMX Issue

I'm unable to send a book via gmx. From the test email function:

Code:
Traceback (most recent call last):
  File "site-packages\calibre\gui2\wizard\send_email.py", line 209, in test_email_settings
  File "site-packages\calibre\utils\smtp.py", line 185, in sendmail
  File "site-packages\calibre\utils\smtplib.py", line 777, in sendmail
SMTPDataError: (554, 'Transaction failed\nReject due to policy restrictions.\nFor explanation visit https://postmaster.gmx.net/en/error-messages?c=hd')


Log:
connect: (u'mail.gmx.com', 587)
connect: (u'mail.gmx.com', 587)
reply: '220 gmx.com (mrgmx105) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx105) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx105) Nemesis ESMTP Service ready
send: u'ehlo REDACTED_COMP_NAME\r\n'
reply: '250-gmx.com Hello REDACTED_COMP_NAME [REDACTED IP]]\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 STARTTLS\r\n'
reply: retcode (250); Msg: gmx.com Hello REDACTED_COMP_NAME [REDACTED IP]
8BITMIME
AUTH LOGIN PLAIN
SIZE 69920427
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: u'ehlo REDACTED_COMP_NAME\r\n'
reply: '250-gmx.com Hello REDACTED_COMP_NAME [REDACTED IP]\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250 SIZE 69920427\r\n'
reply: retcode (250); Msg: gmx.com Hello REDACTED_COMP_NAME [REDACTED IP]
8BITMIME
AUTH LOGIN PLAIN
SIZE 69920427
send: AUTH <censored>
reply: '235 Authentication succeeded\r\n'
reply: retcode (235); Msg: Authentication succeeded
send: u'mail FROM:<REDACTED@gmx.com> size=514\r\n'
reply: '250 Requested mail action okay, completed\r\n'
reply: retcode (250); Msg: Requested mail action okay, completed
send: u'rcpt TO:<REDACTED@gmail.com>\r\n'
reply: '250 OK\r\n'
reply: retcode (250); Msg: OK
send: 'data\r\n'
reply: '354 Start mail input; end with <CRLF>.<CRLF>\r\n'
reply: retcode (354); Msg: Start mail input; end with <CRLF>.<CRLF>
data: (354, 'Start mail input; end with <CRLF>.<CRLF>')
send: 'Content-Type: multipart/mixed; boundary="===============1312632652=="\r\nMIME-Version: 1.0\r\nSubje...
reply: '554-Transaction failed\r\n'
reply: '554-Reject due to policy restrictions.\r\n'
reply: '554 For explanation visit https://postmaster.gmx.net/en/error-messages?c=hd\r\n'
reply: retcode (554); Msg: Transaction failed
Reject due to policy restrictions.
For explanation visit https://postmaster.gmx.net/en/error-messages?c=hd
data: (554, 'Transaction failed\nReject due to policy restrictions.\nFor explanation visit https://postmaster.gmx.net/en/error-messages?c=hd')
send: 'rset\r\n'
reply: '250 OK\r\n'
reply: retcode (250); Msg: OK
send: 'quit\r\n'
reply: '221 gmx.com Service closing transmission channel\r\n'
reply: retcode (221); Msg: gmx.com Service closing transmission channel
Unfortunately, the link doesn't specify which part of the header doesn't conform: https://postmaster.gmx.net/en/error-messages?c=hd#hd
https://postmaster.gmx.net/en/email-policy

My calibre version is 4.6.

Thanks.
wagon is offline   Reply With Quote