On Tue, 12 Dec 2000, Tom Samplonius wrote:
>
> On Tue, 12 Dec 2000, The Hermit Hacker wrote:
>
> > %cat 70559 | /usr/cyrus/bin/deliver -m scrappy -lD
> > cat: 70559: No such file or directory
> > connect failed: No such file or directory
> > 421 4.3.0 deliver: connect failed
>
> Well, 70559 doesn't exist. Operator error.
>
> > %cat 70559. | /usr/cyrus/bin/deliver -m scrappy -lD
> > connect failed: No such file or directory
> > 421 4.3.0 deliver: connect failed
>
> Using unix domain socket and the unix domain socket isn't there because
> the daemon isn't running, or the unix domain socket was removed after it
> started?
>
> > %cat 70559. | /usr/cyrus/bin/deliver -m scrappy -D
> > couldn't connect to lmtpd: Socket is not connected
> > 421 4.3.0 deliver: couldn't connect to lmtpd
>
> lmtpd not running?
had /etc/cyrus.conf and /etc/mail/sendmail.cf pointing to
/var/imap/socket/lmtp .... fixed that, restarted both, and:
%cat 49874. | /usr/cyrus/bin/deliver -m scrappy scrappy
%!ls
ls -lt
total 8
-rw------- 1 cyrus mail 108 Dec 13 00:00 cyrus.index
-rw------- 1 cyrus mail 1180 Dec 13 00:00 cyrus.cache
-rw------- 1 cyrus mail 3611 Dec 13 00:00 49874.
-rw------- 1 cyrus mail 153 Nov 26 19:40 cyrus.header
Dec 13 00:01:15 mail1 master[41709]: about to exec /usr/cyrus/bin/lmtpd
Dec 13 00:01:15 mail1 lmtpd[41682]: dupelim: eliminated duplicate message to
user.scrappy id <[EMAIL PROTECTED]>
Dec 13 00:01:15 mail1 master[41299]: process 41682 exited, status 0
which is to be expected ...
now, the "problem email" is in the mqueue, which, of course, isn't in a
format that I can 'cat' into deliver ... any suggestions?