[toaster] qmail null address
I recently set up a qmail toaster using the instructions at shupp.org. I've noticed that DSN's are sent using <[EMAIL PROTECTED]> as the from address instead of <>. Does anyone know how to fix this? -- Matt Perry | matt at primefactor dot com
[toaster] Can't email users but can email aliases
Hi folks. I recently upgraded to the qmail toaster from an older installation of the toaster. I'm having a problem now where I can't email newly created accounts. However, if I create an alias for that account, then I can email it. Example: for domain example.com create username "bob". If I email [EMAIL PROTECTED] I'll get something like the following in my smtp logs: @40004231d4dc39e3928c CHKUSER rejected rcpt: from <[EMAIL PROTECTED]::> remote rcpt <[EMAIL PROTECTED]> : not existing recipient The only thing I changed was to use MySQL for storing the user config for vpopmail. I'm thinking I might have missed a setting somewhere so preventing chkuser from looking at the table in MySQL. Any ideas? -- Matt Perry | matt at primefactor dot com
Re: [toaster] Can't email users but can email aliases
On Mar 11, 2005, at 9:41 AM, Matt Perry wrote: The only thing I changed was to use MySQL for storing the user config for vpopmail. I'm thinking I might have missed a setting somewhere so preventing chkuser from looking at the table in MySQL. Any ideas? Whenever you install a new version of vpopmail, you should recompile and reinstall anything that links to libvpopmail (including qmailadmin and qmail-smtpd w/chkuser). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com
[toaster] Re: Can't email users but can email aliases
On Fri, 11 Mar 2005, Tom Collins wrote: Whenever you install a new version of vpopmail, you should recompile and reinstall anything that links to libvpopmail (including qmailadmin and qmail-smtpd w/chkuser). Ah. I have recompiled qmailadmin but not qmail. Recompiling qmail fixed the problem. Thanks for your quick response, Tom. Matt