I have install the latest version of vestaCP (0.9.8-12) with Centos 6.6 and the following mail packages:
roundcubemail-1.0.3-1.el6.remi.noarch
mailcap-2.1.31-2.el6.noarch
mailx-12.4-7.el6.x86_64
My problem is that each time I use the mail() function, it sends 7/10 email to the same recipient instead of one. Is there anything to do?
Sincerely.
Solved by a reinstallation of VestaCP (newer version).
Related
As you know, Exim version 4.90_1 #2 has critical vulnerabilities, and I am concerned about upgrading it since I run a very important mail server on it.
How can it be upgraded without any problems?
Would you be able to recommend the best method for upgrading it?
Thanks in advance.
It was not possible for me to install version Exim 4.90 properly. When I tried to test in this environment, I was not able to do so. As a result, I decided to directly upgrade it to Exim 4.95 or higher.
I get a error with our database when I run it on a client PC
Our database contains a missing or borken reference to the file "MSOUTL.OLB" version 9.5
I developped a DB using Microsoft Outlook 15.0 Object library (I have Office 2013 on my development PC). I need this reference to send email with Outlook.
I wonder it is possible to compile the DB in order to run it a PC where Outlook 2007 is install ? It is an headhache to have the same environment on the development and the client PCs. Do you have any workaround or do I have to install Outlook 2013 on the client computer workstation ?
Thanks for your support
I finally find the problem. Some reports used DoCmd.SendObject to send the PDF report by email. This call returns the error. I replace it by a late bindint send email function (with Outlook.Application) and it works well on all the computers.
I have an iRedMail installation in a Centos 6.6 VM, I'm trying to create email accounts through the database: the procedure change if you have 0.9.6 version or minor as you can read here.
Because it works with the minor's version process I know that's my case but I still don't know which version of iRedMail I have.
Someone said here that you can check it with
more /etc/iredmail-release
In fact, in the docs, for every version update you have that instruction.
I am using zimbra 8.02, need to update to 8.5 without losing my mail box and other setups.
Could you guys please help me out and provide me some steps
What Operating system are you using?
You can follow this instructions if you are using Ubuntu -
http://www.jorgedelacruz.es/2014/08/27/zimbra-upgrade-zcs-8-0-7-a-zcs-8-5-0-sobre-ubuntu-12-04-lts/
And then
https://www.jorgedelacruz.es/2014/08/27/zimbra-upgrade-ubuntu-12-04-a-ubuntu-14-04-y-update-de-zcs-8-5-0/
Best regards
Are you using ZCA 8.0.2 OR ZCS 8.0.2?
If ZCS 8.0.2, This can be upgraded directly to (the latest release at the time) ZCS 8.6.0.
(1) wget the correct version you require from here http://www.zimbra.com/downloads/ to your server in question
(2) untar -xvf zcs-***
(3) run the ./install.sh
Im using Mail::Sender with my perl program and were able to send mails with this program when using windows xp. After migration to Windows 7 this does not work anymore and fails with the following error:
error sending mail, connect() failed: The handle is invalid
Someone an idea how to handle this invalid handle error?
Is every dependency installed right?
Did you tried to reinstall Mail::Sender or upgrade it to the latest version?
Did your perl version changed?
Is your old Windows XP was 32bit and the new one is 64bit?
Did you recompiled all the modules/perl or just copied over from old host?
This module is a pure perl module, if it dependency installed right then it should work on both windows.
Regards,