goors / gpg-mailgate

Playing with gpg-mailgate
0 stars 0 forks source link

gpg-mailgate fails #11

Open Carlgo11 opened 9 years ago

Carlgo11 commented 9 years ago

Hello, I tried to install gpg-mailgate on my mail-server running Postfix but I get this error whenever I send an email:

Sep 21 23:06:02 Delta postfix/pipe[17389]: 12548128128: to=<xxx@delta.carlgo11.com>, relay=gpg-mailgate, delay=0.24, delays=0.03/0.01/0/0.2, dsn=5.3.0, status=bounced (Command died with status 1: "/usr/local/bin/gpg-mailgate.py". Command output: Traceback (most recent call last):   File "/usr/local/bin/gpg-mailgate.py", line 128, in <module>     send_msg( raw_message )   File "/usr/local/bin/gpg-mailgate.py", line 64, in send_msg     smtp.sendmail( from_addr, recipients, message.as_string() )   File "/usr/lib/python2.7/smtplib.py", line 731, in sendmail     raise SMTPSenderRefused(code, resp, from_addr) smtplib.SMTPSenderRefused: (451, '4.7.1 Service unavailable - try again later', 'User <xxxxx@gmail.com>') )