MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: alex_fear on 2019-12-08, 20:17:23

Title: Error sending mail
Post by: alex_fear on 2019-12-08, 20:17:23
When I try to send mail, it gives an error
test-86pla@mail-tester.com "(5.7.1 sorry, that domain isn't in my list of allowed rcpthosts (chkuser))
Title: Re: Error sending mail
Post by: rudiyantoro on 2019-12-14, 07:22:13
Kenapa setelah fresh instal Kloxo Mr 7 dan sudah install wordpres sudah bisa diakses. tapi untuk email yang saya buat baru di panel kloxomr sering gagal login di webmail ?
Title: Re: Error sending mail
Post by: azzureal on 2019-12-18, 06:59:25
Is mail-tester.com on kloxo server?
Title: Re: Error sending mail
Post by: alex_fear on 2019-12-19, 16:09:30
Is mail-tester.com on kloxo server?
I can not send email. gives an error message. It also does not accept mail; all letters will be sent to server spam.

Quote
Connecting to 85.198.146.11

220 host-service.dp.ua - Welcome to Qmail ESMTP [734 ms]
EHLO keeper-us-east-1c.mxtoolbox.com
250-host-service.dp.ua - Welcome to Qmail
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 20971520
250 AUTH LOGIN PLAIN [734 ms]
MAIL FROM:<supertool@mxtoolbox.com>
250 ok [802 ms]
RCPT TO:<test@mxtoolboxsmtpdiag.com>
553 5.7.1 sorry, that domain isn't in my list of allowed rcpthosts (chkuser) [1823 ms]

Title: Re: Error sending mail
Post by: azzureal on 2019-12-30, 05:19:59
https://www.argonhosting.com/knowledgebase/50/What-does-a-Reason-553-sorry-that-domain-isnt-in-my-list-of-allowed-rcpthosts-sharp571-error-mean-when-an-email-message-bounces-back-to-the-sender.html
Title: Re: Error sending mail
Post by: austinz on 2020-01-30, 10:49:20
Use this for final solution , login your admin ,click on Servers------>localhost----->File Manager---->home---->Kloxo------>httpd---->webmail----->roundcube----->config------>config.inc.php


Edit the config.inc.php with the following details and save.

$config['smtp_user'] = '';  edit to this   $config['smtp_user'] = '%u';

$config['smtp_pass'] = '';  edit to this $config['smtp_pass'] = '%p';


save and you are good to go......