Grommunio, LDAPs-Anbindung an Active-Directory – LDAP mit Zertifikat absichern

Grommunio bietet eine einfache Möglichkeit, die LDAP-Anbindung gegenüber einem Microsoft Active-Directory durchzuführen. In unsrem Fall jedoch, lief der Active-Directory LDAP-Service nur im Klartext ohne SSL. Grund war, dass auf dem Domänenkontroller kein Zertifikat für den DC selbst, vorhanden war. Kurzerhand somit ein selbstsigniertes Zertifikat mit 10 Jahren Gültigkeit erzeugt: $cert Read more…

Reddox Spamfinder / CISS-Absenderverifizierung, DKIM-Problem Unauthenticated email from DMARC policy

Das Problem ist schnell erzählt. Unser Kunde hat eine DMARC-Policy von reject (p=reject). Empfänger sollen also Mails ablehnen von unserer Domain, die nicht DKIM-signiert (alligned) ist. Genau das tut Google (SMTP-Dialog aus Sicht Reddoxx) MAIL FROM:<> SIZE=901 BODY=8BITMIMERCPT TO:EMFPAENGER@GMAIL.COM550-5.7.26 Unauthenticated email from kundendomain.tld is not accepted550-5.7.26 due to domain’s DMARC Read more…

postfix mysql query failed: Illegal mix of collations lookup error for

Sporadisch hat unser postfix-Server Mails temorär abgelehnt, da eine SQL-Abfrage nicht erfolgreich war: Aug 29 09:45:28 mail01 postfix/smtpd[18754]: warning: mysql:/etc/postfix/grommunio-virtual-mailbox-alias-maps.cf: query failed: Illegal mix of collations (ascii_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation ‚=‘Aug 29 09:45:28 mail01 postfix/smtpd[18754]: warning: mysql:/etc/postfix/grommunio-virtual-mailbox-alias-maps.cf lookup error for „œĸŕřŗśŝšşssťţŧúùŭûůüűũųūŵýŷÿźžżðþ@ourdomain.de„Aug 29 09:45:28 mail01 postfix/smtpd[7855]: warning: mysql:/etc/postfix/grommunio-virtual-mailbox-alias-maps.cf: query failed: Read more…

vtiger 7.3 to 7.4 update – INVALID CREDENTIALS problems & workaround

Today’s mission was to update vtiger 7.3 to 7.4, as 7.3 lacks support for newer php versions. vtiger provides patch/update-files: https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%207.3.0 Grab the patch-file and extract the zip file in your vtiger root directory and replace all existing files (that is, where also vtigerservice.php is present). Now unzip the newly Read more…