On Wed, 22 Sep 1999, Glenn Crownover wrote:

> Is it possible to use qmail-popup without using the Maildir format?  I

        The answer (i believe) is simple: 'no'.

> am trying to use $HOME/Mailbox for mail and gather my remotely via
> POP-3, but I keep getting the message: 
[boring error message cutted out]

        I think that is more safe and reliable use the Maildir format and
make some wrappers arround your MUA's to convert the maildir to mailbox
on-the-fly.
        
        In a general line:
        Using pine as a MUA, built a shell script like this:
        
        #!/bin/sh
        # see more details in the maildir2mbox manpage.
        MAILDIR=~/Maildir/
        MAIL=~/Mailbox
        MAILTMP=~/Temp_mailbox
        /var/qmail/bin/maildir2mailbox
        exec pine
        
        This will convert maildir format to mailbox (and let pine read
it). This also solve your problem with the qmail-popup.

        It's obvious that if you have only pop/Imap clents you *must*
convert to Maildir. It's easy and painless.

        :-) 
        Keep trying.
        Good look.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                                                    Luis Campos de Carvalho
               System Administrator at ECB -- Escola Paulista de Medicina

"I believe that every human has a finite number of heartbeats. I don't
intend to waste any of mine running around doing exercises."
                                                        -- Neil Armstrong
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Reply via email to