Hello guys,
After i install roundcubemail i tried to send a mail from it (to @gmail.com) but it seems that there is a problem with SMTP configuration, because when i try to send a mail i receive this message:
SMTP Error (550): Failed to add recipient "XXX" (Please turn on SMTP Authentication in your mail client. XXX (XXX.local) [XXX]:XXX is not permitted to relay through this server without authentication.).
I can only send mails to emails in the ISP. There i have another domain, and i am able to send to send mails to that domain.
I am using a OSX with server app.
Mail is online and i have made this there:
Provide mail for: <the domain after @> Authentication: Open Directory Relay outgoing mail through ISP: Check and inside i also had the <the domain after @>
Anyone knows how can i solve this? =/
-- View this message in context: http://roundcube-webmail.10982.n7.nabble.com/SMTP-Error-550-Failed-to-add-re... Sent from the Users mailing list archive at Nabble.com.
Am 13.10.2016 um 16:57 schrieb SipriusPT:
SMTP Error (550): Failed to add recipient "XXX" (Please turn on SMTP Authentication in your mail client. XXX (XXX.local) [XXX]:XXX is not permitted to relay through this server without authentication.).
You need to set$config['smtp_user']='%u' and $config['smtp_pass']='%p'
See https://github.com/roundcube/roundcubemail/wiki/Configuration#sending-messag...
Best, Jan
But my ISP just provide one link for both IMAP and SMTP with default ports, there is no user and pass for SMTP =/ i dont think that it needs for outgoing email server requires authentication.
For one moment i received a different error when i activate the mail service at server app saying that there:
SMTP Error (550): Failed to add recipient "XXX" (The mail server could not
deliver mail to XXX. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.).
But after a while it returns and i dont understand why since i just have put mail service online =/ ᐧ
2016-10-13 16:59 GMT+01:00 Jan Gerle [via RoundCube Webmail] < ml-node+s10982n13874h6@n7.nabble.com>:
Am 13.10.2016 um 16:57 schrieb SipriusPT:
SMTP Error (550): Failed to add recipient "XXX" (Please turn on SMTP Authentication in your mail client. XXX (XXX.local) [XXX]:XXX is not permitted to relay through this server without authentication.).
You need to set $config['smtp_user']='%u' and $config['smtp_pass']='%p'
See https://github.com/roundcube/roundcubemail/wiki/Configuration#sending- messages-via-smtp
Best, Jan
Roundcube Users mailing list [hidden email] http:///user/SendEmail.jtp?type=node&node=13874&i=0 http://lists.roundcube.net/mailman/listinfo/users
*smime.p7s* (5K) Download Attachment http://roundcube-webmail.10982.n7.nabble.com/attachment/13874/0/smime.p7s
If you reply to this email, your message will be added to the discussion below: http://roundcube-webmail.10982.n7.nabble.com/SMTP-Error-550-Failed-to-add- recipient-Please-turn-on-SMTP-Authentication-tp13873p13874.html To unsubscribe from SMTP Error (550): Failed to add recipient ... Please turn on SMTP Authentication, click here http://roundcube-webmail.10982.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=13873&code=ZmFiaW9lc2NhYnJpdGFAZ21haWwuY29tfDEzODczfC0xNjUwMjUyMDY2 . NAML http://roundcube-webmail.10982.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
When i start this thread i didnt mention but i was able to send and receive mails from my ISP where i have my mail server, but was unable to send to another outside domains, i was only able to receive.
But when i tried to use the username and password of users:
// SMTP username (if required) if you use %u as the username Roundcube // will use the current username for login $config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password Roundcube // will use the current user's password for login $config['smtp_pass'] = '%p';
I receive this msg for every mail i send from my webservice (inside and outside of my ISP):
SMTP Error (250): Authentication failed.
But i am still able to login in with a email account in my webservice.
-- View this message in context: http://roundcube-webmail.10982.n7.nabble.com/SMTP-Error-550-Failed-to-add-re... Sent from the Users mailing list archive at Nabble.com.
I also tried to configure more variables on defaults.inc.php to:
[quote]$config['smtp_server'] = ‘%n’; // my mail server starts with mail.* $config['smtp_port'] = 25; $config['smtp_user'] = '%u'; $config['smtp_pass'] = '%p'; $config['smtp_auth_type'] = ‘LOGIN’;[/quote]
When i mess with those last 3 fields, for every send (inside or outside of the domains of ISP), i get:
[quote]SMTP Error (250): Authentication failed.[/quote]
I also use every type of smtp_auth_type available in the commented list that was brought by default inside of the defaults.inc.php.
If i leave it empty, i receive the SMTP error 550, when i send just to outside domains of my ISP:
[quote]SMTP Error (550): Failed to add recipient "XXX" (Please turn on SMTP Authentication in your mail client. XXX (XXX.local) [XXX]:XXX is not permitted to relay through this server without authentication.).[/quote]
-- View this message in context: http://roundcube-webmail.10982.n7.nabble.com/SMTP-Error-550-Failed-to-add-re... Sent from the Users mailing list archive at Nabble.com.