Silly me. I didnt bother checking the /var/log/qmail/send/current file because I thought to myself "well, I can send just fine!" but after poking around, and looking at that file; it greeted me with this: @400000005101b7d50768b0bc delivery 49: deferral: /bin/sh:_/usr/home/vpopmail/bin/vdelivermail:_No_such_file_or_directory/
Seems there is no /usr/home, its just /home. So I created a symlink: ln -s /home /usr/home And all started working. Not sure if this is a problem with various install options with where home gets located or what. I'm sure theres a file kicking around somewhere that tells how to execute vdelivermail that I can edit, but after poking around for so long, and finally finding this, a symlink seems fine, and will resolve any other /usr/home vs /home issues down the road. Just a little annoyed with myself that I didnt check both smtp and send logfiles. Oh well, works now. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
