Skip to content

Instantly share code, notes, and snippets.

@benjaminsinger
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjaminsinger/738ee66c58167364de15 to your computer and use it in GitHub Desktop.
Save benjaminsinger/738ee66c58167364de15 to your computer and use it in GitHub Desktop.
Fixes Virtualmin error with sendmail overriding postfix on CentOS 7
sudo service postfix stop; sudo \rm /var/lock/subsys/postfix; sudo \rm /var/spool/postfix/pid/master.pid; sudo fuser -k /var/lib/postfix/master.lock;sleep 5;sudo service postfix start;sleep 5; sudo service postfix status
http://www.math.ias.edu/~tarzadon/pages/posts/postfix-master-dead-but-pid-file-exists-112.php
https://www.virtualmin.com/node/25760
http://forum.odin.com/threads/email-error-with-roundcube-smtp-error-250-authentication-failed.306524/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment