So with sentora's webmail this error occurs when trying to send an email to any email address I try.
As well as I can't receive any emails.
Does anyone know how to fix this?
Code:
[24-Jan-2017 15:11:10 -0500]: SMTP Error: SMTP error: Failed to add recipient 'admin@xxxxxx.com' in /etc/sentora/panel/etc/apps/webmail/program/lib/Roundcube/rcube.php on line 1505 (POST /etc/apps/webmail/?_task=mail&_unlock=loading1485288672225&_lang=en_US&_framed=1?_task=mail&_action=send)
https://gyazo.com/d006d23ddf15da7d4d7df709053df6d5
Any email I put I get this error.....
OS: Ubuntu
DNS ok on server?
Are you able to ping
www.google.com from server? I suspect dns resolution issue here.
M B
(01-25-2017, 07:32 AM)Me.B Wrote: [ -> ]DNS ok on server?
Are you able to ping www.google.com from server? I suspect dns resolution issue here.
M B
Using the ping command I was able to ping google.com fine without errors
First off, you should really be using Sentora 1.0.3 (or update your profile).
(01-25-2017, 11:25 AM)TGates Wrote: [ -> ]First off, you should really be using Sentora 1.0.3 (or update your profile).
I did update it, and it still didn't fix anything
(01-25-2017, 02:54 PM)McIsTheLimit Wrote: [ -> ]I did update it, and it still didn't fix anything
Ok, at least we are all working with the same distribution
Have you made any changes?
What do your dovecot and mail logs show? This should have been one of the first things you checked

(01-26-2017, 02:35 AM)TGates Wrote: [ -> ]What do your dovecot and mail logs show? This should have been one of the first things you checked 
Code:
Jan 25 11:32:07 admin postfix/trivial-rewrite[22540]: warning: proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf: table lookup problem
Jan 25 11:32:07 admin postfix/trivial-rewrite[22540]: warning: virtual_alias_domains lookup failure
Jan 25 11:32:07 admin postfix/trivial-rewrite[22540]: warning: proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf: table lookup problem
Jan 25 11:32:07 admin postfix/trivial-rewrite[22540]: warning: virtual_alias_domains lookup failure
Jan 25 11:32:07 admin postfix/smtpd[25021]: NOQUEUE: reject: RCPT from localhost.localdomain[127.0.0.1]: 451 4.3.0 <admin@synchrocraft.net>: Temporary lookup failure; from=<mcisthelimit@synchrocraft.net> to=<admin@synchrocraft.net> proto=ESMTP helo=<admin.synchrocraft.us>
Jan 25 11:32:07 admin postfix/smtpd[25021]: disconnect from localhost.localdomain[127.0.0.1]
Jan 25 11:32:07 admin postfix/pickup[5180]: warning: E877265B19: message has been queued for 7 days
Jan 25 11:32:07 admin postfix/pickup[5180]: E877265B19: uid=0 from=<root>
Jan 25 11:32:07 admin postfix/cleanup[25025]: warning: proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf lookup error for "root@admin.synchrocraft.us"
Jan 25 11:32:07 admin postfix/cleanup[25025]: warning: E877265B19: virtual_alias_maps map lookup problem for root@admin.synchrocraft.us -- message not accepted, try again later
Jan 25 11:32:08 admin postfix/pickup[5180]: warning: E8C0F65B19: message has been queued for 34 days
Jan 25 11:32:08 admin postfix/pickup[5180]: E8C0F65B19: uid=33 from=<synchrocraft@gmail.com>
This is just from today in the Mail.log
Try this: (Make a backup first!
In
Code:
/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf:
Remove 'proxy:' from all mysql statements
Code:
proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf:
Example
Code:
mysql:/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf: