qmail Digest 27 May 2001 10:00:00 -0000 Issue 1377
Topics (messages 63006 through 63014):
problem with local mailboxes
63006 by: Kelly Shutt
63008 by: Charles Cazabon
Re: Forward copy of message
63007 by: Charles Cazabon
Re: 40 simultaneous qmail-smtpd
63009 by: Charles Cazabon
TCPSERVER status 256
63010 by: Nathaniel L. Keeling III
63011 by: Chris Johnson
63012 by: Chris Bolt
QMQP - mini qmail
63013 by: NewBiePortal
problems with local mailboxes, interesting things going on
63014 by: Kelly Shutt
Administrivia:
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To bug my human owner, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
for those of you that were asking, i'm running slackware 7.1 and i've installed qmail according to the life with qmail document... minus the init.d config files, I don't use init.d, I just added /usr/local/sbin/qmail start" to my rc.local file. I used the IDS file to add users and such, and for my rc file I used the included file "binm1," I think this may be where my problem is, I'm not sure which rc file applies to my machine, since i'm not sure what the default mail delivery is for sendmail in slack, but with this one qmail appears to be functioning properly except for not finding the mailboxes. I'll include the rc at the bottom. As I have said, qmail was configured exactly like the life with qmail document. I've done this same installl on an Open BSD box without any trouble, so I know what I'm doing for the most part. is there another way to setup mailboxes in /var/spool/mail that might work better? I seems to me that the problem is the zero length files. thanks, Kelly #!/bin/sh # Using splogger to send the log through syslog. # Using binmail to deliver messages to /var/spool/mail/$USER by default. # Using BSD 4.4 binmail interface: /usr/libexec/mail.local -r exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start \ '|preline -f /usr/libexec/mail.local -r "${SENDER:-MAILER-DAEMON}" -d "$USER"' \ splogger qmail
Kelly Shutt <[EMAIL PROTECTED]> wrote: > [...] for my rc file I used the included file "binm1," I think this may be > where my problem is, I'm not sure which rc file applies to my machine, since > i'm not sure what the default mail delivery is for sendmail in slack, but > with this one qmail appears to be functioning properly except for not > finding the mailboxes. The rc scripts included in the tarball assume an old-style installation of qmail; "Life with qmail" documents (among other things) the newer daemontools-based installation. What you might want to do is skip /var/spool/mail altogether. The optimal configuration delivers to Maildirs in the users' home directories. "Life with qmail" shows how to do this. 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. -----------------------------------------------------------------------
Matt Simonsen <[EMAIL PROTECTED]> wrote: > I need to forward a copy of every message sent to me for the next couple > weeks. If I have a .qmail file with: > > &[EMAIL PROTECTED] > &[EMAIL PROTECTED] #(the account it is sent to...) > > I don't think it will actually keep a copy for [EMAIL PROTECTED] > while forwarding one to [EMAIL PROTECTED] but from the dot-qmail man page I > can't figure out what to do. To keep a copy, you need to put a Maildir or mbox delivery instruction in the .qmail file, instead of trying to forward it to yourself (this causes a mail loop, and qmail detects it and bounces the message): &[EMAIL PROTECTED] ./Maildir/ 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. -----------------------------------------------------------------------
NewBiePortal <[EMAIL PROTECTED]> wrote: > > My first question is about qmail-smtpd and qmail-qmtpd > > 1. what's the difference and which do you perfer. qmail-smtpd accepts mail from the network via the SMTP protocol (standard mail protocol). qmail-qmtpd accepts mail from the network via the QMTP protocol. Only a small percentage of machines currently can send mail via QMTP, and you'll need to set up your MX records in accordance with djb's MXPS proposal to tell them you accept QMTP. > second question? > 2. the faq states it like this > tcpserver -u 7770 -g 2108 0 smtp /var/qmail/bin/qmail-smtpd & > and to raise the limit to 400 use > tcpserver -c 400 > > so will the final line be > > tcpserver -u 7770 -g 2108 -c 400 0 smtp /var/qmail/bin/qmail-smtpd & Yes. 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. -----------------------------------------------------------------------
I am getting a status 256 in the qmail-smtpd log files when one of our other servers try to connect to the mail server to send mail. The log files from the other server is getting good response, the helo and response, and sends the data but the messages are not getting to the users and there are no entries in the qmail-send log file. Can anybody help? Here are the entries from qmail-smtpd log file.@400000003b0fba66381db324 tcpserver: status: 1/40
@400000003b0fba6638bd8d04 tcpserver: pid 8871 from 207.227.131.194
@400000003b0fba663ac86894 tcpserver: ok 8871 kweku.akan.net:207.227.131.131:25 akim.akan.net:207.227.131.194::3191
@400000003b0fba671a5dfe0c tcpserver: end 8871 status 256
@400000003b0fba671a6725cc tcpserver: status: 0/40
thanks
On Sat, May 26, 2001 at 01:12:09PM -0500, Nathaniel L. Keeling III wrote: > I am getting a status 256 in the qmail-smtpd log files when one of our > other servers try to connect to the mail server to send mail. The log > files from the other server is getting good response, the helo and > response, and sends the data but the messages are not getting to the > users and there are no entries in the qmail-send log file. Can anybody > help? Here are the entries from qmail-smtpd log file. > > @400000003b0fba66381db324 tcpserver: status: 1/40 > @400000003b0fba6638bd8d04 tcpserver: pid 8871 from 207.227.131.194 > @400000003b0fba663ac86894 tcpserver: ok 8871 > kweku.akan.net:207.227.131.131:25 akim.akan.net:207.227.131.194::3191 > @400000003b0fba671a5dfe0c tcpserver: end 8871 status 256 > @400000003b0fba671a6725cc tcpserver: status: 0/40 Though it doesn't necessarily mean this, every time I've seen the above it was because the other end was sending me a message with a bare linefeed in it. See http://cr.yp.to/docs/smtplf.html Chris
> I am getting a status 256 in the qmail-smtpd log > files when one of our other servers try to connect > to the mail server to send mail. The log files from > the other server is getting good response, the helo > and response, and sends the data but the messages are > not getting to the users and there are no entries in > the qmail-send log file. Can anybody help? Here are > the entries from qmail-smtpd log file. If /var/qmail/rc has "splogger qmail" at the end, remove it and restart qmail-send and it will start logging correctly.
Hi I already have qmail installed using qmail-smtpd and now I would like to setup mini-qmail with qmqp server. Need few clarification 1. tcpserver -x /etc/qmqp.cdb -u 7770 -g 2108 0 628 qmail-qmqpd & I need to add this to the boot script. First I'm kinda confused. Now I have /var/qmail/supervise/qmail-smtpd/run file for smtp server, can I run this and qmqp server at the same time so I would have another file at /var/qmail/supervise/qmail-qmqpd/run 2. Is mini-qmail a different program from qmail, can they both exist. I want to use the mini-qmail to run huge mailing list since it sends 1000 mails in 10 seconds. 3. How do I create a symbolic links to /var/qmail/bin/sendmail from /usr/sbin/sendmail and /usr/lib/sendmail. And why do I need to do this?? The way I see it, the only files that are missing is /var/qmail/control/qmqpservers - is this ip address of my server /var/qmail/control/idhost I'm still confused. Is setting up mini-qmail like setting it up in different machine that doesn't have qmail installed or can I set up qmail and mini-qmail in the same machine. by me setting up qmqp server do I need to deactivate smtp server. Can some one give me some good knowledge here. I almost understand this stuff except I'm just not sure and would like some feedback before I start breaking my machine. :) All educational purpose. Thank you -- http://newbieportal.com
OK, well I've set up ~/Mailbox to be used for mail... and tonight i remembered that i had another user account that i created with nothing in it, just default settings... so i sent a message to it... and it worked great, the Mailbox file was created and the message recieved... so, wondering what was up it tried sending to my other account again, with no luck. I'm wondering if this is due to the fact that the username is kind of long at 11 characters. this is the only thing i can think of since the other account with short username works fine. any other suggestions on what might be wrong would be nice. Thanks, Kelly
PGP signature