ISPC 3.0.1.6 used to work on Fedora 12, PHP 5.3.1 and MySQL 5.1.42, but after last yum update, mail is rejected with: Code: , relay=maildrop, delay=0.03, delays=0.01/0.01/0/0.01, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. ) I checked every bit offered by various google sources and cannot find what is now broken.
Hi djanubis, I just solved this same problem on my Fedora 11 system. When yum updated my maildrop package, the update was not compiled with authlib enabled. I first ran `yum erase maildrop`, then I simply had to download the source (http://www.courier-mta.org/download.php#maildrop) and recompile it following the installation instructions. I say simply, but it took me 4 hours to find this post that tipped me off to what the problem was: http://old.nabble.com/Invalid-user-error,-what-else-can-I-try----td11363538.html Your `maildrop -v` should look something like this: Code: # maildrop -v maildrop 2.4.2 Copyright 1998-2005 Double Precision, Inc. GDBM/DB extensions enabled. Courier Authentication Library extension enabled. Maildir quota extension are now always enabled. This program is distributed under the terms of the GNU General Public License. See COPYING for additional information. Hope that helps.