LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   454 4.7.0 TLS not available due to local problem (https://www.linuxquestions.org/questions/linux-newbie-8/454-4-7-0-tls-not-available-due-to-local-problem-4175519792/)

your_shadow03 09-23-2014 04:53 AM

454 4.7.0 TLS not available due to local problem
 
Hello,

I am unable to send mail through Redmine settings > Outgoing email address. I am able to get this command working:

#echo "hello" | mail -s hi accounts@brand.net

I setup redmine on CentOS 6.5. My /var/www/redmine/config/configuration.yaml looks like:

Code:

production:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
    address: "brand.net"
    port: 25
    domain: "brand.net"
    authentication: :login
    user_name: "mo@brand.net"
    password: 'mypassword'
    openssl_verify_mode: 'none'

While I browse to Redmine > Settings > Email notifications > Send a test mail. It throws the error:

Code:

An error occurred while sending mail (454 4.7.0 TLS not available due to local problem )
I followed https://www.linode.com/docs/email/po...x-smtp-debian7 guide on my machine( debian config is very similar to CentOS for postfix). I am not using any relay server but just own smtp server.

My maillog says:
Code:

x/smtpd[18738]: connect from smtp.brand.net[94.242.254.47]
Sep 23 16:10:15 LU1 postfix/smtpd[18738]: lost connection after STARTTLS from smtp.brand.net[94.242.x.x]
Sep 23 16:10:15 LU1 postfix/cleanup[18740]: E2F2B189C0D4: message-id=<20140923141015.E2F2B189C0D4@brand.net>
Sep 23 16:10:15 LU1 postfix/qmgr[16795]: E2F2B189C0D4: from=<double-bounce@brand.net>, size=881, nrcpt=1 (queue active)
Sep 23 16:10:15 LU1 postfix/smtpd[18738]: disconnect from smtp.brand.net[94.242.x.x]
Sep 23 16:10:16 LU1 postfix/smtp[18742]: E2F2B189C0D4: to=<postmaster@localhost.localdomain>, orig_to=<postmaster>, relay=none, delay=0.09, delays=0.06/0/0.03/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=localhost.localdomain type=AAAA: Host not found)
Sep 23 16:10:16 LU1 postfix/bounce[18743]: warning: E2F2B189C0D4: undeliverable postmaster notification discarded
Sep 23 16:10:16 LU1 postfix/qmgr[16795]: E2F2B189C0D4: removed



All times are GMT -5. The time now is 03:56 AM.