zimbra

JavaMail error + Unrecognized SSL message, plaintext connection?

橙三吉。 提交于 2019-12-11 06:58:37
问题 Using below code to read mails from a Zimbra mail server. String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory"; Properties pop3Props = new Properties(); pop3Props.setProperty("mail.pop3.socketFactory.class", SSL_FACTORY); pop3Props.setProperty("mail.pop3.socketFactory.fallback", "false"); pop3Props.setProperty("mail.pop3.auth", "true"); pop3Props.setProperty("mail.pop3.port", "110"); pop3Props.setProperty("mail.pop3.socketFactory.port", "110"); URLName url = new URLName("pop3", host, 110, ""

How to config mail.php for zimbra mail server in Laravel 5.3?

好久不见. 提交于 2019-12-08 07:59:58
问题 I create VPS and install zimbra mail in mail.mywebsite.com and mywebsite.com is in other VPS. My mail.php in config folder: 'driver' => 'smtp', 'host' => 'mail.mywebsite.com', 'from' => [ 'address' => 'customers@mywebsite.com', 'name' => 'mywebsite.com' ], 'encryption' => env('MAIL_ENCRYPTION', 'No Encryption'), 'username' => 'info@mywebsite.com', 'password' => '*******', 'sendmail' => '/usr/sbin/sendmail -bs', In .env file: MAIL_DRIVER=smtp MAIL_HOST=mailtrap.io MAIL_PORT=2525 MAIL_USERNAME

converting a [object HTMLCollection] into string in javascript

余生颓废 提交于 2019-12-08 02:55:38
问题 I am trying to use data extracted from a XML file by getElementByTagName and it returns HTML Collection Object but I need this data for a sending a REST request so I need to get the HTML Collection Object to be converted into a string. How can it be done? Here's more information: com_zimbra_om.prototype._responseHandler= function(response){ try{ sid = response.xml.getElementsByTagName("session_id"); this.login_user(); }catch(e){ this._showErrorMsg(e); } Using this function I am trying to get

converting a [object HTMLCollection] into string in javascript

早过忘川 提交于 2019-12-06 05:41:50
I am trying to use data extracted from a XML file by getElementByTagName and it returns HTML Collection Object but I need this data for a sending a REST request so I need to get the HTML Collection Object to be converted into a string. How can it be done? Here's more information: com_zimbra_om.prototype._responseHandler= function(response){ try{ sid = response.xml.getElementsByTagName("session_id"); this.login_user(); }catch(e){ this._showErrorMsg(e); } Using this function I am trying to get the session_id from a REST response. Here sid (global variable) is the HTML Collection Object. Now when

云服务器搭建zimbra邮箱、配置证书

£可爱£侵袭症+ 提交于 2019-12-04 14:00:47
如果使用云服务器搭建邮箱服务器的话,根据相关规定。需要申请开通25端口,阿里云管控很严格,所以我使用的是自己的IDC机房服务器搭建,如果使用电信的网络需要申请开通25端口 1、关闭防火墙 2、关闭selinux 3、内网IP :192.168.2.222 公网IP 221.12.155.245 开始安装 yum -y update 安装zimbra所需要的包和库 yum -y install perl perl-core nmap sudo libidn gmp libaio libstdc++ unzip sysstat sqlite nc 关闭安装的MTA服务 systemctl stop postfix.service systemctl disable postfix.service 安装 bind yum -y install bind bind-utils 修改主机名 修改 /etc/hosts 修改/etc/resolv.conf chown -R named.named /var/named/ 修改 /etc/named.conf // // named.conf // // Provided by Red Hat bind package to configure the ISC BIND named(8) DNS // server as a caching

Initializing ldap…failed. (28416)

匿名 (未验证) 提交于 2019-12-03 00:57:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to configure Zimbra on my Linode (ubuntu). It's been more than 12 continuous hours but I am unable to get it configured correctly. I have followed too many guides from internet already. For the last try, I was trying this: Configure Zimbra and as usual the same error occured. This is the error: Installing Proxy SSL certificate...done. Initializing ldap...failed. (28416) ERROR Configuration failed Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to complete the configuration. Errors have been logged to /tmp

Move usr/bin/java in Terminal

左心房为你撑大大i 提交于 2019-12-01 02:42:01
After updating to OS X 10.11, my java stopped working. I read multiple places that I should do a: sudo mv /usr/bin/java /usr/bin/java.old sudo ln -ns /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin/java But the issue is when I run the first line of code, I just get: mv: rename /usr/bin/java to /usr/bin/java.old: Operation not permitted Any ideas what I can do to fix this? Seems like the problem with the new System Integration Protection (a.k.a rootless) that just got introduced with the new OS X. You could try to disable the rootless in recovery mode through

GoDaddy SSL Cert Not Working With Java

余生颓废 提交于 2019-11-28 14:34:59
问题 UPDATE 1/26/2015 -- It appears the most recent JRE/JDK for Java 8 (update >= 31) and JRE/JDK for Java 7 now include the Godaddy G2 CA server in the default trust store. If possible, it's urged you upgrade your JRE/JDK to the latest Java 8 update to resolve this issue. UPDATE 11/29/2014 -- This is still a problem, and Godaddy appears to not care nor will do anything about it. There is a blog post here by Godaddy VP of Security Products from several months ago saying a fix was on it's way and