User Tools

Site Tools


unix:linux:debian:asccibeowulf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
unix:linux:debian:asccibeowulf [2023/05/16 23:57] rodolicounix:linux:debian:asccibeowulf [2023/05/17 00:00] (current) rodolico
Line 20: Line 20:
  
 ===== amavisd ===== ===== amavisd =====
 +
 +ISPConfig3 fixes amavis do it does not do "normal" stuff; it is enhanced. I'm assuming this is what causes this problem. Basically, when you're doing your update/upgrade, amavisd-new will fail to upgrade since it can not start/stop it. I found the easiest way to fix it is:
 +<code bash>
 +ps ax | grep amavis
 +# for each instance running, beginning with master
 +kill PID_FOUND_ABOVE
 +# that leaves the pid file with insecure permissions, so simply remove it
 +rm /var/run/amavis/amavisd.pid
 +</code>
  
 ===== Dovecot ===== ===== Dovecot =====
unix/linux/debian/asccibeowulf.txt · Last modified: 2023/05/17 00:00 by rodolico