hello again,
I discovered, that
/var/qmail/bin/sendmail recipientadress
sends an email out, but used qmail's sendmail binary the way like
maildrop does:
/var/qmail/bin/sendmail -f recipientadress
.. doesnt work.
Delivering_to_|/var/qmail/bin/sendmail_-f_''_os...@example.net/<<
maybe the empty singlequotes ('') after -f are the reason?
What todo?
-------------------------
maildrop with -V 255:
2007-05-10 01:02:33.038749500 delivery 34601: success:
Message_start_at_0_bytes,_envelope_sender=vmail/maildrop:_Attempting_/maildirs/xxx/maildroprc/Tokenized_string:_"SENDMAIL"/Tokenized_=/Tokenized_string:_"/var/qmail/bin/sendmail"/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_;/Tokenized_to/Tokenized_string:_"!osk...@example.net"/Tokenized_;/Tokenized_;/Tokenized_eof//maildirs/xxx/maildroprc(1):_SENDMAIL="/var/qmail/bin/sendmail"/maildrop:_Delivering_to_|/var/qmail/bin/sendmail_-f_''_os...@example.net/maildrop:_Delivery_complete./did_0+0+2/
very strange.. delivered to sendmail, but no mail is sent out?!
maildroprc:
---------------------------
SENDMAIL=/var/qmail/bin/inject
#LOGGER="/usr/bin/logger"
#VHOME=`pwd`
#VMAILDIR="$VHOME/Maildir"
#DEFAULT="$VHOME/Maildir"
#logfile "/tmp/maildrop.log"
#to Maildir2/
to "!osk...@example.net"
greets
Oskar