Project

General

Profile

redimine and Zimbra SMTP

Added by Giallo Giallo about 12 years ago

Hi everyone,

I have redmine and new mail server by zimbra, at this very moment the redmine email configuration is:

production:
   delivery_method: :smtp
   smtp_settings:
    address: "myserver.com" 
    port: 25 
    domain: paa.it 
    authentication: :login
    user_name: redmine@myserver.com
    password: redmine

When I open new issue the log is:

Sending email notification to: addr1@myserver.com, addr2@myserver.com
The following error occured while sending email notification: "553 5.7.1 <redmine@myserver.com>: Sender address rejected: not owned by user redmine@myserver.com

I've just tried with

production:
  delivery_method: :smtp
  smtp_settings:
    tls: true
    address: "smtp.gmail.com" 
    port: 587
    domain: "DOMAIN" 
    authentication: :plain
    user_name: "USER@DOMAIN" 
    password: "PASSWD" 

the results is the same, but I've others Rails Applications that use Zimbra to send email without any problem

Please help me

Bye Bye

Giallo