Hello everyone!
I have problems using LDAP user synchronization. The systemd timer pmg-hourly.timer periodically loses the trigger. It stops running pmg-hourly.service on schedule.
systemctl status pmg-hourly.timer
● pmg-hourly.timer - Hourly Proxmox Mail Gateway activities
Loaded: loaded...
I also noticed that the execution process freezes, apparently because of this the timer trigger goes into the n/a state.
journalctl -u pmg-hourly.service -n 7
Oct 06 18:00:04 mx01 systemd[1]: Starting Hourly Proxmox Mail Gateway activities...
Oct 06 18:00:04 mx01 pmg-hourly[800839]: start...
Hello everyone!
I have problems using LDAP user synchronization. The systemd timer pmg-hourly.timer periodically loses the trigger. It stops running pmg-hourly.service on schedule.
systemctl status pmg-hourly.timer
● pmg-hourly.timer - Hourly Proxmox Mail Gateway activities
Loaded: loaded...
@larsen
In my case the problem was that Certification Authority service was not configured in my domain and my DCs had no certificates.
You can check it:
openssl s_client -connect <yourdc:636>
Does anyone solved the problem? When connecting to AD have the same problem. let me know where to look???
pveversion -v
proxmox-ve: 7.2-1 (running kernel: 5.15.60-2-pve)
pve-manager: 7.2-11 (running version: 7.2-11/b76d3178)
pve-kernel-helper: 7.2-13
pve-kernel-5.15: 7.2-12
pve-kernel-5.13...