RE: Maildir delivery problem
Daniel Bakken writes: > My Qmail rc script (/var/qmail/rc) reads like this: > > #!/bin/sh > > exec env - PATH="/var/qmail/bin:$PATH" qmail-start '|dot-forward .forward > ./Maildir/' > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory Somehow the newline after ".forward" is getting destroyed, because dot-forward is attempting to read ./Maildir/ as if it were another file containing forwarding instructions. -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr sells support for free software | PGPok | Microsoft rivets everything. 521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws. Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | You own a screwdriver.
Re: Maildir delivery problem
Charles Cazabon <[EMAIL PROTECTED]> wrote: > > > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory Correcting myself: I didn't even notice the dot-forward in this line. That changes the diagnosis somewhat, of course :). Charles -- --- Charles Cazabon<[EMAIL PROTECTED]> GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---
RE: Maildir delivery problem
My Qmail rc script (/var/qmail/rc) reads like this: #!/bin/sh exec env - PATH="/var/qmail/bin:$PATH" qmail-start '|dot-forward .forward ./Maildir/' -Original Message- From: Russell Nelson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 3:42 PM To: Qmail List Subject: Re: Maildir delivery problem Daniel Bakken writes: > I am using Qmail with Maildir and pop3d. After Qmail receives a message, It > seems to not be able to deliver it. I usually see the following (roughly) in > my log: > > Starting delivery 4 . . . > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory Sounds like you are missing the / at the end of "./Maildir", so it's trying to deliver to a Mailbox. -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr sells support for free software | PGPok | Microsoft rivets everything. 521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws. Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | You own a screwdriver.
RE: Maildir delivery problem
Sorry about that. I use tcpserver by way of svscan to start Qmail. I have a script in /etc/rc.d/init.d that runs the necessary commands. Attached is the unedited output of qmail-showctl, the startup script (called qmail) and the log fragment(qmail-log). -Original Message- From: Charles Cazabon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 3:33 PM To: Qmail List Subject: Re: Maildir delivery problem Daniel Bakken <[EMAIL PROTECTED]> wrote: > I am using Qmail with Maildir and pop3d. After Qmail receives a message, It > seems to not be able to deliver it. I usually see the following (roughly) in > my log: > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory > > I hope that's enough information to be useful. It isn't, usually, but we can take a stab at it. I would guess that you're trying to deliver to Maildirs in $HOME as your default delivery policy, but the argument to qmail-start is missing the trailing slash, so qmail is looking for an mbox named "Maildir" -- not quite what you want. This argument might be encoded in a file in /var/qmail/control, or might be in whatever script you use to start qmail (an rc script, or a svscan-style script). In future, you probably want to supply the following information with reports. It would have made it possible to diagnose this problem with certainty: -unedited output of `qmail-showctl` -cut & paste copies of relevant log entries from qmail and/or qmail-smtpd -a copy of the script you use to start qmail -general information on how you installed and configured qmail Charles -- --- Charles Cazabon<[EMAIL PROTECTED]> GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. --- QMAIL qmail home directory: /var/qmail. user-ext delimiter: -. paternalism (in decimal): 2. silent concurrency limit: 120. subdirectory split: 23. user ids: 501, 502, 503, 0, 504, 505, 506, 507. group ids: 501, 502. badmailfrom: (Default.) Any MAIL FROM is allowed. bouncefrom: (Default.) Bounce user name is MAILER-DAEMON. bouncehost: (Default.) Bounce host name is puerta.encoretrading.vvm.com. concurrencylocal: (Default.) Local concurrency is 10. concurrencyremote: (Default.) Remote concurrency is 20. databytes: (Default.) SMTP DATA limit is 0 bytes. defaultdomain: Default domain name is encoretrading.vvm.com. defaulthost: Default host name is encoretrading.com. doublebouncehost: (Default.) 2B recipient host: puerta.encoretrading.vvm.com. doublebounceto: (Default.) 2B recipient user: postmaster. envnoathost: (Default.) Presumed domain name is puerta.encoretrading.vvm.com. helohost: (Default.) SMTP client HELO host name is puerta.encoretrading.vvm.com. idhost: (Default.) Message-ID host name is puerta.encoretrading.vvm.com. localiphost: (Default.) Local IP address becomes puerta.encoretrading.vvm.com. locals: Messages for localhost.0.0.127.in-addr.arpa are delivered locally. Messages for puerta.encoretrading.vvm.com are delivered locally. Messages for encoretrading.com are delivered locally. me: My name is puerta.encoretrading.vvm.com. percenthack: (Default.) The percent hack is not allowed. plusdomain: Plus domain name is vvm.com. qmqpservers: (Default.) No QMQP servers. queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds. rcpthosts: SMTP clients may send messages to recipients at localhost.0.0.127.in-addr.arpa. SMTP clients may send messages to recipients at puerta.encoretrading.vvm.com. SMTP clients may send messages to recipients at encoretrading.com. SMTP clients may send messages to recipients at encoretrading.vvm.com. morercpthosts: (Default.) No effect. morercpthosts.cdb: (Default.) No effect. smtpgreeting: SMTP greeting: 220 +OK ESMTP Qmail 1.0.3 Mail Server - Encore Trading International. smtproutes: (Default.) No artificial SMTP routes. timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds. timeoutremote: (Default.) SMTP client data timeout is 1200 seconds. timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds. virtualdomains: QMAIL-LO
RE: Maildir delivery problem
I'm not sure what files you are talking about. What directory are .qmail and .forward located in? I just set up Qmail and am new to mailserver administration. So far I do not have a production server, just a test. Daniel Bakken -Original Message- From: Peter van Dijk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 3:27 PM To: Qmail List Subject: Re: Maildir delivery problem On Tue, May 29, 2001 at 03:19:42PM -0500, Daniel Bakken wrote: > I am using Qmail with Maildir and pop3d. After Qmail receives a message, It > seems to not be able to deliver it. I usually see the following (roughly) in > my log: > > Starting delivery 4 . . . > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory Looks like you put ./Maildir/ in .forward. Try putting it in .qmail instead. Greetz, Peter.
Re: Maildir delivery problem
Daniel Bakken writes: > I am using Qmail with Maildir and pop3d. After Qmail receives a message, It > seems to not be able to deliver it. I usually see the following (roughly) in > my log: > > Starting delivery 4 . . . > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory Sounds like you are missing the / at the end of "./Maildir", so it's trying to deliver to a Mailbox. -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr sells support for free software | PGPok | Microsoft rivets everything. 521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws. Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | You own a screwdriver.
Re: Maildir delivery problem
Daniel Bakken <[EMAIL PROTECTED]> wrote: > I am using Qmail with Maildir and pop3d. After Qmail receives a message, It > seems to not be able to deliver it. I usually see the following (roughly) in > my log: > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory > > I hope that's enough information to be useful. It isn't, usually, but we can take a stab at it. I would guess that you're trying to deliver to Maildirs in $HOME as your default delivery policy, but the argument to qmail-start is missing the trailing slash, so qmail is looking for an mbox named "Maildir" -- not quite what you want. This argument might be encoded in a file in /var/qmail/control, or might be in whatever script you use to start qmail (an rc script, or a svscan-style script). In future, you probably want to supply the following information with reports. It would have made it possible to diagnose this problem with certainty: -unedited output of `qmail-showctl` -cut & paste copies of relevant log entries from qmail and/or qmail-smtpd -a copy of the script you use to start qmail -general information on how you installed and configured qmail Charles -- --- Charles Cazabon<[EMAIL PROTECTED]> GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---
Re: Maildir delivery problem
On Tue, May 29, 2001 at 03:19:42PM -0500, Daniel Bakken wrote: > I am using Qmail with Maildir and pop3d. After Qmail receives a message, It > seems to not be able to deliver it. I usually see the following (roughly) in > my log: > > Starting delivery 4 . . . > > delivery 4: deferral: dot-forward:_fatal: ./Maildir/:_is_a_directory Looks like you put ./Maildir/ in .forward. Try putting it in .qmail instead. Greetz, Peter.