April 14, 2009
Here are the very useful exim commands used at SSH environment.
exim -bpc = counts all email in the mail queue
exim -bp = mailq — The mailq is relevant as it gives your the email IDs.
exim -M emailID = force delivery of one message
exim -qf = Force another queue run
exim -qff = Force another queue run [...]
Read the full article →
April 13, 2009
If you are using the XML Sitemap Generator WordPress plugin for generating XML sitemap, having error because of the recent Wordpress version update, and showed the message like this one.
Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype:
To fix the error, simple add this code to your .htaccess file.
AddType application/xml .xsl
Bookmark Post:
Enjoyed [...]
Read the full article →