Archivo del Autor: carlosap

Delete postfix-script: warning: damaged message: corrupt

# postfix check postfix/postfix-script: warning: damaged message: corrupt/EDC75C244C20 postfix/postfix-script: warning: damaged message: corrupt/63380C2CC682 postfix/postfix-script: warning: damaged message: corrupt/AB9F7C2CC3AA postfix/postfix-script: warning: damaged message: corrupt/C76F3C2CC3B0     cd /var/spool/postfix/corrupt rm -rf * # postfix check # ALL OK! 😉

warning: connect to Milter service inet:127.0.0.1:12768: Connection refused

Quitar en   current milter settings in main.cf # OpenDKIM milter_default_action = accept milter_protocol = 6 smtpd_milters = , inet:127.0.0.1:8891, inet:127.0.0.1:12768 non_smtpd_milters = $smtpd_milters Thanks in advance! You have both Plesk milter and OpenDkim listed in non_smtpd_milters, change it to… milter_default_action = accept milter_protocol = 6 smtpd_milters = , inet:127.0.0.1:8891, inet:127.0.0.1:12768 non_smtpd_milters = inet:127.0.0.1:8891 Hope… Leer más »

Cómo configurar DKIM en una máquina con postfix.

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy    Correo electrónico, Servidores, SPAM Compartir     Paso 1. En primer lugar, debemos instalar opendkim. Cada distribución tendrá una forma de hacerlo. Por lo general, con: yum install opendkim o bien apt-get install opendkim Una vez instalado, tendremos que editar el archivo /etc/opendkim.conf y dejar una configuración similar a esta: Canonicalization relaxed/relaxed ExternalIgnoreList refile:/etc/opendkim/TrustedHosts InternalHosts refile:/etc/opendkim/TrustedHosts KeyFile… Leer más »

multipath

https://www.thegeekdiary.com/a-beginners-guide-to-solaris-multipathing-software-mpxio-stms/   A beginners guide to Solaris Multipathing Software (MPxIO or STMS) By admin Oracle Solaris Storage Multipathing MPxIO provides multipath access to storage luns by grouping together the physical paths and presenting a single logical path. MPxIO can also be referred as STMS or SCSI_VHCI due to the commands used and logical device paths created. Configuration files For Solaris… Leer más »

extend root filesystem CENTOS 7

Saltar al final de los metadatos Creado por Fredrik Mikker, modificado por última vez por Martin Sharples el jul 25, 2017 Ir al inicio de los metadatos Version This article was written for version 6 of OP5 Appliance System, it could work on both lower and higher version if nothing else is stated. Articles in community space is not… Leer más »

freeboard + fiware

git clone https://github.com/Freeboard/freeboard.git sudo npm -g install grunt-cli sudo npm -g install grunt npm install grunt git clone https://github.com/telefonicaid/fiware-connectors cd fiware-connectors cp -pr FreeBoard-Orion-Plugin/Orion_DataSource.js ../freeboard/plugins/thirdparty/. Edit your freeboard index.html and add the next line before the «Load more plugins here ***» comment: «plugins/thirdparty/Orion_DataSource.js», The result should be something like this: head.js(«js/freeboard+plugins.min.js», «plugins/thirdparty/Orion_Datasource.js», // *** Load… Leer más »

fiware-orion freeboard datasource configuration fails

This is a known issue when Orion runs in single tenant mode (i.e. without -multiservice enabled). Please use the following configuration at FreeBoard: Fiware-Service: ‘ ‘ (i.e. a whitespace) Fiware-ServicePath: ‘/’ (Side-note: XML is deprecated in Orion and, in fact, next Orion release -1.0.0- will not support it. I’d suggest to stop using it, in… Leer más »