Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: nmpg on October 09, 2014, 04:25:05 PM

Title: SMTP send: NOT OK(Failed to add recipient
Post by: nmpg on October 09, 2014, 04:25:05 PM
Hello.

Using the test in the web installer I always get a

Trying to send email...
SMTP send:  NOT OK(Failed to add recipient '[email protected]')

error.

I am able to receive emails (I tested with by sending an email from my gmail account to my server) but trying to send an email with sendmail (installed through postfix) from the command line succeeds, but the email never arrives..

Help please.



Title: Re: SMTP send: NOT OK(Failed to add recipient
Post by: JohnDoh on October 11, 2014, 03:29:44 AM
QuoteTrying to send email...
SMTP send:  NOT OK(Failed to add recipient '[email protected]')

Often errors like that are because you need to configure SMTP authentication in Roundcube.

QuoteI am able to receive emails (I tested with by sending an email from my gmail account to my server) but trying to send an email with sendmail (installed through postfix) from the command line succeeds, but the email never arrives.

It was probably marked as spam
Title: Re: SMTP send: NOT OK(Failed to add recipient
Post by: nmpg on October 16, 2014, 09:13:45 AM
fixed this by properly setting the HELO reply in postfix configuration.

Cheers