{"id":2087,"date":"2014-03-22T11:14:22","date_gmt":"2014-03-22T11:14:22","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=2087"},"modified":"2016-09-08T19:47:24","modified_gmt":"2016-09-08T19:47:24","slug":"qmail-vpopmail","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=2087","title":{"rendered":"qmail \/ vpopmail"},"content":{"rendered":"<h3>Start\/Stop<\/h3>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ \/usr\/local\/etc\/rc.d\/svscan stop\r\n$ \/usr\/local\/etc\/rc.d\/svscan start\r\n<\/pre>\n<h3>Queue Handling<\/h3>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ \/var\/qmail\/bin\/qmail-qstat\r\n$ \/var\/qmail\/bin\/qmail-qread\r\n$ find \/var\/qmail\/queue -name NNNN| xargs cat | less\r\n\r\nfor i in bounce info intd local mess remote todo; do\r\n  find \/var\/qmail\/queue\/$i -type f -exec rm {} \\;\r\ndone\r\n<\/pre>\n<p><a href=\"https:\/\/ch.godaddy.com\/help\/viewing-messages-in-your-qmail-queue-1582\">Viewing Messages in Your Qmail Queue<\/a><br \/>\n<a href=\"https:\/\/major.io\/2007\/07\/18\/forcefully-clearing-the-qmail-queue\/\">Forcefully clearing the qmail queue<\/a><br \/>\n<a href=\"https:\/\/lahno-webhosting.de\/email-warteschlange-loeschen.html\">E-Mail Warteschlange l\u00f6schen<\/a><\/p>\n<h3>Spam Blacklist<\/h3>\n<p><a href=\"https:\/\/www.rackaid.com\/blog\/gmail-blacklist-removal\/\">How to Remove Your IP from the Gmail Blacklist<\/a><br \/>\n<a href=\"https:\/\/www.spamhaus.org\/lookup\/\">Blocklist Removal Center<\/a><br \/>\n<a href=\"http:\/\/www.anti-abuse.org\/multi-rbl-check-results\">The Anti-Abuse Project &#8211; Multi-RBL Check<\/a><br \/>\n<a href=\"http:\/\/www.dnsbl.info\/dnsbl-database-check.php\">DNSBL.info<\/a><br \/>\n<a href=\"http:\/\/antispam.imp.ch\/\">ImproWare Antispam<\/a><br \/>\n<a href=\"https:\/\/zeustracker.abuse.ch\">abuse.ch ZeuS<\/a><br \/>\n<a href=\"http:\/\/blog.online-domain-tools.com\/2015\/01\/26\/how-to-get-removed-from-blacklists\/\">List of Removal Links for Active Blacklists<\/a><br \/>\n<a href=\"http:\/\/www.moensted.dk\/spam\/\">drbcheck: dr. J\u00f8rgen Mash&#8217;s DNS database list checker<\/a><\/p>\n<h3>FAQ<\/h3>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n0. How can I set one virtual domain to be the primary domain for\r\n   the machine? We don't want to have any \/etc\/passwd users.\r\n1. How do I pop in to pick up my virtual domain email?\r\n2. How do I forward all mail that doesn't match any pop users or .qmail\r\n   files for a particular domain?\r\n3. How do I bounce all mail that doesn't match any pop users or .qmail\r\n   files for a particular domain?\r\n4. How do I allow roaming users to use our smtp server without opening\r\n   the machine up to everyone on the internet? \r\n5. What is a sample start script for the pop server?\r\n6. How do hard quota's for users work?\r\n7. I installed qmail in a place other than \/var\/qmail. How should\r\n8. I want to use a different file name than \/etc\/tcp.smtp for my\r\n9. How can we use an IP address per domain, so that users don't need\r\n   to authenticate with user%domain or user@domain, \r\n   they just want to use &quot;user&quot;?\r\n11. Logging? Please tell me about logging\r\n12. How do I alias a new virtual domain to a current virtualdomain?\r\n13. How do I post a email to all users of a virtualdomain or a set\r\n    of domains?\r\n14. Is there a mailing list available for vpopmail package?\r\n15. How do I setup vpopmail to talk to mysql?\r\n16. I want to upgrade vpopmail, what do I need to worry about?\r\n17. Will IMAP work with vpopmail?\r\n18. Can I use vpopmail with IMP (www.horde.org\/imp)?\r\n19. What is the difference between the --enable-large-site=y or n\r\n20. How do I control the database and table names in mysql?\r\n21. Why can't pop authenticate on my slackware installation? \r\n22. How do I forward all email to a different site?\r\n23. How come, about every hour or so, everything stops working?\r\n24. We are using NFS and sometimes things break! \r\n25. How to use ssh tunnels with pop?\r\n26. vaddomain fails on my Debian qmail installation\r\n27. How do I log when people authenticate with pop? \r\n28. How do I compile sqwebmail with vpopmail and mysql?\r\n29. How can I uninstall vpopmail? \r\n30. I get errors about not finding a .so library, how to fix?\r\n31. What is the relationship between ~vpopmail\/etc\/open-smtp\r\n    ~vpopmail\/etc\/tcp.smtp and ~vpopmail\/etc\/tcp.smtp.cdb and how do they work with\r\n    the smtpserver?\r\n32. I don't want to bounce emails for non existent users. Instead I want\r\n    to delete them, how?\r\n33. Quota usage doesn't decrease after deleting messages with qmail-pop3d!\r\n34. How do I get Courier-IMAP use vpopmail's &quot;roaming users&quot;?\r\n35. How to run vadddomain as non root\r\n36. I want to have vpopmail access mysql as vpopmail and not root. What \r\n    sql commands to I run? \r\n37. Is there commercial support available?\r\n<\/pre>\n<h4>Don&#8217;t bounce emails, just delete it<\/h4>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n32. I don't want to bounce emails for non existent users. Instead I want\r\n    to delete them, how?\r\n\r\n   The last parameter in the .qmail-default file tells vdelivermail\r\n   what to do with non-matching emails. The default is to bounce\r\n   the email back to the sender. But you can also delete it instead.\r\n\r\n   update your .qmail-default file  from something like this:\r\n   | \/home\/vpopmail\/bin\/vdelivermail '' bounce-no-mailbox \r\n\r\n   to something like this:\r\n   | \/home\/vpopmail\/bin\/vdelivermail '' delete \r\n\r\n<\/pre>\n<p><a href=\"http:\/\/www.inter7.com\/vpopmail\/FAQ.txt\">Inter7 vpopmail FAQ<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Start\/Stop $ \/usr\/local\/etc\/rc.d\/svscan stop $ \/usr\/local\/etc\/rc.d\/svscan start Queue Handling $ \/var\/qmail\/bin\/qmail-qstat $ \/var\/qmail\/bin\/qmail-qread $ find \/var\/qmail\/queue -name NNNN| xargs cat | less for i in bounce info intd local mess remote todo; do find \/var\/qmail\/queue\/$i -type f -exec rm {} \\; done Viewing Messages in Your Qmail Queue Forcefully clearing the qmail queue E-Mail Warteschlange [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2087","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/2087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2087"}],"version-history":[{"count":6,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/2087\/revisions"}],"predecessor-version":[{"id":5174,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/2087\/revisions\/5174"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}