Matt Miller wrote: > I get this: > > [EMAIL PROTECTED]:/usr/sbin > $ sendmail: ERR: submitclient: EOF from submit. > 432 Service temporarily unavailable. > [EMAIL PROTECTED]: invalid address. >
That's good, because then you can use 'strace' to figure out what's causing the "invalid argument" error. # echo test | strace -s256 -f -o /tmp/mail.trace mail -s test [EMAIL PROTECTED] Compress /tmp/mail.trace and put it somewhere than we can download it. > Odd, but doesn't this command call the included version of sendmail > instead of Courier sendmail/esmtp? > If you installed via rpm, then it'll call courier's "sendmail" program. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
