qmail Digest 18 Jan 2001 11:00:01 -0000 Issue 1248
Topics (messages 55391 through 55479):
Tcpserver+QMAIL start:
55391 by: Vadik
TCPSERVER logs :
55392 by: Alex Kramarov
55414 by: Paul Jarc
55417 by: Alex Kramarov
Re: Possible problem with qmail-qmtpc patch
55393 by: Johan Almqvist
55402 by: Russell Nelson
55447 by: Peter van Dijk
New version of my qmail-remote patch
55394 by: Johan Almqvist
virus scanning
55395 by: Dale Herring
Re: A firestorm of protest?
55396 by: Dave Sill
55401 by: Henning Brauer
55404 by: Dave Sill
55415 by: Jason Haar
55475 by: Piotr Kasztelowicz
LWQ and timestamp
55397 by: Clemens Hermann
55403 by: Dave Sill
Re: Looking for definitive 250 ok response identifiers
55398 by: Henning Brauer
55399 by: Mark Delany
55400 by: Gjermund Sorseth
55405 by: Henning Brauer
55433 by: Mark Delany
Re: Auto Responder
55406 by: Carles Amigó
Re: virus in list
55407 by: James Stevens
autoresponders
55408 by: celano e5net
55409 by: info
unsubscribe qmail
55410 by: Pierre-Yves Deslandes
55413 by: lyxmoo
carriage returns with qmail-inject
55411 by: Alex Krohn
Re: Bogus popularity claims for Sendmail
55412 by: D. J. Bernstein
Help for the new guy.
55416 by: Chandler
55419 by: Matthew Patterson
55420 by: Jamin A. Brown
55423 by: Chandler
55424 by: Jamin A. Brown
55427 by: Chandler
55429 by: Jamin A. Brown
55430 by: Johan Almqvist
55435 by: Chandler
55437 by: Jamin A. Brown
qmail-print-queue
55418 by: Alex Kramarov
Re: @home.com mail servers...
55421 by: Bill Nugent
55444 by: Marc Knoop
Mail server madness (with regards to domain names)
55422 by: Peter Schuller
55425 by: Ricardo Cerqueira
55426 by: Mark Delany
55428 by: Johan Almqvist
mailing list
55431 by: James R. Clark II
55436 by: Johan Almqvist
55438 by: Ricardo Cerqueira
Re: @home.com mail servers... ~ FIX...
55432 by: Jesse Sunday
55434 by: Mark Delany
55439 by: Bill Nugent
55456 by: James Stevens
Supervised services
55440 by: Davi
Help the qmail novice, receive free good karma --
55441 by: Sean Coyle
55448 by: Matthew Patterson
55467 by: Sean Coyle
Re: smtp to 371.net
55442 by: Aaron L. Meehan
Open relay access based on domain
55443 by: Bjorn Nilsen
55446 by: Scott Gifford
Re: need a howto, something i can follow step by step and get qmail installed..
55445 by: Sean Reifschneider
New version of vmailadmin
55449 by: Davi
Help diagnosing problem
55450 by: Boz Crowther
55455 by: Markus Stumpf
How to remove a email from a mailbox
55451 by: kh
55452 by: Grant
55453 by: kh
55457 by: Grant
55458 by: kh
55459 by: Peter Cavender
55463 by: Grant
55471 by: kh
55478 by: Andrew Bold
pop3 question!
55454 by: kh
55460 by: Peter Cavender
55461 by: Kurth Bemis
relay-ctrl
55462 by: Lukasz Gogolewski
????Security Warning : Group Unowned files found :
55464 by: Peter Drahos
55468 by: Alex Pennace
55469 by: Peter Drahos
55472 by: Alex Pennace
qmail-remote Address
55465 by: Keary Suska
Another mystery <#@[]>
55466 by: Peter Drahos
55470 by: Grant
Conversion to Maildir Format
55473 by: Manvendra Bhangui
remote mail server
55474 by: Raymond Orchison
55479 by: Andrew Bold
who rotates the logs?
55476 by: Clemens Hermann
55477 by: tc lewis
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]
----------------------------------------------------------------------
Hi all,
Trying to install Q-mail
please name the script file, where I should place the following directives:
/usr/local/ucspi-tcp-0.88/tcpserver -x /etc/tcp.smtp.cdb -v -u 3002 -g 2501 0 smtp
/var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd 3 &
/usr/local/ucspi-tcp-0.88/tcpserver 0 110 /var/qmail/bin/qmail-popup YOURHOST \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
csh -cf '/var/qmail/rc &'
Thank you in advance,
Vadik
I was thinking , why do alot of people here mention running tcpserver
with multilog and storing it's logs apart from qmail logs :
This is what I use for the startup string for tcpserver
/usr/local/bin/tcpserver -R -H -x/etc/tcp.smtp.cdb -v -u 7770 -g 2108
0 smtp /var/qmail/bin/tcp-env /usr/sbin/relaylock
/var/qmail/bin/qmail-smtpd >> /var/log/qmail/current 2>&1
&
This works fine, And I can see in the qmail log all mail action along
with the ip information (where the mail came from).
Is there a problem with that i didn't stumble upon (yet) ?
Also, I would really apriciate if some answered my prevous question,
repeated below :
I know that this question is being asked from time to time here,
but I have never seen a descriptive answer to it.
I have to rewrite the FROM field from messages I recieve through
smtp. The only rewriting I have to do is if FROM = alex@a.b then i
rewrite to FROM = [EMAIL PROTECTED]. The username
stays the same, only rewrite the domail name.
I have tried to use the Fixup part from qmail faq, created virtual
domain, got Mess822, starting to use new-inject in
/alias/.qmail-catchall-default, but I am unable to reach a satisfiing set
of parameters for it.
Somehow I get the feeling that the virtdomail idea is not designed
for tis situation, or am I wrong ???
Help will be apriciated.
Alex.
|
__________________________________________________ IncrediMail - Email has finally
evolved - Click
Here
|
"Alex Kramarov" <[EMAIL PROTECTED]> writes:
> I was thinking , why do alot of people here mention running
> tcpserver with multilog and storing it's logs apart from qmail logs:
Because things work that way.
> This is what I use for the startup string for tcpserver
>
> /usr/local/bin/tcpserver -R -H -x/etc/tcp.smtp.cdb -v -u 7770 -g 2108 0 smtp
>/var/qmail/bin/tcp-env /usr/sbin/relaylock /var/qmail/bin/qmail-smtpd >>
>/var/log/qmail/current 2>&1 &
This makes tcpserver always log to the same file. After it has run
for a while, multilog will have renamed that file from "current" to
"@4000..." and created a new "current" file, but tcpserver won't use
the new current file unless you kill it and restart it. Eventually,
if tcpserver runs long enough, multilog will rotate the original
"current" out of existence, and you won't be able to see new tcpserver
log entries.
> I have to rewrite the FROM field from messages I recieve through
> smtp.
The header field, or the envelope sender?
paul
>After it has run for a while, multilog will have renamed that file
from "current" to >"@4000..." and created a new "current" file, but
tcpserver won't use >the new current file unless you kill it and
restart it. Eventually, >if tcpserver runs long enough, multilog
will rotate the original >"current" out of existence, and you won't
be able to see new tcpserver >log entries.
Thanks for the multilog tip - when the log rotates the logging really
stops.
I was using 10 MB files, so didn't pick it up fast.
>> I have to rewrite the FROM field from messages I recieve
through >> smtp.
>The header field, or the envelope
sender?
I believe it's the header field - the recipient has to recieve the mail
with a rewritten header.
Alex
|
__________________________________________________ IncrediMail - Email has finally
evolved - Click
Here
|
* Ian Lance Taylor <[EMAIL PROTECTED]> [010116 19:36]:
> Now I see it. You can't call connect twice on the same socket. This
> patch, on top of Russ's patch, fixes it.
This patch very much fixes it for my patch, too. Thanks a bunch, Ian!
This leads me to the next thing (concerning my patch):
If someone specifies QMTP to a certain port in control/mailroutes, and
that fails - what'd I do? Try SMTP to port 25, give up temporarily (which
would happen if it were an SMTP route) of give up permanently (don't think
so...)
At the moment, SMTP to port 25 will be attempted. If that fails, there'll
be a tempoary error.
-Johan
--
Johan Almqvist
http://www.almqvist.net/johan/qmail/
PGP signature
Ian Lance Taylor writes:
> Ian Lance Taylor <[EMAIL PROTECTED]> writes:
>
> > > I think there may be a problem with the patches to qmail-remote that make
> > > it speak QMTP based on MXPS.
> > >
> > > If the QMTP connection fails (because the remote host doesn't have a qmtpd
> > > running) this failure will be logged as
> > >
> > > deferral: Connected_to_194.47.249.19_but_connection_died._(#4.4.2)/
> > >
> > > which means that the message will not be retried at the next best MX but
> > > go back to the queue.
> >
> > I don't see it.
>
> Now I see it. You can't call connect twice on the same socket. This
> patch, on top of Russ's patch, fixes it.
Thanks for catching and fixing this bug. I'm glad *you* knew that you
can't call connect twice on the same socket.
--
-russ nelson <[EMAIL PROTECTED]> http://russnelson.com | Government is the
Crynwr sells support for free software | PGPok | fictitious entity by which
521 Pleasant Valley Rd. | +1 315 268 1925 voice | everyone seeks to live at
Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | everyone else's expense.
On Wed, Jan 17, 2001 at 10:21:53AM -0500, Russell Nelson wrote:
[snip]
> Thanks for catching and fixing this bug. I'm glad *you* knew that you
> can't call connect twice on the same socket.
Actually you can, but only under specific circumstances, being: the
first connect being done nonblocked and not having reached a final
state (either connected or failed), and the second connect being to
the exact same host and port.
So much for educational value. Glad it got fixed.
Greetz, Peter.
Hi!
I've just put out a new version of my patch to qmail-remote.
It now includes Ian's patch that allows qmail-remote to try SMTP if the
QMTP connection fails. There's nothing left that I'm really unhappy about
right now.
http://www.almqvist.net/johan/qmail/qmail-qmtpc.html
I'd like to thank Russell, Peter and Ian for their "kicking me in gear"
and help, respectively.
-Johan
--
Johan Almqvist
http://www.almqvist.net/johan/qmail/
PGP signature
Does anyone else use the linavx scanning software from AVP? I did find a
way to update the definitions with it and It don't pick
up the snow white, kak vB or navidad. It did catch a pretty park but that
was it. Are there any other scanners that will scan mail already
on the system for these? Or which one seems to work the best in
conjunction with Qmail?
<[EMAIL PROTECTED]> wrote:
>As for updating qmail, I would be all for a new version of qmail with some
>of the more useful (nearly mandatory) plugins already added. A couple I can
>think of is the oversize DNS packet patch for qmail,
Nowhere near mandatory.
>and possibly
>qmail-scanner ( with the option to disable it if not needed). After last
>nights virus fiasco on this list, is there anyone who doesn't think it might
>be a welcome addition to a standard qmail install? : )
Yep: me. Which is worse, 20 messages sent to a list with the same
virus, or 20 messages sent to a list with the same virus followed by
20*N warning messages from N friendly virus scanners around the world?
>As for who would decide what is useful and what isn't? I would assume DJB
>or perhaps a small panel of qmail experts appointed by DJB could vote on
>additions to the mail install.
DJB has already decided which he considers useful enough to warrant a
new release: none of them.
-Dave
On Tue, Jan 16, 2001 at 07:48:05PM -0500, Aaron Carr wrote:
> As for updating qmail, I would be all for a new version of qmail with some
> of the more useful (nearly mandatory) plugins already added. A couple I can
> think of is the oversize DNS packet patch for qmail, and possibly
> qmail-scanner ( with the option to disable it if not needed). After last
> nights virus fiasco on this list, is there anyone who doesn't think it might
> be a welcome addition to a standard qmail install? : )
yes.
Don't bloat qmail. One of the greatest things about qmail is its size.
You may want to discuss the uselessness of virii scanners with Felix ;-))
> As for who would decide what is useful and what isn't? I would assume DJB
> or perhaps a small panel of qmail experts appointed by DJB could vote on
> additions to the mail install.
I see exactly two patches which could be part of stock qmail: the AOL dns
patch and Russels qmtp/mxps-patch for qmail-remote.
--
Henning Brauer | BS Web Services
Hostmaster BSWS | Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany
Henning Brauer <[EMAIL PROTECTED]> wrote:
>I see exactly two patches which could be part of stock qmail: the AOL dns
>patch and Russels qmtp/mxps-patch for qmail-remote.
Forget about the DNS mods, DJB has very clearly expressed disdain for
them. I'd vote for the MXPS and bigconcurrency mods.
-Dave
On Wed, Jan 17, 2001 at 09:02:38AM -0500, Dave Sill wrote:
> >and possibly
> >qmail-scanner ( with the option to disable it if not needed). After last
> >nights virus fiasco on this list, is there anyone who doesn't think it might
> >be a welcome addition to a standard qmail install? : )
>
> Yep: me. Which is worse, 20 messages sent to a list with the same
> virus, or 20 messages sent to a list with the same virus followed by
> 20*N warning messages from N friendly virus scanners around the world?
I'd just like to point out that you can't blame Qmail-Scanner for that.
Qmail-Scanner *NEVER* sends "your message was infected" messages to
mailing-lists. It explicitly looks for signs that the message is from a list
(-owner|-return|Precedence: junk, etc) and if found only Email's the
Qmail-Scanner administrator.
Others (esp. commercial) bore us silly with their alerts...
--
Cheers
Jason Haar
Unix/Special Projects, Trimble NZ
Phone: +64 3 9635 377 Fax: +64 3 9635 417
On Wed, 17 Jan 2001, Dave Sill wrote:
> DJB has very clearly expressed disdain for
My question - should we not to wait for a DJB own opinion.
This same, it seems my, were well to avoid a discusion behind
his back.
Piotr
---
Piotr Kasztelowicz <[EMAIL PROTECTED]>
[http://www.am.torun.pl/~pekasz]
Hi,
I installed qmail as described in LWQ. As I try to evaluate the logs
with qmail analog I run into trouble because multilog does not have the
timestamps needed by qmailanalog. Can I just replace any multilog entry
with splogger or is this no good idea? Can I create the timestamps in
multilog in any way? Is there any information available about the log tools
used with qmail and qmailanalog?
Comaprison multilog/splogger etc.
The docu provided with the package is not that much ;-)
Thanks
/ch
Clemens Hermann <[EMAIL PROTECTED]> wrote:
>I installed qmail as described in LWQ. As I try to evaluate the logs
>with qmail analog I run into trouble because multilog does not have the
>timestamps needed by qmailanalog. Can I just replace any multilog entry
>with splogger or is this no good idea?
Splogger is no longer maintained or distributed. LWQ contains a
pointer to a utility to convert multilog's timestamps to the format
qmailanalog expects. See:
http://www.lifewithqmail.org/lwq.html#qmailanalog
>Can I create the timestamps in multilog in any way?
Not that I know of.
>Is there any information available about the log tools
>used with qmail and qmailanalog?
>Comaprison multilog/splogger etc.
>The docu provided with the package is not that much ;-)
The online documentation for daemontools is pretty complete, including
specification of the time stamp format. I haven't documented
qmailanalog in LWQ because I keep hoping that DJB will update it for
the new timestamp format or release a new qmail that will make
qmailanalog completely obsolete.
-Dave
On Wed, Jan 17, 2001 at 08:57:49AM +0000, Mark Delany wrote:
> What I'm doing with this post is to solicit your help in creating a
> list of definitive patterns that identify particular MTAs.
Dan has _lots_ of pattern from his internet mail surveys - check
http://cr.yp.to/surveys/smtpsoftware5.txt
--
Henning Brauer | BS Web Services
Hostmaster BSWS | Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany
On Wed, Jan 17, 2001 at 03:44:26PM +0100, Henning Brauer wrote:
> On Wed, Jan 17, 2001 at 08:57:49AM +0000, Mark Delany wrote:
> > What I'm doing with this post is to solicit your help in creating a
> > list of definitive patterns that identify particular MTAs.
>
> Dan has _lots_ of pattern from his internet mail surveys - check
> http://cr.yp.to/surveys/smtpsoftware5.txt
Right. But they are mostly responses to HELO. I'm looking for the
response to a successfully accepted message. Ie, what qmail-remote
sends back to the logs.
Regards.
Henning Brauer writes:
> > What I'm doing with this post is to solicit your help in creating a
> > list of definitive patterns that identify particular MTAs.
>
> Dan has _lots_ of pattern from his internet mail surveys - check
> http://cr.yp.to/surveys/smtpsoftware5.txt
Those are patterns that describe the greeting that a server sends to
the client when it connects. What is wanted here are patterns that
describe what the server sends to the client after it has received
a message. The client puts this text in its log, which makes it
possible to generate statistics by reading the logs rather than
connecting to a lot of servers.
--
Gjermund Sorseth
On Wed, Jan 17, 2001 at 02:54:56PM +0000, Mark Delany wrote:
> Right. But they are mostly responses to HELO. I'm looking for the
> response to a successfully accepted message. Ie, what qmail-remote
> sends back to the logs.
I should have read more carefully ;-)
Two responses for you:
_250_Message_accepted_for_delivery -> Lotus Domino 5, any platform
_250_OK_id=142c3k-0005H8-00 -> Exim
>
> Regards.
>
--
Henning Brauer | BS Web Services
Hostmaster BSWS | Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany
On Wed, Jan 17, 2001 at 08:57:49AM +0000, Mark Delany wrote:
> I've got a perl script (albeit crude and unsightly) which parses qmail
> logs to determine the distribution of MTAs based on the SMTP 250
> response.
One sample point. I just analyzes the last day of a large list (a
junky one):
47.8% of the target domains are running sendmail, but only 15.8% of
the messages were sent there. This is consistent with the suggestion
that sendmail may be installed on a lot of systems, but that it's not
necessarily installed on systems that handle a lot of mail.
What does it show? That making measurements to determine which MTA
"handles" how much email is hard. But we knew that already, right :>
By MTA Count Percent
PostOffice 1627 0.7%
hotmail 81604 35.6%
Exchange 61056 26.6%
Microsoft-SMTP 2612 1.1%
GroupWise 1133 0.5%
InterScan 81 0.0%
exim 4042 1.8%
Netscape-messaging 2703 1.2%
Mail-Max 37 0.0%
Postfix 2077 0.9%
Lotus_Domino 436 0.2%
Maillennium 216 0.1%
Obtuse 31 0.0%
Imail 1930 0.8%
Mercury 162 0.1%
sendmail 36176 15.8%
cmap 2207 1.0%
WindowsNT-SMTP 201 0.1%
mmdf 137 0.1%
InterMail 7877 3.4%
unknown 10423 4.5%
qmail 7709 3.4%
Eudora 1107 0.5%
Communigate-Pro 317 0.1%
usa.net 3441 1.5%
By Domain Count Percent
Communigate-Pro 103 0.5%
Eudora 527 2.6%
Exchange 1297 6.4%
GroupWise 508 2.5%
Imail 843 4.2%
InterMail 192 1.0%
InterScan 58 0.3%
Lotus_Domino 168 0.8%
Mail-Max 28 0.1%
Maillennium 8 0.0%
Mercury 121 0.6%
Microsoft-SMTP 105 0.5%
Netscape-messaging 238 1.2%
Obtuse 23 0.1%
PostOffice 486 2.4%
Postfix 458 2.3%
WindowsNT-SMTP 101 0.5%
cmap 292 1.4%
exim 1548 7.7%
hotmail 63 0.3%
mmdf 133 0.7%
qmail 1455 7.2%
sendmail 9632 47.8%
unknown 1747 8.7%
usa.net 7 0.0%
Regards.
I'm interested in autoresponders too.
I found some programs:
http://MeepZor.Com/packages/autoresponder/
http://em.ca/~bruceg/qmail-autoresponder/current/qmail-autoresponder-0.93.tar.gz
http://www.gormand.com.au/peters/tools/qmail/qmail-vacation-1.3.tar.gz
http://www.netmeridian.com/e-huss/autorespond.tar.gz
Are you using any autoresponder? what is your opinion?
> Which is the best autoresponder to be used with qmail and any
> suggestions as to how to inject the message with an attachment using
> qmail-inject
How many people here on this list actually open up an executable that was
sent to you via email before scanning it anyways???
--JT
----- Original Message -----
From: "Scott D. Yelich" <[EMAIL PROTECTED]>
To: "Keith, Yeung Wai Kin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 12:56 AM
Subject: Re: virus in list
On Tue, 16 Jan 2001, Keith, Yeung Wai Kin wrote:
> don't open attachment emanuel.exe from "funky gao"
Why not? *clickclick* Did I miss something?
Scott
Hi everybody
what's the best way to send a greeting to someone
that register through Vqsignup?
Thanks
|
Hi everybody
what's the best way to send a greeting to someone
that register through Vqsignup?
Thanks
|
unsubscribe qmail
unsubscribe qmail
Hi,
I came across a strange problem with qmail-inject. If I have a message
with headers with CRLF's for line feeds, and try and send it through
qmail-inject, when it rewrites the headers qmail-inject uses LF's only.
So what you end up with is a message with some CRLF's, and some LF's in
the headers, and some mail clients can't parse that properly (noteably
Outlook). =)
Shouldn't qmail-inject use the same headers found in the message? Since
CRLF's are required when sending via SMTP, it makes sense that
qmail-inject should support that.
Or am I missing something?
Cheers,
Alex
Russell Nelson writes:
> arrange with some Internet
> provider to put a traffic analyzer somewhere on their backbone,
There's a huge amount of mail that doesn't cross any backbones.
There's also a huge amount of mail that isn't sent by ISP mail servers:
for example, deliveries from dedicated ezmlm machines.
Furthermore, every ISP is different. An ISP with more experienced users
will have more communications with UNIX machines.
---Dan
Hi ya'll.
Glad I found somewhere for help for qmail =)
I just got my first computer and got freebsd 4.4 setup on it. When trying
to recieve messages through 110 I get:
-ERR unable to scan $HOME/Maildir
I have checked the archives for this error, and all I could find was the
procedure
maildirmake $HOME/Maildir
echo ./Maildir/ > /usr/home/chandler/.qmail
which I have done, but I still see the error. I'm not entirely sure what
additional information you need, but please let me know. I'm pretty
pleased with myself that I've gotten this far, but I'm not sure what could
be the problem. I can send mail with no errors.
I'm using inetd instead of tcpwrapper, because I don't understand what tcp
wrapper does. I hope that doesn't make too much of a difference.
time to change classes.
Thank you for your help,
Chandler
PS - I've already heard, from a million people, that I should try an OS
that's not unix for my first computer. I don't need anymore suggestions
like that. =)
On Wed, 17 Jan 2001, Chandler wrote:
Hi ya'll.
Glad I found somewhere for help for qmail =)
I just got my first computer and got freebsd 4.4 setup on it. When trying
to recieve messages through 110 I get:
-ERR unable to scan $HOME/Maildir
I have checked the archives for this error, and all I could find was the
procedure
maildirmake $HOME/Maildir
echo ./Maildir/ > /usr/home/chandler/.qmail
which I have done, but I still see the error. I'm not entirely sure what
additional information you need, but please let me know. I'm pretty
pleased with myself that I've gotten this far, but I'm not sure what could
be the problem. I can send mail with no errors.
I'm using inetd instead of tcpwrapper, because I don't understand what tcp
wrapper does. I hope that doesn't make too much of a difference.
time to change classes.
Thank you for your help,
Chandler
PS - I've already heard, from a million people, that I should try an OS
that's not unix for my first computer. I don't need anymore suggestions
like that. =)
As is so commonly said on this list: Maybe you could show us some configuration
file. If we're really lucky, you'll show us the pop3 line of /etc/inetd.conf,
an ls -l of your $HOME and maybe even the results of `cat $HOME/.qmail`
enough said.
--
***********************************
Matthew H Patterson
Unix Systems Administrator
National Support Center, LLC
Naperville, Illinois, USA
***********************************
On Wed, 17 Jan 2001, Chandler wrote:
> I just got my first computer and got freebsd 4.4 setup on it.
HUH? You a time traveler or something?
FreeBSD-stable is currently 4.2. I wouldn't run a development or beta OS
on a production server. I'm going to assume this is a typo.
> -ERR unable to scan $HOME/Maildir
>From my expereience, this indicates that the homedir and/or Maildir
directories either do not exist, or have improper permissions/ownership.
It could also mean that the qpop3d is not running as the user in question.
-----------------------------------------------------------------
Jamin A. Brown Systems Operations Department
[EMAIL PROTECTED] * Great Works Internet * 207.286.8686 x142
RSA PGP Key: http://www.gwi.net/~jamin/pgp/jamin.asc
ah, ok. Mah bad for not supplying enough information. And it was my
typo.. freebsd 4.2 is what I installed, although the time machine is in
the works.
This is what I have in inetd.conf:
smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
/var/qmail/bin/qmail-smtpd
pop3 stream tcp nowait root /var/qmail/bin/qmail-popup
qmail-popup solidst8.org /usr/local/bin/checkpassword
/var/qmail/bin/qmail-pop3d Maildir
permissions of Maildir:
drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 Maildir
results of 'cat /usr/home/chandler/.qmail'
su-2.03# cat /usr/home/chandler/.qmail
./Maildir/
ps reuslts for qmail
qmails 60989 0.0 0.3 880 436 p3- I Sun03PM 0:00.20
qmail-send
qmaill 60990 0.0 0.3 836 392 p3- I Sun03PM 0:00.03 splogger
qmail
root 60991 0.0 0.3 836 360 p3- I Sun03PM 0:00.02
qmail-lspawn |preline procmail
qmailr 60992 0.0 0.3 836 408 p3- I Sun03PM 0:00.01
qmail-rspawn
qmailq 60993 0.0 0.3 824 372 p3- I Sun03PM 0:00.02
qmail-clean
I also just noticed that I failed to set up an mx record for mail... I'm
sure that causes some issue.. but it wouldn't be the reason for the error
would it?
thanks
Chandler
On Wed, 17 Jan 2001, Chandler wrote:
> ah, ok. Mah bad for not supplying enough information. And it was my
> typo.. freebsd 4.2 is what I installed, although the time machine is in
> the works.
Ah, well let us know when it is working then. :)
> This is what I have in inetd.conf:
>
> smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
> /var/qmail/bin/qmail-smtpd
> pop3 stream tcp nowait root /var/qmail/bin/qmail-popup
> qmail-popup solidst8.org /usr/local/bin/checkpassword
> /var/qmail/bin/qmail-pop3d Maildir
Looks OK to me, although we use tcpserver here and I've never tried to use
qpop3d from inetd.
> permissions of Maildir:
>
> drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 Maildir
What are the perms on the homedir itself, and what about the
subdirectories of Maildir?
> results of 'cat /usr/home/chandler/.qmail'
>
> su-2.03# cat /usr/home/chandler/.qmail
> ./Maildir/
Why have a .qmail file? Or do you not have Maildir as your default
delivery mechanism?
> I also just noticed that I failed to set up an mx record for mail... I'm
> sure that causes some issue.. but it wouldn't be the reason for the error
> would it?
Doubtful.
Jamin
-----------------------------------------------------------------
Jamin A. Brown Systems Operations Department
[EMAIL PROTECTED] * Great Works Internet * 207.286.8686 x142
RSA PGP Key: http://www.gwi.net/~jamin/pgp/jamin.asc
> > This is what I have in inetd.conf:
> >
> > smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
> > /var/qmail/bin/qmail-smtpd
> > pop3 stream tcp nowait root /var/qmail/bin/qmail-popup
> > qmail-popup solidst8.org /usr/local/bin/checkpassword
> > /var/qmail/bin/qmail-pop3d Maildir
>
> Looks OK to me, although we use tcpserver here and I've never tried to use
> qpop3d from inetd.
Hrmm... ok, does anyone use inetd for it? I use inetd for a lot of other
stuff, so I chose to stick with it.
> > permissions of Maildir:
> >
> > drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 Maildir
>
> What are the perms on the homedir itself, and what about the
> subdirectories of Maildir?
/usr/home/chandler
drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 chandler
/usr/home/chandler/Maildir
drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 .
drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 ..
-rw------- 1 root chandler 537 Jan 17 11:22 chandler
drwx------ 2 root chandler 512 Jan 17 01:23 cur
drwx------ 2 root chandler 512 Jan 17 01:23 new
drwx------ 2 root chandler 512 Jan 17 01:23 tmp
> > results of 'cat /usr/home/chandler/.qmail'
> >
> > su-2.03# cat /usr/home/chandler/.qmail
> > ./Maildir/
>
> Why have a .qmail file? Or do you not have Maildir as your default
> delivery mechanism?
Eh, my install and config of qmail went somehting like this... I
downloaded all the binaries I found that I neededuntarred them, and
started with INSTALL from the qmail docs. I don't recall wether or not I
set Maildir to be default or not. Mostly, I assumed that as long as I
changed as little as I could, I'd be ok... That doesn't appear to be the
case anymore.
> > I also just noticed that I failed to set up an mx record for mail... I'm
> > sure that causes some issue.. but it wouldn't be the reason for the error
> > would it?
>
> Doubtful.
Didn't think so.
Chandler
On Wed, 17 Jan 2001, Chandler wrote:
> Hrmm... ok, does anyone use inetd for it? I use inetd for a lot of other
> stuff, so I chose to stick with it.
I don't think inetd is your problem, after all, the connetion is being
opened.
> > > permissions of Maildir:
> > >
> > > drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 Maildir
> >
> > What are the perms on the homedir itself, and what about the
> > subdirectories of Maildir?
>
> /usr/home/chandler
> drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 chandler
> /usr/home/chandler/Maildir
> drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 .
> drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 ..
> -rw------- 1 root chandler 537 Jan 17 11:22 chandler
> drwx------ 2 root chandler 512 Jan 17 01:23 cur
> drwx------ 2 root chandler 512 Jan 17 01:23 new
> drwx------ 2 root chandler 512 Jan 17 01:23 tmp
Hmmm, you do realize that qpop3d runs as the user, not root? Look at the
ownership of the new, cur and tmp directories. Change them to chandler,
not root. This should fix the problem.
Also, what's the chandler dir for?
> Eh, my install and config of qmail went somehting like this... I
> downloaded all the binaries I found that I neededuntarred them, and
> started with INSTALL from the qmail docs. I don't recall wether or not I
> set Maildir to be default or not. Mostly, I assumed that as long as I
> changed as little as I could, I'd be ok... That doesn't appear to be the
> case anymore.
Was just curious. It seemed like it might be redundant.
Jamin
-----------------------------------------------------------------
Jamin A. Brown Systems Operations Department
[EMAIL PROTECTED] * Great Works Internet * 207.286.8686 x142
RSA PGP Key: http://www.gwi.net/~jamin/pgp/jamin.asc
* Chandler <[EMAIL PROTECTED]> [010117 22:06]:
> > > permissions of Maildir:
> > > drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 Maildir
> > What are the perms on the homedir itself, and what about the
> > subdirectories of Maildir?
> /usr/home/chandler
> drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 chandler
> /usr/home/chandler/Maildir
> drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 .
> drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 ..
> -rw------- 1 root chandler 537 Jan 17 11:22 chandler
> drwx------ 2 root chandler 512 Jan 17 01:23 cur
> drwx------ 2 root chandler 512 Jan 17 01:23 new
> drwx------ 2 root chandler 512 Jan 17 01:23 tmp
There you go...
do
chown -R chandler.chandler ~chandler/Maildir
chmod -R 700 ~chandler/Maildir
-Johan
--
Johan Almqvist
http://www.almqvist.net/johan/qmail/
PGP signature
> > /usr/home/chandler
> > drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 chandler
> > /usr/home/chandler/Maildir
> > drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 .
> > drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 ..
> > -rw------- 1 root chandler 537 Jan 17 11:22 chandler
> > drwx------ 2 root chandler 512 Jan 17 01:23 cur
> > drwx------ 2 root chandler 512 Jan 17 01:23 new
> > drwx------ 2 root chandler 512 Jan 17 01:23 tmp
>
> Hmmm, you do realize that qpop3d runs as the user, not root? Look at the
> ownership of the new, cur and tmp directories. Change them to chandler,
> not root. This should fix the problem.
>
> Also, what's the chandler dir for?
Wow. It never occuered to me. It's working now, sorta. I need to sort
out host information. Like, I can send to hades.solidst8.org, but not
just 'solidst8.org' I get to learn more about bind now I suppose.
Thank you trmendously for the help. I'll try to be more prepared next
time there's a problem. Thanks again.
> > Eh, my install and config of qmail went somehting like this... I
> > downloaded all the binaries I found that I neededuntarred them, and
> > started with INSTALL from the qmail docs. I don't recall wether or not I
> > set Maildir to be default or not. Mostly, I assumed that as long as I
> > changed as little as I could, I'd be ok... That doesn't appear to be the
> > case anymore.
>
> Was just curious. It seemed like it might be redundant.
I doubt I'll have a correctly setup computer for a while now. But I'm
glad I know it's kinda redundant, I should fix that too.
Chandler
On Wed, 17 Jan 2001, Chandler wrote:
> Wow. It never occuered to me. It's working now, sorta. I need to sort
> out host information. Like, I can send to hades.solidst8.org, but not
> just 'solidst8.org' I get to learn more about bind now I suppose.
> Thank you trmendously for the help. I'll try to be more prepared next
> time there's a problem. Thanks again.
This has to do with both MX records (getting the mail to the server) and
the Qmail configuration (letting the mail server know what to do with mail
for that domain). The Qmail part is sovered in the docs.
Jamin
-----------------------------------------------------------------
Jamin A. Brown Systems Operations Department
[EMAIL PROTECTED] * Great Works Internet * 207.286.8686 x142
RSA PGP Key: http://www.gwi.net/~jamin/pgp/jamin.asc
I have created a small script to print the qmail queue contents - it
runs on all messages and displayes the from:, to: and date: headers; can
also dump the full header of the message if ran with "-h" switch (if
mess822 is properly installed). It seems kind of useful in conjunction
with monitoring tools like qmail-mrtg and others, considering that i
didn't find such script in other places.
Comments and suggestions are welcome.
Alex. |
__________________________________________________ IncrediMail - Email has finally
evolved - Click
Here
|
Howdy,
I am having the same trouble and working with the folks at Excite on
this. They have some anti-spam software which appears to have been
triggered and so it is blocking connectivity to all their MX hosts
from the "offending" IP address. Other IP addresses on the network
are fine.
I am guessing that qmail's habit of opening multiple SMTP sessions is
triggering their anti-spam software but I have not received confirmation
of this as of yet.
The problem started either Jan 10th or 11th for me.
I'll let you know what I find out.
Bill
On Wed, Jan 17, 2001 at 03:39:09PM -0500, Bill Nugent wrote:
> I am guessing that qmail's habit of opening multiple SMTP sessions is
> triggering their anti-spam software but I have not received confirmation
> of this as of yet.
>
> The problem started either Jan 10th or 11th for me.
>
> I'll let you know what I find out.
Please do keep us informed! The mail we send out is legit and they certainly have the
option to opt out.
Jesse: very sneaky! :)
--
./mk
Hello,
lately, outside (non-local) SMTP servers have begun to go crazy. For
example, I have a standard entry in my qmail virtualdomains file for all
mail to [EMAIL PROTECTED] - it goes to the user scode.
But if I attempt to send an E-Mail from an outside source (a few have been
tried) to, say, [EMAIL PROTECTED], the SMTP server making the final
delivery suddently goes mad and does an RCTP [EMAIL PROTECTED]!
What might cause this? I even changed "scode" back from being a CNAME to
being an A record in the DNS configuration, in case that was the cause.
Note, my main address "[EMAIL PROTECTED]" works fine.
mail.infidyne.com is the MX for the domain.
Any suggestions would be appreciated. The strange part is that we didn't have
this problem earlier.
Thank you,
--
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrival: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://scode.infidyne.com
On Wed, Jan 17, 2001 at 03:47:34PM -0500, Peter Schuller wrote:
>
> What might cause this? I even changed "scode" back from being a CNAME to
> being an A record in the DNS configuration, in case that was the cause.
Try creating an MX for scode.infidyne.com.
RC
--
+-------------------
| Ricardo Cerqueira
| PGP Key fingerprint - B7 05 13 CE 48 0A BF 1E 87 21 83 DB 28 DE 03 42
| Novis Telecom - Engenharia ISP / Rede Técnica
| Pç. Duque Saldanha, 1, 7º E / 1050-094 Lisboa / Portugal
| Tel: +351 2 1010 0000 - Fax: +351 2 1010 4459
PGP signature
CNAMEs are a bad thing for email. Check the discussion in THOUGHTS.
Change your DNS so that scode is an A rather than a CNAME and the
remote MTAs won't bother doing the re-writing.
Regards.
On Wed, Jan 17, 2001 at 03:47:34PM -0500, Peter Schuller wrote:
> Hello,
>
> lately, outside (non-local) SMTP servers have begun to go crazy. For
> example, I have a standard entry in my qmail virtualdomains file for all
> mail to [EMAIL PROTECTED] - it goes to the user scode.
>
> But if I attempt to send an E-Mail from an outside source (a few have been
> tried) to, say, [EMAIL PROTECTED], the SMTP server making the final
> delivery suddently goes mad and does an RCTP [EMAIL PROTECTED]!
>
> What might cause this? I even changed "scode" back from being a CNAME to
> being an A record in the DNS configuration, in case that was the cause.
>
> Note, my main address "[EMAIL PROTECTED]" works fine.
> mail.infidyne.com is the MX for the domain.
>
> Any suggestions would be appreciated. The strange part is that we didn't have
> this problem earlier.
>
> Thank you,
>
> --
> / Peter Schuller, InfiDyne Technologies HB
>
> PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>'
> Key retrival: Send an E-Mail to [EMAIL PROTECTED]
> E-Mail: [EMAIL PROTECTED] Web: http://scode.infidyne.com
>
* Mark Delany <[EMAIL PROTECTED]> [010117 21:59]:
> CNAMEs are a bad thing for email. Check the discussion in THOUGHTS.
> Change your DNS so that scode is an A rather than a CNAME and the
> remote MTAs won't bother doing the re-writing.
...and don't test it again until the CNAME is gone (it's time to live
expired) as tests from remote machines will find the CNAMES for another
while after you update your DNS.
-Johan
--
Johan Almqvist
http://www.almqvist.net/johan/qmail/
PGP signature
I have been having trouble when trying to send out emails to mailing lists
in qmail. The local users get teh email fine but the mailing list gets the
error I show below. I have all of the permissions correct (as you can see
below) and I have recompiled qmail several times. Please email me at
[EMAIL PROTECTED] with any suggestions! Local users actually get the
mail and the .qmail's are in the same directory as the mailing lists .qmails
Thanks,
James Clark
-------------------------
Jan 17 13:11:54 leat qmail: 979755114.882956 info msg 361545: bytes 684 from
<[EMAIL PROTECTED]> qp 16680 uid 1005
Jan 17 13:11:54 leat qmail: 979755114.892269 starting delivery 94: msg
361545 to local [EMAIL PROTECTED]
Jan 17 13:11:54 leat qmail: 979755114.892562 status: local 1/10 remote 0/20
Jan 17 13:11:54 leat qmail: 979755114.964965 delivery 94: deferral:
ezmlm-send:_fatal:_temporary_qmail-queue_error:_qq_trouble_in_home_directory
_(#4.3.0)/
Jan 17 13:11:54 leat qmail: 979755114.965300 status: local 0/10 remote 0/20
-------
-rwxr-xr-x 1 root qmail 9152 Jan 16 22:06 bouncesaying
-rwxr-xr-x 1 root qmail 15244 Jan 16 22:06 condredirect
-rwxr-xr-x 1 root qmail 128 Jan 16 22:06 datemail
-rwxr-xr-x 1 root qmail 115 Jan 16 22:06 elq
-rwxr-xr-x 1 root qmail 9088 Jan 16 22:06 except
-rwxr-xr-x 1 root qmail 14220 Jan 16 22:06 forward
-rw-r--r-- 1 root root 0 Jan 17 13:14 jic
-rwxr-xr-x 1 root qmail 18988 Jan 16 22:06 maildir2mbox
-rwxr-xr-x 1 root qmail 8764 Jan 16 22:06 maildirmake
-rwxr-xr-x 1 root qmail 17128 Jan 16 22:06 maildirwatch
-rwxr-xr-x 1 root qmail 180 Jan 16 22:06 mailsubj
-rwxr-xr-x 1 root qmail 116 Jan 16 22:06 pinq
-rwxr-xr-x 1 root qmail 12860 Jan 16 22:06 predate
-rwxr-xr-x 1 root qmail 13048 Jan 16 22:06 preline
-rwxr-xr-x 1 root qmail 116 Jan 16 22:06 qail
-rwxr-xr-x 1 root qmail 11716 Jan 16 22:06 qbiff
-rwx--x--x 1 root qmail 10132 Jan 16 22:06 qmail-clean
-rwx--x--x 1 root qmail 5760 Jan 16 22:06 qmail-getpw
-rwxr-xr-x 1 root qmail 34396 Jan 16 22:06 qmail-
inject
-rws--x--x 1 qmailq qmail 12612 Jan 16 22:06 qmail-queue
-rwx--x--x 1 root qmail 24808 Jan 16 22:06 qmail-remote
-rwx--x--x 1 root qmail 13348 Jan 16 22:06 qmail-rspawn
-rwx--x--x 1 root qmail 39204 Jan 16 22:06 qmail-send
-rwxr-xr-x 1 root qmail 15796 Jan 16 22:06 qmail-showctl
-rwxr-xr-x 1 root qmail 25820 Jan 16 22:06 qmail-smtpd
-rwx------ 1 root qmail 5524 Jan 16 22:06 qmail-start
-rwxr-xr-x 1 root qmail 9152 Jan 16 22:06 qmail-tcpok
-rwxr-xr-x 1 root qmail 10260 Jan 16 22:06 qmail-tcpto
-rwxr-xr-x 1 root qmail 21468 Jan 16 22:06 qreceipt
-rwxr-xr-x 1 root qmail 11216 Jan 16 22:06 qsmhook
-rwxr-xr-x 1 root qmail 9460 Jan 16 22:06 sendmail
-rwx--x--x 1 root qmail 6416 Jan 16 22:06 splogger
-rwxr-xr-x 1 root qmail 17016 Jan 16 22:06 tcp-env
* "James R. Clark II" <[EMAIL PROTECTED]> [010117 22:09]:
> I have been having trouble when trying to send out emails to mailing lists
> in qmail. The local users get teh email fine but the mailing list gets the
> error I show below. I have all of the permissions correct (as you can see
> below) and I have recompiled qmail several times. Please email me at
> [EMAIL PROTECTED] with any suggestions! Local users actually get the
> mail and the .qmail's are in the same directory as the mailing lists .qmails
As I already asked you on irc, what are the permissions on /var/qmail
(and a new question: what are the permissions on ezmlm-send)
-Johan
--
Johan Almqvist
http://www.almqvist.net/johan/qmail/
PGP signature
On Wed, Jan 17, 2001 at 04:09:19PM -0500, James R. Clark II wrote:
> I have been having trouble when trying to send out emails to mailing lists
> in qmail. The local users get teh email fine but the mailing list gets the
> error I show below. I have all of the permissions correct (as you can see
> below) and I have recompiled qmail several times.
Did you actually change anything between compiles, or do you believe
compilers do their stuff randomly every time they're run?
> Please email me at
> [EMAIL PROTECTED] with any suggestions!
Nope, if you want the list for help, use it.
> <[EMAIL PROTECTED]> qp 16680 uid 1005
> Jan 17 13:11:54 leat qmail: 979755114.892269 starting delivery 94: msg
> 361545 to local [EMAIL PROTECTED]
> Jan 17 13:11:54 leat qmail: 979755114.892562 status: local 1/10 remote 0/20
> Jan 17 13:11:54 leat qmail: 979755114.964965 delivery 94: deferral:
> ezmlm-send:_fatal:_temporary_qmail-queue_error:_qq_trouble_in_home_directory
> _(#4.3.0)/
> Jan 17 13:11:54 leat qmail: 979755114.965300 status: local 0/10 remote 0/20
>
I'd say your mlist alias is pointing to a non-existant dir, or a dir with
wrong perms. Check ~alias/.qmail-mlist, or users/assign (depending on how
you configured things) to check out which dir it's trying to use, and then
make sure the dir exists and has the right perms.
I'm no ezmlm wizard by any means, but another option is ezmlm's own dir,
which may have wrong perms or ownership.
RC
--
+-------------------
| Ricardo Cerqueira
| PGP Key fingerprint - B7 05 13 CE 48 0A BF 1E 87 21 83 DB 28 DE 03 42
| Novis Telecom - Engenharia ISP / Rede Técnica
| Pç. Duque Saldanha, 1, 7º E / 1050-094 Lisboa / Portugal
| Tel: +351 2 1010 0000 - Fax: +351 2 1010 4459
PGP signature
An entry into 'smtproutes' will take care of that (or at least it
did for me)
home.com:[24.2.2.194]
That's it...
Jesse
: Howdy,
:
: I am having the same trouble and working with the folks at Excite on
: this. They have some anti-spam software which appears to have been
: triggered and so it is blocking connectivity to all their MX hosts
: from the "offending" IP address. Other IP addresses on the network
: are fine.
:
: I am guessing that qmail's habit of opening multiple SMTP sessions is
: triggering their anti-spam software but I have not received confirmation
: of this as of yet.
:
: The problem started either Jan 10th or 11th for me.
:
: I'll let you know what I find out.
:
: Bill
:
On Wed, Jan 17, 2001 at 04:20:43PM -0500, Jesse Sunday wrote:
>
>
> An entry into 'smtproutes' will take care of that (or at least it
> did for me)
>
> home.com:[24.2.2.194]
Unless that's an @home machine that differs from the others, then it's
only going to make matters worse as the connections are going to be
concentrated on that single server rather than spread acros the MX
list.
Regards.
>
> That's it...
>
> Jesse
>
>
>
> : Howdy,
> :
> : I am having the same trouble and working with the folks at Excite on
> : this. They have some anti-spam software which appears to have been
> : triggered and so it is blocking connectivity to all their MX hosts
> : from the "offending" IP address. Other IP addresses on the network
> : are fine.
> :
> : I am guessing that qmail's habit of opening multiple SMTP sessions is
> : triggering their anti-spam software but I have not received confirmation
> : of this as of yet.
> :
> : The problem started either Jan 10th or 11th for me.
> :
> : I'll let you know what I find out.
> :
> : Bill
> :
>
I tried that one yesterday and it was blocking but today it is.
Wonder how long this will work?
Since this is one of the listed MX records why isn't qmail trying it?
Thanks,
Bill
On Wednesday, Jan 17 2001 at 16:20:43, "Jesse Sunday" wrote:
>
>
> An entry into 'smtproutes' will take care of that (or at least it
>did for me)
>
>home.com:[24.2.2.194]
>
>That's it...
>
>Jesse
>
>
>
>: Howdy,
>:
>: I am having the same trouble and working with the folks at Excite on
>: this. They have some anti-spam software which appears to have been
>: triggered and so it is blocking connectivity to all their MX hosts
>: from the "offending" IP address. Other IP addresses on the network
>: are fine.
>:
>: I am guessing that qmail's habit of opening multiple SMTP sessions is
>: triggering their anti-spam software but I have not received confirmation
>: of this as of yet.
>:
>: The problem started either Jan 10th or 11th for me.
>:
>: I'll let you know what I find out.
>:
>: Bill
>:
>
Thanks, that worked.. ;)
Earthlink.net is another one doing the same thing. I also added them to
smtproutes which resolved the problem..
earthlink.net:[207.217.120.28]
--JT
----- Original Message -----
From: "Jesse Sunday" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Bill Nugent" <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 1:20 PM
Subject: Re: @home.com mail servers... ~ FIX...
An entry into 'smtproutes' will take care of that (or at least it
did for me)
home.com:[24.2.2.194]
That's it...
Jesse
: Howdy,
:
: I am having the same trouble and working with the folks at Excite on
: this. They have some anti-spam software which appears to have been
: triggered and so it is blocking connectivity to all their MX hosts
: from the "offending" IP address. Other IP addresses on the network
: are fine.
:
: I am guessing that qmail's habit of opening multiple SMTP sessions is
: triggering their anti-spam software but I have not received confirmation
: of this as of yet.
:
: The problem started either Jan 10th or 11th for me.
:
: I'll let you know what I find out.
:
: Bill
:
Hi.
I've written some scripts to start apache, proftpd, qmail and vpopmail under
supervise using tcpserver for SUSE 7.0.
I'm sending them if its interest for some of you.
[]s
Davi
Hey there guys;
I have posed to this list before, and I think it got lost amidst much
more interesting problems. Below is the problem I am facing:
Using:
qmail-1.03+patches-18
ucspi-tcp-0.88-1
ucspi-unix-0.34-1
daemontools-0.70-2
autorespond-1.0.0
vmailmgr-0.96.9-1
supervise-scripts-3.3-1
omail-admin-0.96pre10
Here is my problem,
I have one existing /etc/passwd (local) user that can check mail via
POP3.
I have 3 virtual users created from vmailmgr that can receive mail from
external sources, but can not check and receive that mail via POP3.
My thoughts are that pop-3 - qmail-popup is simply not looking in the
correct directory and finding the appropriate passwd.cdb file and users
folder. However, SMTP is getting those messages into the correct area, as
when I look in the respective virtual accounts 'new' and 'cur' folders, mail
is there.
Below is what the qmail-lint grabs, I don't care about those users, as they
are not to receive mail anyway:
Warning: cannot receive mail (does not own home directory): brandon
Warning: cannot receive mail (does not own home directory): phorum
Warning: cannot receive mail (does not own home directory): wedding
Warning: cannot receive mail (does not own home directory): dtlog
Warning: cannot receive mail (does not own home directory): qmaillog
Attached is the output from /usr/bin/qmail-showctl, maillog, and the
vmailmgr current log.
If anyone has any ideas, I would be very grateful to hear them!
Cheers,
Sean
maillog.txt
Jan 17 13:55:23 www pop-3: 979768523.388722 tcpserver: status: 1/20
Jan 17 13:55:23 www pop-3: 979768523.393061 tcpserver: pid 6887 from 24.113.51.254
Jan 17 13:55:23 www pop-3: 979768523.399613 tcpserver: ok 6887 :64.69.78.221:110
:24.113.51.254::50092
Jan 17 13:55:23 www pop-3: 979768523.519014 tcpserver: status: 2/20
Jan 17 13:55:23 www pop-3: 979768523.523837 tcpserver: pid 6888 from 24.113.51.254
Jan 17 13:55:23 www pop-3: 979768523.529281 tcpserver: ok 6888 :64.69.78.221:110
:24.113.51.254::50093
Jan 17 13:55:23 www pop-3: 979768523.561424 tcpserver: status: 3/20
Jan 17 13:55:23 www pop-3: 979768523.564439 tcpserver: pid 6889 from 24.113.51.254
Jan 17 13:55:23 www pop-3: 979768523.571434 tcpserver: ok 6889 :64.69.78.221:110
:24.113.51.254::50094
Jan 17 13:55:23 www pop-3: 979768523.787282 tcpserver: end 6889 status 256
Jan 17 13:55:23 www pop-3: 979768523.789960 tcpserver: status: 2/20
Jan 17 13:55:23 www pop-3: 979768523.819340 tcpserver: end 6888 status 256
Jan 17 13:55:23 www pop-3: 979768523.820346 tcpserver: status: 1/20
Jan 17 13:55:23 www pop-3: 979768523.886436 tcpserver: status: 2/20
Jan 17 13:55:23 www pop-3: 979768523.891359 tcpserver: pid 6894 from 24.113.51.254
Jan 17 13:55:23 www pop-3: 979768523.896758 tcpserver: ok 6894 :64.69.78.221:110
:24.113.51.254::50095
Jan 17 13:55:23 www pop-3: 979768523.940682 tcpserver: end 6887 status 256
Jan 17 13:55:23 www pop-3: 979768523.943408 tcpserver: status: 1/20
Jan 17 13:55:23 www pop-3: 979768523.995205 tcpserver: status: 2/20
Jan 17 13:55:24 www pop-3: 979768523.999952 tcpserver: pid 6895 from 24.113.51.254
Jan 17 13:55:24 www pop-3: 979768524.005312 tcpserver: ok 6895 :64.69.78.221:110
:24.113.51.254::50096
Jan 17 13:55:24 www pop-3: 979768524.019776 tcpserver: end 6894 status 256
Jan 17 13:55:24 www pop-3: 979768524.020795 tcpserver: status: 1/20
Jan 17 13:55:24 www pop-3: 979768524.203927 tcpserver: end 6895 status 256
Jan 17 13:55:24 www pop-3: 979768524.206656 tcpserver: status: 0/20
Jan 17 13:55:24 www pop-3: 979768524.247062 tcpserver: status: 1/20
Jan 17 13:55:24 www pop-3: 979768524.251885 tcpserver: pid 6896 from 24.113.51.254
Jan 17 13:55:24 www pop-3: 979768524.258552 tcpserver: ok 6896 :64.69.78.221:110
:24.113.51.254::50097
Jan 17 13:55:24 www pop-3: 979768524.284910 tcpserver: status: 2/20
Jan 17 13:55:24 www pop-3: 979768524.287931 tcpserver: pid 6897 from 24.113.51.254
Jan 17 13:55:24 www pop-3: 979768524.293305 tcpserver: ok 6897 :64.69.78.221:110
:24.113.51.254::50098
Jan 17 13:55:24 www pop-3: 979768524.378845 tcpserver: end 6896 status 256
Jan 17 13:55:24 www pop-3: 979768524.382067 tcpserver: status: 1/20
Jan 17 13:55:24 www pop-3: 979768524.449629 tcpserver: end 6897 status 256
Jan 17 13:55:24 www pop-3: 979768524.452553 tcpserver: status: 0/20
Jan 17 13:55:52 www pop-3: 979768552.027461 tcpserver: status: 1/20
Jan 17 13:55:52 www pop-3: 979768552.032246 tcpserver: pid 6912 from 24.113.51.254
Jan 17 13:55:52 www pop-3: 979768552.037548 tcpserver: ok 6912 :64.69.78.221:110
:24.113.51.254::50101
Jan 17 13:55:52 www pop-3: 979768552.125441 tcpserver: status: 2/20
Jan 17 13:55:52 www pop-3: 979768552.132936 tcpserver: pid 6913 from 24.113.51.254
Jan 17 13:55:52 www pop-3: 979768552.138795 tcpserver: ok 6913 :64.69.78.221:110
:24.113.51.254::50102
Jan 17 13:55:52 www pop-3: 979768552.295274 tcpserver: end 6913 status 256
Jan 17 13:55:52 www pop-3: 979768552.298127 tcpserver: status: 1/20
Jan 17 13:55:52 www pop-3: 979768552.421925 tcpserver: end 6912 status 256
Jan 17 13:55:52 www pop-3: 979768552.424693 tcpserver: status: 0/20
Jan 17 13:55:52 www pop-3: 979768552.481573 tcpserver: status: 1/20
Jan 17 13:55:52 www pop-3: 979768552.486380 tcpserver: pid 6917 from 24.113.51.254
Jan 17 13:55:52 www pop-3: 979768552.492713 tcpserver: ok 6917 :64.69.78.221:110
:24.113.51.254::50103
Jan 17 13:55:53 www pop-3: 979768553.167249 tcpserver: end 6917 status 256
Jan 17 13:55:53 www pop-3: 979768553.169812 tcpserver: status: 0/20
Jan 17 13:55:53 www pop-3: 979768553.315595 tcpserver: status: 1/20
Jan 17 13:55:53 www pop-3: 979768553.320448 tcpserver: pid 6918 from 24.113.51.254
Jan 17 13:55:53 www pop-3: 979768553.325678 tcpserver: ok 6918 :64.69.78.221:110
:24.113.51.254::50104
Jan 17 13:55:53 www pop-3: 979768553.445581 tcpserver: end 6918 status 256
Jan 17 13:55:53 www pop-3: 979768553.448426 tcpserver: status: 0/20
Jan 17 13:57:50 www pop-3: 979768670.275878 tcpserver: status: 1/20
Jan 17 13:57:50 www pop-3: 979768670.279918 tcpserver: pid 6978 from 24.113.51.254
Jan 17 13:57:50 www pop-3: 979768670.285379 tcpserver: ok 6978 :64.69.78.221:110
:24.113.51.254::50105
Jan 17 13:57:50 www pop-3: 979768670.667035 tcpserver: end 6978 status 256
Jan 17 13:57:50 www pop-3: 979768670.669894 tcpserver: status: 0/20
Jan 17 13:58:17 www pop-3: 979768697.473724 tcpserver: status: 1/20
Jan 17 13:58:17 www pop-3: 979768697.478686 tcpserver: pid 6993 from 24.113.51.254
Jan 17 13:58:17 www pop-3: 979768697.484112 tcpserver: ok 6993 :64.69.78.221:110
:24.113.51.254::50108
Jan 17 13:58:17 www pop-3: 979768697.826487 tcpserver: end 6993 status 256
Jan 17 13:58:17 www pop-3: 979768697.829331 tcpserver: status: 0/20
Jan 17 14:03:58 www qmail: 979769038.794234 starting delivery 65: msg 299014 to local
[EMAIL PROTECTED]
Jan 17 14:03:58 www qmail: 979769038.795253 status: local 1/10 remote 0/20
Jan 17 14:03:58 www qmail: 979769038.885137 delivery 65: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
Jan 17 14:03:58 www qmail: 979769038.998236 status: local 0/10 remote 0/20
Jan 17 14:03:59 www qmail: 979769039.261011 bounce msg 299014 qp 7148
Jan 17 14:03:59 www qmail: 979769039.322355 end msg 299014
Jan 17 14:03:59 www qmail: 979769039.487824 new msg 299016
Jan 17 14:03:59 www qmail: 979769039.491959 info msg 299016: bytes 2344 from <> qp
7148 uid 896
Jan 17 14:03:59 www qmail: 979769039.750753 starting delivery 66: msg 299016 to local
[EMAIL PROTECTED]
Jan 17 14:03:59 www qmail: 979769039.753725 status: local 1/10 remote 0/20
Jan 17 14:03:59 www qmail: 979769039.757722 starting delivery 67: msg 299016 to local
[EMAIL PROTECTED]
Jan 17 14:03:59 www qmail: 979769039.758948 status: local 2/10 remote 0/20
Jan 17 14:03:59 www qmail: 979769039.898594 delivery 67: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
Jan 17 14:03:59 www qmail: 979769039.970890 status: local 1/10 remote 0/20
Jan 17 14:03:59 www qmail: 979769039.974133 delivery 66: success: did_0+0+0/
Jan 17 14:04:00 www qmail: 979769040.038607 status: local 0/10 remote 0/20
Jan 17 14:04:00 www qmail: 979769040.256330 bounce msg 299016 qp 7153
Jan 17 14:04:00 www qmail: 979769040.313702 end msg 299016
Jan 17 14:04:00 www qmail: 979769040.450703 new msg 299014
Jan 17 14:04:00 www qmail: 979769040.454581 info msg 299014: bytes 2796 from <#@[]> qp
7153 uid 896
Jan 17 14:04:00 www qmail: 979769040.656550 starting delivery 68: msg 299014 to local
[EMAIL PROTECTED]
Jan 17 14:04:00 www qmail: 979769040.659749 status: local 1/10 remote 0/20
Jan 17 14:04:00 www qmail: 979769040.663845 starting delivery 69: msg 299014 to local
[EMAIL PROTECTED]
Jan 17 14:04:00 www qmail: 979769040.665066 status: local 2/10 remote 0/20
Jan 17 14:04:00 www qmail: 979769040.815697 delivery 68: success: did_0+0+0/
Jan 17 14:04:00 www qmail: 979769040.819388 status: local 1/10 remote 0/20
Jan 17 14:04:00 www qmail: 979769040.822550 delivery 69: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
Jan 17 14:04:00 www qmail: 979769040.933346 status: local 0/10 remote 0/20
Jan 17 14:04:00 www qmail: 979769040.935072 triple bounce: discarding bounce/299014
Jan 17 14:04:00 www qmail: 979769040.993225 end msg 299014
qmail-showctl.txt
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 509.
subdirectory split: 23.
user ids: 890, 891, 892, 0, 893, 894, 895, 896.
group ids: 890, 891.
aliasempty:
Default delivery target contains: ./Maildir/
badmailfrom: (Default.) Any MAIL FROM is allowed.
bindroutes: (Default.) No binding routes.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is worldvibe.org.
checkpassword: Password checking program is checkvpw.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencypop3d: (Default.) POP-3 daemon concurrency is 20.
concurrencyqmqpd: (Default.) QMQP daemon concurrency is 20.
concurrencyqmtpd: (Default.) QMTP daemon concurrency is 20.
concurrencyremote: (Default.) Remote concurrency is 20.
concurrencysmtpd: (Default.) SMTP daemon concurrency is 20.
concurrencyspop3d: (Default.) SSL POP-3 daemon concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is worldvibe.org.
defaulthost: Default host name is worldvibe.org.
doublebouncehost: (Default.) 2B recipient host: worldvibe.org.
doublebounceto: (Default.) 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is worldvibe.org.
helohost: (Default.) SMTP client HELO host name is worldvibe.org.
idhost: (Default.) Message-ID host name is worldvibe.org.
localiphost: (Default.) Local IP address becomes worldvibe.org.
locals:
Messages for localhost are delivered locally.
logger: (Default.) Logging is done via: splogger.
me: My name is worldvibe.org.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: (Default.) Plus domain name is worldvibe.org.
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.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 worldvibe.org.
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.
ulimitcpu: (Default.) Maximum amount of CPU time in seconds is unlimited.
ulimitdata: (Default.) Maximum process data size in kbytes is unlimited.
virtualdomains:
Virtual domain: worldvibe.org:worldvibe
vmailmgr_current.txt
@400000003a61166f08f2bfa4 unixserver: pid 11006
@400000003a61166f08f3197c unixserver: end 11003 status 0
@400000003a61166f08f382f4 unixserver: status: 1/10
@400000003a61166f08f3e0b4 unixserver: end 11006 status 0
@400000003a61166f08f44a2c unixserver: status: 0/10
@400000003a61166f08f51d1c unixserver: status: 1/10
@400000003a61166f08f57ec4 unixserver: pid 11019
@400000003a61166f08f5d89c unixserver: end 11019 status 0
@400000003a61166f08f64214 unixserver: status: 0/10
@400000003a61166f08f6a3bc unixserver: status: 1/10
@400000003a61166f08f7017c unixserver: pid 11022
@400000003a61166f08f75b54 unixserver: status: 2/10
@400000003a61166f08f7bcfc unixserver: pid 11026
@400000003a61166f08f816d4 unixserver: end 11022 status 0
@400000003a61166f08f9c09c unixserver: status: 1/10
@400000003a61166f08fa2244 unixserver: status: 2/10
@400000003a61166f08fa83ec unixserver: pid 11029
@400000003a61166f08faddc4 unixserver: end 11026 status 0
@400000003a61166f08fb473c unixserver: status: 1/10
@400000003a61166f08fba4fc unixserver: status: 2/10
@400000003a61166f08fc06a4 unixserver: pid 11033
@400000003a61166f08fc607c unixserver: end 11029 status 0
@400000003a61166f08fcc9f4 unixserver: status: 1/10
@400000003a61166f08fd2b9c unixserver: status: 2/10
@400000003a61166f08fdf6bc unixserver: pid 11037
@400000003a61166f08fe547c unixserver: end 11033 status 0
@400000003a61166f08febdf4 unixserver: [11037] Request: autoresponse worldvibe-uid0
<password> status
@400000003a61166f0edec14c [11037] Completed: OK: nonexistant
@400000003a61166f1862d604 [11040] Accepted connection
@400000003a61166f18976af4 [11040] Request: autoresponse worldvibe-thorn <password>
status
@400000003a61166f1ba52024 [11040] Completed: OK: nonexistant
@400000003a61166f1f954614 [11044] Accepted connection
@400000003a61166f1fca447c [11044] Request: autoresponse worldvibe-amber.coyle
<password> status
@400000003a61166f2449bdd4 [11044] Completed: OK: nonexistant
@400000003a61166f26b7feb4 [11047] Accepted connection
@400000003a61166f2861362c [11047] Request: autoresponse worldvibe-amber.glasgow
<password> status
@400000003a61166f2b70fab4 [11047] Completed: OK: nonexistant
@400000003a6482651020bb14 unixserver: status: 0/10
@400000003a64a5ae03be3e8c unixserver: status: 0/10
@400000003a64a9e338061444 unixserver: status: 0/10
remember, whichever password checker you use has to be passed the folder for
qmail-pop3d to look in. so, if you are using djb's checkpassword program, it
will not be able to auth the virtual users. I have very little experience with
vmailmgr, but if there is a pop password checker in that package, make sure
that you use that. otherwise, code one out similar to vpopmail that will pass
the correct directory and uid/gid numbers. qmail-pop3d will try to look in
whatever folder it is told as the user it is told by the password checker, so
you may want to verify your permissions.
--
***********************************
Matthew H Patterson
Unix Systems Administrator
National Support Center, LLC
Naperville, Illinois, USA
***********************************
On Wed, 17 Jan 2001, Sean Coyle wrote:
>
> Hey there guys;
>
> I have posed to this list before, and I think it got lost amidst much
> more interesting problems. Below is the problem I am facing:
>
> Using:
>
> qmail-1.03+patches-18
> ucspi-tcp-0.88-1
> ucspi-unix-0.34-1
> daemontools-0.70-2
> autorespond-1.0.0
> vmailmgr-0.96.9-1
> supervise-scripts-3.3-1
> omail-admin-0.96pre10
>
> Here is my problem,
>
> I have one existing /etc/passwd (local) user that can check mail via
> POP3.
>
> I have 3 virtual users created from vmailmgr that can receive mail from
> external sources, but can not check and receive that mail via POP3.
>
> My thoughts are that pop-3 - qmail-popup is simply not looking in the
> correct directory and finding the appropriate passwd.cdb file and users
> folder. However, SMTP is getting those messages into the correct area, as
> when I look in the respective virtual accounts 'new' and 'cur' folders, mail
> is there.
>
> Below is what the qmail-lint grabs, I don't care about those users, as they
> are not to receive mail anyway:
>
> Warning: cannot receive mail (does not own home directory): brandon
> Warning: cannot receive mail (does not own home directory): phorum
> Warning: cannot receive mail (does not own home directory): wedding
> Warning: cannot receive mail (does not own home directory): dtlog
> Warning: cannot receive mail (does not own home directory): qmaillog
>
> Attached is the output from /usr/bin/qmail-showctl, maillog, and the
> vmailmgr current log.
>
> If anyone has any ideas, I would be very grateful to hear them!
>
> Cheers,
>
> Sean
>
>
----------------------------------------
Content-Type: multipart/appledouble; name="unnamed"
Content-Transfer-Encoding: 7bit
Content-Description:
----------------------------------------
----------------------------------------
Content-Type: multipart/appledouble; name="unnamed"
Content-Transfer-Encoding: 7bit
Content-Description:
----------------------------------------
----------------------------------------
Content-Type: multipart/appledouble; name="unnamed"
Content-Transfer-Encoding: 7bit
Content-Description:
----------------------------------------
Matthew and anyone else reading;
Below are the processes currently running on my box right now that are
directly related to qmail, another thing I am trying to figure out, is if
'qread' and 'qstat' are actually necessary. Also below, you will see the
line stating "tcpserver -dHRvX -c 20 -x /etc/tcpcontrol/pop-3.cdb 0 pop-3
qmail-popup www.worldvibe.org checkvpw qmail" this points to checkvpw and
is using that for qmail-pop authentication.
Also the checkpassword file in /var/qmail/control/checkpassword
contatins the line "checkvpw"
And the file enclosed is 'run' from /service/pop3d/run this file is used
to start up the pop-3 service.
root 136 0.0 1.4 1220 448 ? S 14:07 0:00 svscan /service
root 142 0.0 1.4 1184 432 ? S 14:07 0:00 supervise vmailmgrd
root 143 0.0 1.4 1184 432 ? S 14:07 0:00 supervise log
root 144 0.0 1.4 1184 432 ? S 14:07 0:00 supervise pop3d
root 145 0.0 1.4 1184 432 ? S 14:07 0:00 supervise log
root 146 0.0 1.5 1180 468 ? S 14:07 0:00 unixserver -v --
/var/service/vmailmgrd/socket vmailmgrd -D -V
root 147 0.0 2.0 1344 600 ? S 14:07 0:00 tcpserver -dHRvX -c 20
-x /etc/tcpcontrol/pop-3.cdb 0 pop-3 qmail-popup www.worldvibe.org checkvpw
qmail
root 148 0.0 1.4 1196 432 ? S 14:07 0:00 multilog t
/var/log/vmailmgrd
qmaillog 150 0.0 1.7 1204 532 ? S 14:07 0:00 splogger pop-3
root 473 0.0 1.4 1220 448 ? S 14:07 0:00 svscan
root 478 0.0 1.4 1184 432 ? S 14:07 0:00 supervise qmail
root 479 0.0 1.4 1184 432 ? S 14:07 0:00 supervise log
root 480 0.0 1.4 1184 432 ? S 14:07 0:00 supervise qread
root 483 0.0 1.4 1184 432 ? S 14:07 0:00 supervise qstat
qmails 485 0.0 1.4 1176 436 ? S 14:07 0:00 unixserver -U -q
/tmp/.qmail-qread /usr/bin/qmail-qread
qmails 487 0.0 1.4 1176 436 ? S 14:07 0:00 unixserver -U -q
/tmp/.qmail-qstat /usr/bin/qmail-qstat
qmails 488 0.0 1.7 1248 516 ? S 14:07 0:00 qmail-send
qmaillog 489 0.0 1.7 1204 532 ? S 14:07 0:00 splogger qmail
root 506 0.0 1.8 1252 568 ? S 14:07 0:00 gpm -t Busmouse
root 519 0.0 1.5 1212 468 ? S 14:07 0:00 qmail-lspawn ./Maildir/
qmailr 520 0.0 1.5 1208 456 ? S 14:07 0:00 qmail-rspawn
qmailq 521 0.0 1.5 1188 456 ? S 14:07 0:00 qmail-clean
Matthew Patterson wrote:
> remember, whichever password checker you use has to be passed the folder for
> qmail-pop3d to look in. so, if you are using djb's checkpassword program, it
> will not be able to auth the virtual users. I have very little experience with
> vmailmgr, but if there is a pop password checker in that package, make sure
> that you use that. otherwise, code one out similar to vpopmail that will pass
> the correct directory and uid/gid numbers. qmail-pop3d will try to look in
> whatever folder it is told as the user it is told by the password checker, so
> you may want to verify your permissions.
>
> --
> ***********************************
> Matthew H Patterson
> Unix Systems Administrator
> National Support Center, LLC
> Naperville, Illinois, USA
> ***********************************
>
>
> On Wed, 17 Jan 2001, Sean Coyle wrote:
>>
>> Hey there guys;
>>
>> I have posed to this list before, and I think it got lost amidst much
>> more interesting problems. Below is the problem I am facing:
>>
>> Using:
>>
>> qmail-1.03+patches-18
>> ucspi-tcp-0.88-1
>> ucspi-unix-0.34-1
>> daemontools-0.70-2
>> autorespond-1.0.0
>> vmailmgr-0.96.9-1
>> supervise-scripts-3.3-1
>> omail-admin-0.96pre10
>>
>> Here is my problem,
>>
>> I have one existing /etc/passwd (local) user that can check mail via
>> POP3.
>>
>> I have 3 virtual users created from vmailmgr that can receive mail from
>> external sources, but can not check and receive that mail via POP3.
>>
>> My thoughts are that pop-3 - qmail-popup is simply not looking in the
>> correct directory and finding the appropriate passwd.cdb file and users
>> folder. However, SMTP is getting those messages into the correct area, as
>> when I look in the respective virtual accounts 'new' and 'cur' folders, mail
>> is there.
>>
>> Below is what the qmail-lint grabs, I don't care about those users, as they
>> are not to receive mail anyway:
>>
>> Warning: cannot receive mail (does not own home directory): brandon
>> Warning: cannot receive mail (does not own home directory): phorum
>> Warning: cannot receive mail (does not own home directory): wedding
>> Warning: cannot receive mail (does not own home directory): dtlog
>> Warning: cannot receive mail (does not own home directory): qmaillog
>>
>> Attached is the output from /usr/bin/qmail-showctl, maillog, and the
>> vmailmgr current log.
>>
>> If anyone has any ideas, I would be very grateful to hear them!
>>
>> Cheers,
>>
>> Sean
>>
>>
>
> ----------------------------------------
> Content-Type: multipart/appledouble; name="unnamed"
> Content-Transfer-Encoding: 7bit
> Content-Description:
> ----------------------------------------
>
> ----------------------------------------
> Content-Type: multipart/appledouble; name="unnamed"
> Content-Transfer-Encoding: 7bit
> Content-Description:
> ----------------------------------------
>
> ----------------------------------------
> Content-Type: multipart/appledouble; name="unnamed"
> Content-Transfer-Encoding: 7bit
> Content-Description:
> ----------------------------------------
>
Quoting Henning Brauer ([EMAIL PROTECTED]):
> On Tue, Jan 16, 2001 at 11:33:06AM -0600, Charles Cazabon wrote:
> > Henning Brauer <[EMAIL PROTECTED]> wrote:
> > > dnsmx 371.net gives mx.371.net, so this one is reachable from outside.
> > I meant that "smtp.371.net" might be an internal-only mail relay. Any host
> > named "mx\d" is probably a publically-reachable MX.
>
> This is speculation. As mx.371.net is a MX for this domain it must be
> reachable from outside. For the others we don't have any information.
I could have sworn that's what he said, in essence, especially as he
qualified his statement with "might." Why quibble over semantics?
There's high-enough SNR as it is, and you relatively recent
subscribers need to stop arguing all the damn time, please.
Aaron
Hi,
I need to allow open relay on my mail server for a certain domain eg:
*.somedomain.com. tcpserver does not seem to support domain names is there
some other way that I can do this?
cheers,
Bjorn
--
Bjorn Nilsen <[EMAIL PROTECTED]>
Manux Solutions Ltd
Ph +64 3 343 2031 Fax +64 3 343 3064
Level 1, 39 Leslie Hills Drive, Riccarton
PO Box 3074 Christchurch
Bjorn Nilsen <[EMAIL PROTECTED]> writes:
> I need to allow open relay on my mail server for a certain domain eg:
> *.somedomain.com. tcpserver does not seem to support domain names is there
> some other way that I can do this?
You should be able to use
=.somedomain.com:allow,RELAYCLIENT=""
with the latest version of tcpserver. Earlier versions didn't support
this without a patch.
-----ScottG.
On Mon, Jan 15, 2001 at 01:02:53PM -0000, Gonçalo Gomes wrote:
>need a howto, something i can follow step by step and get qmail installed..
Is there something wrong with the step-by-step instructions in the
"INSTALL" file which is included with the Qmail source? I've found
them to be quite useful.
Sean
--
"I'll thrash you like a Netscape process on a machine with 640K."
-- John Shipman, 1998
Sean Reifschneider, Inimitably Superfluous <[EMAIL PROTECTED]>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python
Hi guys,
I have released a new version of vmailadmin.
Vmailadmin is a qmailadmin like application, but is more "usable" by now.
It's getting quite stable and might be worth a look. Now there also german
templates.
Future improvements will be done.
You can check it at http://vmailadmin.sourceforge.net
Thanks,
[]s
Davi
I've got a DOS command-line mailer in use
throughout my network. I set up qmail to run as an smtp relay for the
email being produced from this mailer, qmail-smtpd was barfing with status 256
whenever it received an email. After a
little research/help from the list I included fixcrio in my qmail-smtpd command
line, and that partly fixed the problem.
This mailer can either parse header information
from a text file, using a command line option, or you can use command line
options to set all of the header information. Here's the rub: when I parse
the information from a text file, all is well; when I use the command line
options, all the recipient gets is a completely empty email, no From:, no
Subject:, etc.
Can anyone help me with a little direction on
diagnosing exactly what's going on here, and how to resolve it? I
appreciate any help you can provide.
|
On Wed, Jan 17, 2001 at 05:58:42PM -0800, Boz Crowther wrote:
> Can anyone help me with a little direction on diagnosing exactly what's going on
>here, and how to resolve it? I appreciate any help you can provide.
The ucspi-tcp package contains a program "recordio".
You may want to plug it in before the invocation of qmail-smtpd (just
like fixcrio).
recordio will write everything that passes through it to the logfile,
so you can see whats beeing received and sent.
\Maex
--
SpaceNet AG | http://www.Space.Net/ | Stress is when you wake
Research & Development | mailto:[EMAIL PROTECTED] | up screaming and you
Joseph-Dollinger-Bogen 14 | Tel: +49 (89) 32356-0 | realize you haven't
D-80807 Muenchen | Fax: +49 (89) 32356-299 | fallen asleep yet.
Is it possible to remove a email from a user
mailbox? because I have a email with about 12M of attachement in the
mailbox.
thanks
ckh :)
|
cd /home/user/Maildir/new
Delete the file that is 12 MB
On Thu, 18 Jan 2001, kh wrote:
> Is it possible to remove a email from a user mailbox? because I have a email with
>about 12M of attachement in the mailbox.
> thanks
> ckh :)
>
there are other emails in the mailbox, I do wish to do is that, just to
delete the attachement, not the entire mailbox....
ckh :)
----- Original Message -----
From: "Grant" <[EMAIL PROTECTED]>
To: "kh" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 10:17 AM
Subject: Re: How to remove a email from a mailbox
> cd /home/user/Maildir/new
>
> Delete the file that is 12 MB
>
> On Thu, 18 Jan 2001, kh wrote:
>
> > Is it possible to remove a email from a user mailbox? because I have a
email with about 12M of attachement in the mailbox.
> > thanks
> > ckh :)
> >
>
My instructions were to delete the 12 MB email, not every file in the
Mailrdir/new
Just edit Maildir/new/file with a text editor and remove the attachment.
On Thu, 18 Jan 2001, kh wrote:
> there are other emails in the mailbox, I do wish to do is that, just to
> delete the attachement, not the entire mailbox....
> ckh :)
> ----- Original Message -----
> From: "Grant" <[EMAIL PROTECTED]>
> To: "kh" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, January 18, 2001 10:17 AM
> Subject: Re: How to remove a email from a mailbox
>
>
> > cd /home/user/Maildir/new
> >
> > Delete the file that is 12 MB
> >
> > On Thu, 18 Jan 2001, kh wrote:
> >
> > > Is it possible to remove a email from a user mailbox? because I have a
> email with about 12M of attachement in the mailbox.
> > > thanks
> > > ckh :)
> > >
> >
>
>
the problem is, what is the better text editor I can use rather than vi,
since the attachement has thousands of lines.....
----- Original Message -----
From: "Grant" <[EMAIL PROTECTED]>
To: "kh" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 10:54 AM
Subject: Re: How to remove a email from a mailbox
> My instructions were to delete the 12 MB email, not every file in the
> Mailrdir/new
>
> Just edit Maildir/new/file with a text editor and remove the attachment.
>
> On Thu, 18 Jan 2001, kh wrote:
>
> > there are other emails in the mailbox, I do wish to do is that, just to
> > delete the attachement, not the entire mailbox....
> > ckh :)
> > ----- Original Message -----
> > From: "Grant" <[EMAIL PROTECTED]>
> > To: "kh" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Thursday, January 18, 2001 10:17 AM
> > Subject: Re: How to remove a email from a mailbox
> >
> >
> > > cd /home/user/Maildir/new
> > >
> > > Delete the file that is 12 MB
> > >
> > > On Thu, 18 Jan 2001, kh wrote:
> > >
> > > > Is it possible to remove a email from a user mailbox? because I have
a
> > email with about 12M of attachement in the mailbox.
> > > > thanks
> > > > ckh :)
> > > >
> > >
> >
> >
>
1) use an editor to see how many of the lines at the top of the file you
want to keep, say for example 30
2) # head -n 30 mail_file_name > foo
3) # mv -f foo mail_file_name
--Pete
On Thu, 18 Jan 2001, kh wrote:
> the problem is, what is the better text editor I can use rather than vi,
> since the attachement has thousands of lines.....
>
> ----- Original Message -----
> From: "Grant" <[EMAIL PROTECTED]>
> To: "kh" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, January 18, 2001 10:54 AM
> Subject: Re: How to remove a email from a mailbox
>
>
> > My instructions were to delete the 12 MB email, not every file in the
> > Mailrdir/new
> >
> > Just edit Maildir/new/file with a text editor and remove the attachment.
> >
> > On Thu, 18 Jan 2001, kh wrote:
> >
> > > there are other emails in the mailbox, I do wish to do is that, just to
> > > delete the attachement, not the entire mailbox....
> > > ckh :)
> > > ----- Original Message -----
> > > From: "Grant" <[EMAIL PROTECTED]>
> > > To: "kh" <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 18, 2001 10:17 AM
> > > Subject: Re: How to remove a email from a mailbox
> > >
> > >
> > > > cd /home/user/Maildir/new
> > > >
> > > > Delete the file that is 12 MB
> > > >
> > > > On Thu, 18 Jan 2001, kh wrote:
> > > >
> > > > > Is it possible to remove a email from a user mailbox? because I have
> a
> > > email with about 12M of attachement in the mailbox.
> > > > > thanks
> > > > > ckh :)
> > > > >
> > > >
> > >
> > >
> >
>
That's good. Or keep the lines at the top and type 99999 dd
Deletes 99999 lines in vi
On Wed, 17 Jan 2001, Peter Cavender wrote:
> 1) use an editor to see how many of the lines at the top of the file you
> want to keep, say for example 30
> 2) # head -n 30 mail_file_name > foo
> 3) # mv -f foo mail_file_name
>
>
> --Pete
>
>
> On Thu, 18 Jan 2001, kh wrote:
>
> > the problem is, what is the better text editor I can use rather than vi,
> > since the attachement has thousands of lines.....
> >
> > ----- Original Message -----
> > From: "Grant" <[EMAIL PROTECTED]>
> > To: "kh" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Thursday, January 18, 2001 10:54 AM
> > Subject: Re: How to remove a email from a mailbox
> >
> >
> > > My instructions were to delete the 12 MB email, not every file in the
> > > Mailrdir/new
> > >
> > > Just edit Maildir/new/file with a text editor and remove the attachment.
> > >
> > > On Thu, 18 Jan 2001, kh wrote:
> > >
> > > > there are other emails in the mailbox, I do wish to do is that, just to
> > > > delete the attachement, not the entire mailbox....
> > > > ckh :)
> > > > ----- Original Message -----
> > > > From: "Grant" <[EMAIL PROTECTED]>
> > > > To: "kh" <[EMAIL PROTECTED]>
> > > > Cc: <[EMAIL PROTECTED]>
> > > > Sent: Thursday, January 18, 2001 10:17 AM
> > > > Subject: Re: How to remove a email from a mailbox
> > > >
> > > >
> > > > > cd /home/user/Maildir/new
> > > > >
> > > > > Delete the file that is 12 MB
> > > > >
> > > > > On Thu, 18 Jan 2001, kh wrote:
> > > > >
> > > > > > Is it possible to remove a email from a user mailbox? because I have
> > a
> > > > email with about 12M of attachement in the mailbox.
> > > > > > thanks
> > > > > > ckh :)
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
>
>
it will delete the rest of the emails after the attachemetn, if the
attachement is in some part between the mailbox?
----- Original Message -----
From: "Grant" <[EMAIL PROTECTED]>
To: "Peter Cavender" <[EMAIL PROTECTED]>
Cc: "kh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 11:47 AM
Subject: Re: How to remove a email from a mailbox
> That's good. Or keep the lines at the top and type 99999 dd
>
> Deletes 99999 lines in vi
>
> On Wed, 17 Jan 2001, Peter Cavender wrote:
>
> > 1) use an editor to see how many of the lines at the top of the file you
> > want to keep, say for example 30
> > 2) # head -n 30 mail_file_name > foo
> > 3) # mv -f foo mail_file_name
> >
> >
> > --Pete
> >
> >
> > On Thu, 18 Jan 2001, kh wrote:
> >
> > > the problem is, what is the better text editor I can use rather than
vi,
> > > since the attachement has thousands of lines.....
> > >
> > > ----- Original Message -----
> > > From: "Grant" <[EMAIL PROTECTED]>
> > > To: "kh" <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 18, 2001 10:54 AM
> > > Subject: Re: How to remove a email from a mailbox
> > >
> > >
> > > > My instructions were to delete the 12 MB email, not every file in
the
> > > > Mailrdir/new
> > > >
> > > > Just edit Maildir/new/file with a text editor and remove the
attachment.
> > > >
> > > > On Thu, 18 Jan 2001, kh wrote:
> > > >
> > > > > there are other emails in the mailbox, I do wish to do is that,
just to
> > > > > delete the attachement, not the entire mailbox....
> > > > > ckh :)
> > > > > ----- Original Message -----
> > > > > From: "Grant" <[EMAIL PROTECTED]>
> > > > > To: "kh" <[EMAIL PROTECTED]>
> > > > > Cc: <[EMAIL PROTECTED]>
> > > > > Sent: Thursday, January 18, 2001 10:17 AM
> > > > > Subject: Re: How to remove a email from a mailbox
> > > > >
> > > > >
> > > > > > cd /home/user/Maildir/new
> > > > > >
> > > > > > Delete the file that is 12 MB
> > > > > >
> > > > > > On Thu, 18 Jan 2001, kh wrote:
> > > > > >
> > > > > > > Is it possible to remove a email from a user mailbox? because
I have
> > > a
> > > > > email with about 12M of attachement in the mailbox.
> > > > > > > thanks
> > > > > > > ckh :)
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> >
>
On Thursday 18 January 2001 05:34, you wrote:
> it will delete the rest of the emails after the attachemetn, if the
> attachement is in some part between the mailbox?
>
>
Are you using Maildir format mailboxes? Or /var/spool/mail? I think the
assumption has been made that you are using Maildir. It sounds to me like
you have just the one mbox format file that contains somewhere within it the
offending email.
The "best" solution I can think of, that doesn't require a text editor that
needs lot of RAM or temporary disk space, is to actually load the file your
mail program. For example, run "mail" or "mailx" and use the option to
specify a mail file to open. eg, "mail -f /var/spool/mail/<username>" Best
done as root or the actual owner of the mailbox. Any other user will not
have the required permissions for saving the file.
The next step is to sit back and wait while your chosen program loads the
12Mb+ mbox file....
Next, identify the problem message and delete it, then exit the mail program.
Finally, convert all of your mail users to Maildir format, as this is much
more robust and would have made this while process as simple as this:
cd ~username/Maildir/new
ls -l
<identify big mail message>
rm <big mail message>
Hope this helps.
--
Andrew Bold
Unix Systems Administrator
[EMAIL PROTECTED]
--
This message is confidential. It may also be legally privileged. It is intended
solely for the stated addressee(s) and access to it by anyone else is unauthorised.
If you have received this message in error, you must not disclose, copy, circulate or
in any other way use or rely on the information contained in this message. Such
unauthorised use may be unlawful. If you have received this message in error, please
delete it immediately and advise us by return e-mail to the above address.
Is it the pop3 will remove all the emails from the
mailbox after all emails were downloaded to the local mailbox or pop3 daemon
will delete email by email after each email was downloaded?
thanks
|
The POP daemon will only remove messages when told to do so by the user's
email client software. Eudora, for example, tells the server to delete
each message after it has been downloaded. The client software can opt to
not delete the messages at all.
--Pete
On Thu, 18 Jan 2001, kh wrote:
> Is it the pop3 will remove all the emails from the mailbox after all emails were
>downloaded to the local mailbox or pop3 daemon will delete email by email after each
>email was downloaded?
>
> thanks
>
At 10:18 PM 1/17/2001, Peter Cavender wrote:
look into imap. imap holds all the mail boxes and messages on the
server. this makes it easy for me to check my mail on different computers
then come home and POP it all to my machine. :-)
for qmail you'd want courier-imap. get it at inner7.com
~kurth
>The POP daemon will only remove messages when told to do so by the user's
>email client software. Eudora, for example, tells the server to delete
>each message after it has been downloaded. The client software can opt to
>not delete the messages at all.
>
>
>--Pete
>
>On Thu, 18 Jan 2001, kh wrote:
>
> > Is it the pop3 will remove all the emails from the mailbox after all
> emails were downloaded to the local mailbox or pop3 daemon will delete
> email by email after each email was downloaded?
> >
> > thanks
> >
Are there any good instructions on setting up relay-ctrl?
I'm having some problems with getting it to work.
Thanks for any type of information that may help me,
- Lucas
Lukasz Gogolewski <[EMAIL PROTECTED]>
SupremeDesigns - Tel: (347) 452-6837
http://www.supremedesigns.com
Hi,
Can anybody explain to me what these warnings mean and why do the
files(e-mails) with no group appear in a first place and are being deleted???
Tx Peter
Jan 17 04:45:14 ebox : Security Warning : Group Unowned files found :
Jan 17 04:45:15 ebox : ( theses files now have group "nogroup" as their
group owner. )
On Wed, Jan 17, 2001 at 11:02:21PM -0500, Peter Drahos wrote:
> Hi,
>
> Can anybody explain to me what these warnings mean and why do the
> files(e-mails) with no group appear in a first place and are being deleted???
>
> Tx Peter
>
> Jan 17 04:45:14 ebox : Security Warning : Group Unowned files found :
> Jan 17 04:45:15 ebox : ( theses files now have group "nogroup" as their
> group owner. )
Those aren't messages generated by qmail.
So I guess the question is why is qmail depositing e-mails without the
groupid???
At 12:02 AM 1/18/01 -0500, Alex Pennace wrote:
>On Wed, Jan 17, 2001 at 11:02:21PM -0500, Peter Drahos wrote:
> > Hi,
> >
> > Can anybody explain to me what these warnings mean and why do the
> > files(e-mails) with no group appear in a first place and are being
> deleted???
> >
> > Tx Peter
> >
> > Jan 17 04:45:14 ebox : Security Warning : Group Unowned files found :
> > Jan 17 04:45:15 ebox : ( theses files now have group "nogroup" as their
> > group owner. )
>
>Those aren't messages generated by qmail.
On Thu, Jan 18, 2001 at 12:15:33AM -0500, Peter Drahos wrote:
> At 12:02 AM 1/18/01 -0500, Alex Pennace wrote:
> >On Wed, Jan 17, 2001 at 11:02:21PM -0500, Peter Drahos wrote:
> > > Jan 17 04:45:14 ebox : Security Warning : Group Unowned files found :
> > > Jan 17 04:45:15 ebox : ( theses files now have group "nogroup" as their
> > > group owner. )
> >
> >Those aren't messages generated by qmail.
>
> So I guess the question is why is qmail depositing e-mails without the
> groupid???
The logs indicate no such thing is occuring. Find out which program is
generating those entries and work from there.
How can one determine and specify the IP address used by qmail-remote for
remote mail delivery? It used the default IP for the host instead of the
address for its FQDN.
-K
"Do not meddle in the affairs of dragons, because you are crunchy and taste
good with ketchup."
Hi
I have quite a few of these in my mail.log file. Did anybody see this
before????
Jan 14 06:55:33 ebox qmail: 979473333.338776 info msg 8037: bytes 5264 from
<#@[]> qp 15913 uid 508
Tx Peter
I get them, I think it's user: anonymous when crontab emails the output
from a cronjob... I think, something close to that maybe.
On Wed, 17 Jan 2001, Peter Drahos wrote:
> Hi
>
> I have quite a few of these in my mail.log file. Did anybody see this
> before????
>
> Jan 14 06:55:33 ebox qmail: 979473333.338776 info msg 8037: bytes 5264 from
> <#@[]> qp 15913 uid 508
>
> Tx Peter
>
>
How do I convert from someother mail format to
maildir format used by qmail. Basically I am currently having mails being
delivered as files with each mail being a single unix file. I currently am
looking at migrating from a proprietory mail platform to qmail and have figured
out all the other tasks (moving the userid, passwd, etc).
If someone could tell me the logic on how to
convert (say from a unix mail) to maildir, it would be helpful
Regards Manny
|
Hi,
I have two mail servers, the one is located in the same office as my isp
data line and is my main mail server, the other is a remote mail server in
another part of the country.
The remote server needs to be a pop server, all mail arriving at the main
mail server gets forwarded to the remote mail server and the clients read
their mail off the remote server. The remote server also needs to be an smtp
server so that the remote users can connect to that server and send their
mail. How do I set the remote server up to forward all smtp traffic to the
main mail server?
Thank you
Raymond
On Thursday 18 January 2001 08:00, Raymond Orchison wrote:
>How do I set the remote server up to forward all smtp traffic
> to the main mail server?
On the remote server, create an smtproutes file:
echo ":main.mail.server.fqdn" > /var/qmail/control/smtproutes
This will cause the remote mail server to forward all SMTP mail the the main
mail server.
Hope this helps.
Andy
--
Andrew Bold
Unix Systems Administrator
[EMAIL PROTECTED]
--
This message is confidential. It may also be legally privileged. It is intended
solely for the stated addressee(s) and access to it by anyone else is unauthorised.
If you have received this message in error, you must not disclose, copy, circulate or
in any other way use or rely on the information contained in this message. Such
unauthorised use may be unlawful. If you have received this message in error, please
delete it immediately and advise us by return e-mail to the above address.
Hi,
who rotates the logs when using multilog? I did not find a manpage for
multilog. I want to avoid the automatic rotation and rotate the logs my
own. qmail is installed as described in LWQ.
thanks
/ch
not much reason to use multilog if you're not going to use its rotation
features, unless you're using other features it possesses, like pattern
matching or something. i can't think of what self-rotation would be wiser
than multilog, however.
anyway, check out:
http://cr.yp.to/daemontools/multilog.html
for a man page substitution of sorts.
-tcl.
On Thu, 18 Jan 2001, Clemens Hermann wrote:
> Hi,
>
> who rotates the logs when using multilog? I did not find a manpage for
> multilog. I want to avoid the automatic rotation and rotate the logs my
> own. qmail is installed as described in LWQ.
>
> thanks
>
> /ch
>