Search results

  1. F

    New feature idea: on top "disclaimer" and url detection condition

    Hi, I would like to add a warning on top of incoming mails when they contain attachment or url. The goal is to warn the user that the mail is coming from external and they should open attachment or click links with caution. In order to do that, I would need a new type of "disclaimer" as...
  2. F

    Comment for whitelist

    Hello, When adding an element into the mail proxy whitelist., I think a comment field is missing. It would be useful to be able to add a comment when adding an element to the whitelist for future reference. Thanks.
  3. F

    TNEF / winmail.dat decoding

    Yeah I know, but I prefer to configure thing one time on a server instead of many time on user's desktops. The LookOut extension work great on Thunderbird, but there is still issues with Outlook Mac (yeah, even MS doesn't support that crap on Mac) and webmail.
  4. F

    TNEF / winmail.dat decoding

    Hello, I see there that the tnef utility is already installed in PMG. Is there a way to make PMG to automatically decode/extract winmail.dat files so non-outlook users can see the attached files? Thanks!
  5. F

    ldap/ssl failure: server name mismatch

    Hello, I can confirm theses issues.
  6. F

    Detecting macro from office documents

    Hello, An user asked me in PM how I did. I will leave my notes here. Create template /etc/pmg/templates/clamd.conf.in from /var/lib/pmg/templates/clamd.conf.in. Open the template file and add theses lines: OLE2BlockMacros true DetectPUA true Comment this line: #DetectPUA false Apply this...
  7. F

    trying to acquire cfs lock 'file-replication_cfg'

    In my case the command pvesr doesn't return errors. Maybe it would when the error occurs in the logs but it's difficult to catch.
  8. F

    trying to acquire cfs lock 'file-replication_cfg'

    Hi, Yes I have two differents clusters on two differents networks. I see this line in my logs for nodes in both clusters. Unfortunately, there is nothing in the corosync log at the times where I see the error message. Thank you!
  9. F

    trying to acquire cfs lock 'file-replication_cfg'

    Hello, I notice I have this line in my syslog that come often: Everything seem to work fine. Should I just ignore this message? Thanks!
  10. F

    Backuping one host at a time

    mmm you are right, I did not see that. It should do the job but it would be even better if there was a settings to limit the number of simultaneous vzdump running across the cluster. This would avoid to manage the right timing by creating a custom schedule for each node. Thanks!
  11. F

    Backuping one host at a time

    Hello, I activated automatic vzdump across my PVE cluster. The problem is that each host starts the backup process at the same time and this make to suffer my backup server. Is there a way to make the backup one host at a time? If not, could you considerate to add this feature? Thanks.
  12. F

    PVE became very slow when the NFS server used for backup crashed

    Hello, My PVE servers were very slow this week-end. The root cause is the NFS server I use for backup crapped out (very sluggish and then it crashed completely). The NFS server is only used for backup, the VM data is on local disks. I was unable to stop the backup tasks. The stop button on the...
  13. F

    PMG cluster with different relay servers

    If this can help others... this is my workarround. * On each PMG host, add a static fake smtp hostname in /etc/hosts. Assign the IP of the SMTP you want to use on this PMG host. Lets call it fake-smtp-etc-hosts.example.com. * Create a new template file for main.cf.in in /etc/pmg/templates and...
  14. F

    Templates and PMG upgrades

    Hello, I had a need to modify the postfix configuration. I read the documentation and found the section about the template system. So, I created the directory /etc/pmg/templates and copied the file main.cf.in from /var/lib/pmg/templates. This was easy and worked at the first time! When I'll...
  15. F

    Detecting macro from office documents

    Done, bug #1696. Have a nice day!
  16. F

    Detecting macro from office documents

    Hello, On my current mail server, I manually configured amavis over the years. I block newer macro-enabled office documents (.docm, xlsm...) and I also block older office documents (.doc, .xls...) ONLY IF they contain macro. With PMG, I can easily block mail if they contain newer macro-enabled...
  17. F

    PMG cluster with different relay servers

    I suppose the no answers mean it's not doable right now. Is it a feature that could be added in the future? Thanks.
  18. F

    PMG cluster with different relay servers

    Hello, I'm planing a rebuild of our mail infrastructure. I would use two PMG servers in a cluster as frontal MX. Each MX will be in differents sites. Let's name the first instance, PMG-A and the second one PMG-B. Each PMG instance would relay to a local Postfix instance (on same site). So...
  19. F

    Successful but not easy live migration story

    I know that, but if I want to migrate a VM from one server to another, can I do it even if the storage name is different? I can set the storage as available on the web ui, but what happen if the lvm logical volume with that name doesn't really exists on the destiation server? I assume this...
  20. F

    No Network Interface found!

    Hello, Same problem here with Proxmox 5.1. I'm reinstalling a working proxmox server at version 5.1 previously installed on 4.x. I had to install pve 4.4 and then upgrade it to 5.1. Working fine now. Problem is definitively related with the new installer. Network interface is intel bcm57788 (on...