Postfix Flush the Mail Queue
- Mittwoch, 04. September 2013
- Zugriffe: 13075
Traditionally you use the "sendmail -q" command to flush mail queue under Sendmail MTA. Under Postfix MTA, just enter the following command to flush the mail queue:
# postfix flush
OR
# postfix -f
Domainumleitungen für Joomla
- Mittwoch, 04. September 2013
- Zugriffe: 17915
Redirect veralteter URLs, z.B. bei Relaunch der Website
Eine häufige Problemstellung: Bei der Umgestaltung einer vorhandenen Internetseite oder gar einem kompletten Relaunch ändern sich Inhalte und Seitenstruktur.
Sendmail postfix Permission denied
- Freitag, 31. Mai 2013
- Zugriffe: 11252
Joomla create user error according to email
tail -f /var/log/httpd/error_log
sendmail: fatal: chdir /var/spool/postfix: Permission denied
How to Backup and Restore OpenLDAP Database
- Mittwoch, 04. September 2013
- Zugriffe: 11082
Instead of backup / restore of actual ldap database (hdb, etc) we will export/import ldap directory tree into ldif format that ultimately let us do the same, however without any particular database implementation specifics.
Howto Disable SELinux
- Freitag, 31. Mai 2013
- Zugriffe: 83318
Test if SELinux is running
You can test to see if SELinux is currently enabled with the following command:
selinuxenabled && echo enabled || echo disabled
or
sestatus