[Q] delivery & log file

2001-06-25 Thread YOON, Joo-Yung

Hello,

I think I am misunderstood in qmail system.

I have a domain of my own which is dynamically dns'ed by a ISP in Korea.
It is "arbago.com".

When I send an email to "[EMAIL PROTECTED]", it is sent from "mutt",
but I can not find it in the world nor in my server.

The log file says the following.
@40003b37f37412cea4d4 starting delivery 15: msg 46607 to local [EMAIL PROTECTED]
m

I did not mean to send it as a local email because "arbago.com" is dynamically
dns'ed outside in the world, not in my PC.

More interesting is when I send an email to a PC in the local net.
There is "jango" host at an internal domain "arirang", which is the server of
the local net.

And I have a user "yjy" at "jango.arirang". ("[EMAIL PROTECTED]")
The log says the following.
@40003b37f3d022e4943c starting delivery 18: msg 46607 to remote [EMAIL PROTECTED]
irang
@40003b37f3d022e4abac status: local 0/10 remote 1/20
@40003b37f3d03401ca14 delivery 18: success: 10.0.0.1_accepted_message./Remot
e_host_said:_250_ok_993522722_qp_25567/

This time it is sent as a remote email, but in truth the host is in the
local network.

I think I am misunderstood a lot on qmail system.

Please help me out.

The control files are as follows.
1. defaultdomain
   bipa.arirang   (a PC in the local network)

2. locals
   bipa.arirang
   kldp.org
   arbago.com
   kornet.net

3. rcpthosts
   same as locals file

4. smtproutes
   jango.arirang:10.0.0.1
   dagem.arirang:10.0.0.10
   bipa.arirang:10.0.0.20

5. me
   arirang   (internal domain/IP address)
 
6. defaultdomain
   arirang

Warm regards,

Joo-Yung



RE: Multilog log file size specification

2001-06-14 Thread Willy De la Court

On Thursday, June 14, 2001 20:22, Alex Khanin [SMTP:[EMAIL PROTECTED]] wrote:
> I've read the manpage and it states you should use the ssize action,
> So I put this in my /var/qmail/supervise/qmail-send/log/run:
> 
> #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
> /backup/log/qmail ssize 50 nnum 50

try this
/usr/local/bin/multilog t s9 n100 /var/log/qmail

> 
> That is ignored.
> 
> If I put it this way:
> 
> #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t ssize
> 50 nnum 50 /backup/log/qmail
> 
> Then files are created with max size of around 3k instead of 500k.
> 
> What am I doing wrong?? Someone please help.
> 
> Thanks.



RE: Multilog log file size specification

2001-06-14 Thread Michael Boyiazis


> -Original Message-
> From: Alex Khanin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 14, 2001 11:22 AM
> To: [EMAIL PROTECTED]
> Subject: Multilog log file size specification
> 
> 
> I've read the manpage and it states you should use the ssize action,
> So I put this in my /var/qmail/supervise/qmail-send/log/run:
> 
> #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
> /backup/log/qmail ssize 50 nnum 50
> 
> That is ignored.
> 
> If I put it this way:
> 
> #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t ssize
> 50 nnum 50 /backup/log/qmail

make it  ...  t s500 n50 

-- 
Michael Boyiazis
[EMAIL PROTECTED]
Mail Architect, NetZero, Inc.




Re: Multilog log file size specification

2001-06-14 Thread Charles Cazabon

Alex Khanin <[EMAIL PROTECTED]> wrote:
> I've read the manpage and it states you should use the ssize action,
> So I put this in my /var/qmail/supervise/qmail-send/log/run:
> 
> #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
> /backup/log/qmail ssize 50 nnum 50
> 
> That is ignored.
[...] 
> What am I doing wrong??

Taking the documentation too literally.  The size directive should be
"s50" to create logs of 0.5MB each.  Not "ssize 50".  The "action"
itself is just "s", the "size" in the documentation is the parameter of that
action.

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.
---



Multilog log file size specification

2001-06-14 Thread Alex Khanin

I've read the manpage and it states you should use the ssize action,
So I put this in my /var/qmail/supervise/qmail-send/log/run:

#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
/backup/log/qmail ssize 50 nnum 50

That is ignored.

If I put it this way:

#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t ssize
50 nnum 50 /backup/log/qmail

Then files are created with max size of around 3k instead of 500k.

What am I doing wrong?? Someone please help.

Thanks.




Re: I can't find qmail's log file.

2001-02-18 Thread japc


Do a

chown -R qmaill:qmail /var/log/qmail

this should do it.

Regards.


On Fri, Feb 16, 2001 at 06:32:57PM -, Qiao Aijun wrote:
> 
> > Let us see the owner and permissions of /varlog/qmail.
> > 
> > ls -la /var/log | grep qmail
> 
> drwx--S---2 root root 1024 Feb 15 14:37 qmail
> 
>  
> > .
> > 
> > On Fri, Feb 16, 2001 at 12:28:07AM -, Qiao Aijun wrote:
> > > I have tried /var/log/qmail. There is nothing in the directory.
> > > 
> > > Qiao
> > > - Original Message -
> > > From: "Jerry Lynde" <[EMAIL PROTECTED]>
> > > To: "qmail list" <[EMAIL PROTECTED]>
> > > Sent: 15 February 2001 23:49
> > > Subject: Re: I can't find qmail's log file.
> > > 
> > > 

-- 
Jose AP Celestino  <[EMAIL PROTECTED]>  || SAPO / PT Multimedia
Administração de Sistemas / Operações || http://www.sapo.pt
--
The amount of work done varies inversly with the time spent in the office.



Re: I can't find qmail's log file.

2001-02-16 Thread Frank Tegtmeyer


 
> drwx--S---2 root root 1024 Feb 15 14:37 qmail

chown qmaill /var/log/qmail
chmod 700 /var/log/qmail

This should do it.



Re: I can't find qmail's log file.

2001-02-16 Thread Qiao Aijun


> Let us see the owner and permissions of /varlog/qmail.
> 
> ls -la /var/log | grep qmail

drwx--S---2 root root 1024 Feb 15 14:37 qmail

 
> .
> 
> On Fri, Feb 16, 2001 at 12:28:07AM -, Qiao Aijun wrote:
> > I have tried /var/log/qmail. There is nothing in the directory.
> > 
> > Qiao
> > - Original Message -
> > From: "Jerry Lynde" <[EMAIL PROTECTED]>
> > To: "qmail list" <[EMAIL PROTECTED]>
> > Sent: 15 February 2001 23:49
> > Subject: Re: I can't find qmail's log file.
> > 
> > 
> > > At 04:12 PM 2/15/2001, qiao aijun wrote:
> > > >I wan't switch syslog to multilog. I could't find log file in
> > /var/log/qmail
> > > >after I changed   qmail rc file and restart the machine.
> > > >
> > > >The following is my rc file.
> > > >#!/bin/sh
> > > >
> > > ># Using splogger to send the log through syslog.
> > > ># Using qmail-local to deliver messages to ~/Mailbox by default.
> > > >
> > > >exec env - PATH="/var/qmail/bin:$PATH" \
> > > >qmail-start ./Maildir/ multilog t /var/log/qmail
> > > >
> > > >Qiao
> > >
> > > Try /var/log/qmail
> > >
> > >
> > > Jer
> > >
> > >
> > >
> > 
> 
> -- 
> Jose AP Celestino  <[EMAIL PROTECTED]>  || SAPO / PT Multimedia
> Administração de Sistemas / Operações || http://www.sapo.pt
> --
> Gravity brings me down.
> 
> 



Re: I can't find qmail's log file.

2001-02-15 Thread japc

Let us see the owner and permissions of /varlog/qmail.

ls -la /var/log | grep qmail

.

On Fri, Feb 16, 2001 at 12:28:07AM -, Qiao Aijun wrote:
> I have tried /var/log/qmail. There is nothing in the directory.
> 
> Qiao
> - Original Message -
> From: "Jerry Lynde" <[EMAIL PROTECTED]>
> To: "qmail list" <[EMAIL PROTECTED]>
> Sent: 15 February 2001 23:49
> Subject: Re: I can't find qmail's log file.
> 
> 
> > At 04:12 PM 2/15/2001, qiao aijun wrote:
> > >I wan't switch syslog to multilog. I could't find log file in
> /var/log/qmail
> > >after I changed   qmail rc file and restart the machine.
> > >
> > >The following is my rc file.
> > >#!/bin/sh
> > >
> > ># Using splogger to send the log through syslog.
> > ># Using qmail-local to deliver messages to ~/Mailbox by default.
> > >
> > >exec env - PATH="/var/qmail/bin:$PATH" \
> > >qmail-start ./Maildir/ multilog t /var/log/qmail
> > >
> > >Qiao
> >
> > Try /var/log/qmail
> >
> >
> > Jer
> >
> >
> >
> 

-- 
Jose AP Celestino  <[EMAIL PROTECTED]>  || SAPO / PT Multimedia
Administração de Sistemas / Operações || http://www.sapo.pt
--
Gravity brings me down.



Re: I can't find qmail's log file.

2001-02-15 Thread Qiao Aijun

I have tried /var/log/qmail. There is nothing in the directory.

Qiao
- Original Message -
From: "Jerry Lynde" <[EMAIL PROTECTED]>
To: "qmail list" <[EMAIL PROTECTED]>
Sent: 15 February 2001 23:49
Subject: Re: I can't find qmail's log file.


> At 04:12 PM 2/15/2001, qiao aijun wrote:
> >I wan't switch syslog to multilog. I could't find log file in
/var/log/qmail
> >after I changed   qmail rc file and restart the machine.
> >
> >The following is my rc file.
> >#!/bin/sh
> >
> ># Using splogger to send the log through syslog.
> ># Using qmail-local to deliver messages to ~/Mailbox by default.
> >
> >exec env - PATH="/var/qmail/bin:$PATH" \
> >qmail-start ./Maildir/ multilog t /var/log/qmail
> >
> >Qiao
>
> Try /var/log/qmail
>
>
> Jer
>
>
>




Re: I can't find qmail's log file.

2001-02-15 Thread Jerry Lynde

At 04:12 PM 2/15/2001, qiao aijun wrote:
>I wan't switch syslog to multilog. I could't find log file in /var/log/qmail
>after I changed   qmail rc file and restart the machine.
>
>The following is my rc file.
>#!/bin/sh
>
># Using splogger to send the log through syslog.
># Using qmail-local to deliver messages to ~/Mailbox by default.
>
>exec env - PATH="/var/qmail/bin:$PATH" \
>qmail-start ./Maildir/ multilog t /var/log/qmail
>
>Qiao

Try /var/log/qmail


Jer




I can't find qmail's log file.

2001-02-15 Thread qiao aijun

I wan't switch syslog to multilog. I could't find log file in /var/log/qmail
after I changed   qmail rc file and restart the machine.

The following is my rc file.
#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ multilog t /var/log/qmail

Qiao




Re: qmail log file

2000-11-17 Thread Brad Cox

Typically in /var/log/maillog or /var/adm/maillog, but it can vary
depending on how your system is set up.  Look for a line that contains 
something like "mail.*" in the first column of /etc/syslog.conf, the second
column tells where one will find the log.  "man syslog.conf" and "man
syslogd" for more information.

On Sat, Nov 18, 2000 at 01:02:29AM -, Neil Grant wrote:
> really stupid question:
> 
> where is the qmail log file (refered to as syslog in the documentation)?

-- 
Brad Cox[EMAIL PROTECTED]
Key fingerprint = E741 589E 4A43 DA89 C5AA  B9A3 7E44 18BB C16B F62D
I'm young ... I'm HEALTHY ... I can HIKE THRU CAPT GROGAN'S LUMBAR REGIONS!



qmail log file

2000-11-17 Thread Neil Grant



 hi,
 
really stupid question:
 
where is the qmail log file (refered to as syslog 
in the documentation)?
 
 
thanks
Neil


Re: No maildir log file??

2000-11-08 Thread markd

On Wed, Nov 08, 2000 at 08:37:04PM +1100, Brett Randall wrote:
 
> So, when you echo "" > Mailbox, you are missing one crucial
> step. Change the ownerships BACK to the owner. ie the user that will

Hmm. Generally speak, if the file already exists, then the ownership
and modes are unchanged. Agreed it depends on the shell.

> Basically, what you are doing is silly. Modifying a file which could
> be in use by some other process (especially log files) is likely to
> cause you hell.

Agreed. When modifying or replacing a file it behooves you to understand
how to interact with the program(s) accessing to that file. It differs
depending on the program. You cannot treat a mailbox like a syslog file
and you cannot treat a syslog file like a multilog file, etc.


Regards.



Re: No maildir log file??

2000-11-08 Thread Brett Randall

On Wed, 8 Nov 2000, [EMAIL PROTECTED] wrote:

> What you are telling, is completely right..  But, I also written
> that I tried to change the ownershop of the files with chown...

Sorry, must have missed it.

> So, I truncated the file to 0 bytes.. Then I did chown owner.group
> of the file..  This didn't do the job.. I understand that the root
> user did the chown bit, but how can Qmail know that this was done..?

Can you:
1. ls -la ~/
2. ls -la ~/..
3. cat ~/.qmail

> About, the log, you are right about this, but what is the best way
> to clear the log file?

Use multilog, then it 'clears' itself automatically when it reaches a
set size. If you want instructions on how to use it, see Life with
Qmail. (I love that line :)
-- 
"Goto, n.: A programming tool that exists to allow structured programmers
to complain about unstructured programmers."

- Ray Simard 



Re: No maildir log file??

2000-11-08 Thread David Bouw

Hi Brett,

What you are telling, is completely right..
But, I also written that I tried to change the ownershop of the files with
chown...

So, I truncated the file to 0 bytes.. Then I did chown owner.group of the
file..
This didn't do the job.. I understand that the root user did the chown bit,
but how can
Qmail know that this was done..?

About, the log, you are right about this, but what is the best way to clear
the log file?

Basically a log data is appended on the end of the file, so I wouldn't think
that you can't do such great problems by sending an empty string to you log
files.. Thought wrong I guess, but how is this normally done?

Well, thanks for the help Brett,

Guest I learn something again.. :-)

Luckily Linux can handle these stupid things or else I wouldn't have gotten
the following.. :-)

 11:10am  up 138 days, 16:05,  5 users,  load average: 0.16, 0.03, 0.01

Bye bye
David


> > With the Mailbox files if I try to fetch my mail I get an error
> > telling me that the password is incorrect.. After deleting the
> > Mailbox file (chown owner.groep doesn't help) and letting qmail
> > recreate it, it works like it should..
>
> The computer talks does it? "Sorry dude that password's wrong, nick
> off."  I don't think so somehow. Now, if you were to telnet to port
> 110 and manually login, what would the error say? Authorisation
> failed. This is the generic error meaning "I CAN'T HANDLE THE STRESS!"
> cos something has exploded.
>
> So, when you echo "" > Mailbox, you are missing one crucial
> step. Change the ownerships BACK to the owner. ie the user that will
> be logging in to retrieve that mail. I'm not even going to explain
> why or how. Search the archives.
>
> Basically, what you are doing is silly. Modifying a file which could
> be in use by some other process (especially log files) is likely to
> cause you hell. BTW What do you mean the maildir log file? If you mean
> your mail log, just restart your logger (splogger, multilog, whatever)
> via killall -HUP logapp .
>
> B
> --
> C:\DOS C:\DOS\RUN RUN\DOS\RUN
> C:\WINDOWS C:\WINDOWS\GO C:\PC\CRAWL
>




Re: No maildir log file??

2000-11-08 Thread Brett Randall

On Wed, 8 Nov 2000, [EMAIL PROTECTED] wrote:

> With the Mailbox files if I try to fetch my mail I get an error
> telling me that the password is incorrect.. After deleting the
> Mailbox file (chown owner.groep doesn't help) and letting qmail
> recreate it, it works like it should..

The computer talks does it? "Sorry dude that password's wrong, nick
off."  I don't think so somehow. Now, if you were to telnet to port
110 and manually login, what would the error say? Authorisation
failed. This is the generic error meaning "I CAN'T HANDLE THE STRESS!"
cos something has exploded.

So, when you echo "" > Mailbox, you are missing one crucial
step. Change the ownerships BACK to the owner. ie the user that will
be logging in to retrieve that mail. I'm not even going to explain
why or how. Search the archives.

Basically, what you are doing is silly. Modifying a file which could
be in use by some other process (especially log files) is likely to
cause you hell. BTW What do you mean the maildir log file? If you mean
your mail log, just restart your logger (splogger, multilog, whatever)
via killall -HUP logapp .

B
-- 
C:\DOS C:\DOS\RUN RUN\DOS\RUN 
C:\WINDOWS C:\WINDOWS\GO C:\PC\CRAWL



No maildir log file??

2000-11-08 Thread David Bouw



Hi everyone..
 
I noticed the following which I don't 
understand..
 
I have a habit of sometime making an file empty by 
doing: echo "" >file_to_empty.ext
(Writing an empty datastring to it..)
 
I do this with LOG files and also did it once or 
twice with an Mailbox file..
The reason for this is that I don't want to delete 
these files for programs that look for this (log) file..
 
I also did this with the Qmail log file, I now 
notice that this file doesn't grow anymore (e.g. nothing is written to this log 
file anymore..)
 
With the Mailbox files if I try to fetch my 
mail I get an error telling me that the password is incorrect.. After deleting 
the Mailbox file (chown owner.groep doesn't help) and letting qmail recreate it, 
it works like it should..
 
Why is this? (Probably security, and how does Qmail 
know that the owner didn't create the file? I did a chown to give the right 
group/ownership to the file..)
 
But the most important, how can I get Qmail logging 
again to my maildir file?? I deleted it, but he also doesn't recreate it any 
more..? :-(
 
Thanks in advance for suggestions..
 
Bye Bye
David Bouw


Re: Problem with Log File

2000-11-02 Thread Schwarz Hans-Juergen

Hello Christophe,

Thursday, November 02, 2000, 10:11:55 AM, you wrote:

> @40003a0121b33a6cb404 alert: cannot start: unable to read controls
> @40003a0121b50467d0b4 alert: cannot start: unable to read controls

do you got your domain name in the /var/qmail/control/me -File? Are
the dns settings right?

> How could I check that my email  with "echo to: gast |
> /var/qmail/bin/qmail-inject "
> was sent ?

check it in the queue directory ../todo ../intd


regards
Hans-Juergen




Viele Gruesse aus dem Allgaeu

Schwarz Hans-Juergen

--
HJS Internetdienste
Westerharter Weg 11
87700 Memmingen

Fon: 08331-901104
Fax: 08331-901105
Mail: [EMAIL PROTECTED]
Web: www.hjs.de





Re: Problem with Log File

2000-11-02 Thread Charles Cazabon

[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> @40003a0121b12c862ba4 alert: cannot start: unable to read controls
> @40003a0121b233ef76ac alert: cannot start: unable to read controls
> @40003a0121b33a6cb404 alert: cannot start: unable to read controls
> @40003a0121b50467d0b4 alert: cannot start: unable to read controls
> 
> How could I check that my email  with "echo to: gast |
> /var/qmail/bin/qmail-inject "
> was sent ?

It almost certainly hasn't been sent.  qmail is complaining that it can't read
its control files, which reside in /var/qmail/control .  Check the directory
and file permissions, as well as ownership of the files in there.

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.
---



Problem with Log File

2000-11-02 Thread Christophe . Andreoli



   Hello !

I am testing my Qmail installation, according to test.deliver.

with echo to: gast | /var/qmail/bin/qmail-inject


I didn't find the file written by multilog. I verified that multilog is
running, as you see with ps.


root   253   246  0 08:59 ?00:00:02 supervise qmail-send
root   255   246  0 08:59 ?00:00:00 supervise qmail-smtpd
qmaild 257   255  0 08:59 ?00:00:00 /usr/local/bin/tcpserver -v
 -p -
x /etc/tcp.smtp.cdb -c 20 -u 502 -g 101 0 smtp /var/qmail/bin/qmail-smtpd
qmaill 259   254  0 08:59 ?00:00:00 /usr/local/bin/multilog t
/var/l
og/qmail
qmaill 260   256  0 08:59 ?00:00:00 /usr/local/bin/multilog
qmails   17143   253  0 10:00 ?00:00:00 qmail-send
root 17159 17143  0 10:00 ?00:00:00 qmail-lspawn ./Mailbox
qmailr   17160 17143  0 10:00 ?00:00:00 qmail-rspawn
qmailq   17161 17143  0 10:00 ?00:00:00 qmail-clean
gast 17326 14412  0 11:05 pts/100:00:00 grep qmail





The listing of /var/log/qmail is the following:

@400039fec55f04fc7764.s  @400039fee4341f37f75c.s  lock
@400039fecb6810f214d4.s  @400039feea441b8d69d4.s  smtpd
@400039fed1711d919674.s  @40003a01219b231dc8c4.s  state
@400039fed82b05612ca4.s  @40003a01279d11ed513c.s
@400039fede300ac86234.s  current


All the data with @ have the following content.

@40003a0121a20a95fbdc alert: cannot start: unable to read controls
@40003a0121a31147b6b4 alert: cannot start: unable to read controls
@40003a0121a416d6ee74 alert: cannot start: unable to read controls
@40003a0121a51efeab64 alert: cannot start: unable to read controls
@40003a0121a6258e47dc alert: cannot start: unable to read controls
@40003a0121a72c1e8094 alert: cannot start: unable to read controls
@40003a0121a832f0d714 alert: cannot start: unable to read controls
@40003a0121a939d584e4 alert: cannot start: unable to read controls
@40003a0121ab04d4985c alert: cannot start: unable to read controls
@40003a0121ac0b55543c alert: cannot start: unable to read controls
@40003a0121ad11b03c84 alert: cannot start: unable to read controls
@40003a0121ae1763b19c alert: cannot start: unable to read controls
@40003a0121af1f9578dc alert: cannot start: unable to read controls
@40003a0121b0262382fc alert: cannot start: unable to read controls
@40003a0121b12c862ba4 alert: cannot start: unable to read controls
@40003a0121b233ef76ac alert: cannot start: unable to read controls
@40003a0121b33a6cb404 alert: cannot start: unable to read controls
@40003a0121b50467d0b4 alert: cannot start: unable to read controls

How could I check that my email  with "echo to: gast |
/var/qmail/bin/qmail-inject "
was sent ?


  Thank you





Re: Log file

2000-10-10 Thread Dave Sill

"Mark van der Putten" <[EMAIL PROTECTED]> wrote:

>my qmail logfiles are filled with only this line over and over again.
>--
>971017556.174395 warning: trouble opening local/1/18700; will try again later
>--
>
>Does anyone know what the problem is

Yes, your queue is corrupt. Stop qmail, run "make check" and/or one of 
the queue checkers from www.qmail.org, fix the problem, restart qmail.

-Dave



Log file

2000-10-09 Thread Mark van der Putten

Oops i wan't subscribed to the list

>Hi there,
>
>my qmail logfiles are filled with only this line over and over again.
>--
>971017556.174395 warning: trouble opening local/1/18700; will try again later
>--
>
>Does anyone know what the problem is and how it can be fixed ??
>

regards Mark van der Putten





Log file

2000-10-09 Thread Mark van der Putten

Hi there,

my qmail logfiles are filled with only this line over and over again.
--
971017556.174395 warning: trouble opening local/1/18700; will try again later
--

Does anyone know what the problem is

regards Mark van der Putten
end
--
Disclaimer:  Any errors in spelling, tact,
or fact are transmission errors !
--
E-mail at work [EMAIL PROTECTED]
E-mail at home[EMAIL PROTECTED]
  [EMAIL PROTECTED]
E-mail at School  [EMAIL PROTECTED]




log file for checkpasswd

2000-10-05 Thread Patrick Liechty



Does checkpasswd have a log file?  What is the 
default location if it does?
 
Patrick Liechty


Emend LWQ? was Re: Can't find my log file

2000-07-01 Thread Lou Hevly

At 18:42 01/07/00 +0200, Steffan Hoeke wrote:
>On Sat, Jul 01, 2000 at 12:12:26PM +0100, Lou Hevly wrote:

>> Sorry to ask so basic a question, but after installing qmail successfully
>> following LWQ, I'm unable to find my log file. `ps` shows that multilog is >> being 
>invoked...


>"All of qmail-send's activity is logged in /var/log/qmail/current"

Yes indeed. Thank you very much.

Still, the excellent LWQ *does* say:

"The log directory is specified on the multilog command line, so you
can find it by examining your qmail startup script."

Unless I'm misinterpreting the meaning of 'log directory',
/var/log/qmail/ isn't mentioned anywhere in the startup script
suggested in LWQ. And because many questions are asked on this
list by those who haven't bothered to check their log files,
might I, humble beginner though I be, suggest that LWQ be emended
with Steffan Hoeke's answer to me (quoted above)?

-- 
All the best (Adéu-siau),
Lou Hevly
[EMAIL PROTECTED]
http://www.visca.com



Re: Can't find my log file

2000-07-01 Thread Steffan Hoeke

On Sat, Jul 01, 2000 at 12:12:26PM +0100, Lou Hevly wrote:
> Greetings:
> 
> Sorry to ask so basic a question, but after installing qmail successfully following 
>LWQ, I'm unable to find my log file. `ps` shows that multilog is being invoked:
> 
> qmaill 541  0.0  1.1  1092   356  ?  S14:42   0:00 /usr/local/bin/multilog t 
>/var/log/qmail
All of qmail-send's activity is logged in /var/log/qmail/current

> qmaill 542  0.0  1.0  1084   328  ?  S14:42   0:00 /usr/local/bin/multilog t 
>/var/log/qmail/smtpd
All of qmail-smptd's activity is logged in /var/log/qmail/smptd/current

> The doc says:
> 
> "The log directory is specified on the multilog command line, so you can find it by 
>examining your qmail startup script."
i.e. the /var/log/qmail and /var/log/qmail/smtpd directories 
 
> I used the startup script from LWQ, but I don`t see where it tells me where the log 
>directory is.
See above ;-)

> Thanks.
> Lou Hevly
HTH,
 Steffan
BTW: please set the margins to 80 chars, makes replying easier .
-- 
http://therookie.dyndns.org




Can't find my log file

2000-07-01 Thread Lou Hevly

Greetings:

Sorry to ask so basic a question, but after installing qmail successfully following 
LWQ, I'm unable to find my log file. `ps` shows that multilog is being invoked:

qmaill 541  0.0  1.1  1092   356  ?  S14:42   0:00 /usr/local/bin/multilog t 
/var/log/qmail
qmaill 542  0.0  1.0  1084   328  ?  S14:42   0:00 /usr/local/bin/multilog t 
/var/log/qmail/smtpd

In these two directories (/var/log/qmail and /var/log/qmail/smtpd) I can find no log 
files. I also looked in /var/qmail/supervise/ and /var/qmail/supervise/*/log

The doc says:

"The log directory is specified on the multilog command line, so you can find it by 
examining your qmail startup script."

I used the startup script from LWQ, but I don`t see where it tells me where the log 
directory is.

I'm running on Linux 2.0.36.

Thanks.

-- 
All the best (Adéu-siau),
Lou Hevly
[EMAIL PROTECTED]
http://www.visca.com



Re: log file

2000-06-23 Thread Cyril Bitterich

Mark Lo wrote:

> I can't find the log file for qmail. (using life with qmail
> installation instructions) !!!  Please tell me where it is .  Thanks

Isn't the current one /var/log/qmail/current or /var/log/qmail/smtpd/current, depending
what you need?

Sorry I cannot access the LWQ at the moment and I'm not sure wether I changed it 
slightly.
But maybe the direction helps.
The older ones are the ones with the @ in front of the filename.

Ciao,

Cyril



log file

2000-06-23 Thread Mark Lo

Hi,

I can't find the log file for qmail. (using life with qmail
installation instructions) !!!  Please tell me where it is .  Thanks

Regards,

Mark






Re: pop3 Log file?

2000-05-31 Thread Petr Novotny

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 31 May 00, at 10:50, Marco Benetton wrote:

> Hi, 
> I haven't a file where there are the pop3 log.

What kind of log do you need/expect?

> This is the configuration in the /etc/inetd.conf file
> 
> 
> pop-3   stream  tcp nowait  root/var/qmail/bin/qmail-popup
> qmail-popup dns.protec.it /bin/checkpassword
> /var/qmail/bin/qmail-pop3d Maildir
> 
> Any suggestion?

No log is getting created this way (except that if 
/bin/checkpassword is PAMified, it reports failed authentication 
attempts).

-BEGIN PGP SIGNATURE-
Version: PGP 6.0.2 -- QDPGP 2.60 
Comment: http://community.wow.net/grt/qdpgp.html

iQA/AwUBOTTDjVMwP8g7qbw/EQKnfgCfRs4PC3uYCt+64baMorOYTieUeZ8AniSE
EbY2GCZV12QEIVeTHWfJtG9Z
=A3LG
-END PGP SIGNATURE-
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
PGP key ID: 0x3BA9BC3F
-- Don't you know there ain't no devil there's just God when he's drunk.
 [Tom Waits]



pop3 Log file?

2000-05-31 Thread Marco Benetton

Hi, 
I haven't a file where there are the pop3 log.
This is the configuration in the /etc/inetd.conf file


pop-3   stream  tcp nowait  root/var/qmail/bin/qmail-popup
qmail-popup dns.protec.it /bin/checkpassword /var/qmail/bin/qmail-pop3d
Maildir

Any suggestion?
Thanks

-- 

-
Marco





to get qmail system administrators name in the LOG file

2000-04-26 Thread ravivr

Dear all,

As we know that the Qmail  delivers  the delivery failure report(ie,bounced
back mail)to the sender thru qmail-send program.
But in the logs I dont get the name of MAILER-DAEMON/SYSTEM-ADMIN , but I
simply get a BLANK name (ie, no from ID).

How can I modify this so that in the logs I should get MY
SYSTEM-ADMINISTRATOR name   instead of  BLANK name.
Can anyone pls suggest regarding this.

Thanks in Advance,

Rgds,
RAVI.V.R






Re: Excessive build-up of log file at MAILHOST end.

1999-07-05 Thread Harald Hanche-Olsen

+ [EMAIL PROTECTED]:

| I have just found out that the qmail installation at my site is
| generating a huge failure log at the host site.
| I definitely need to get rid of that problem.
| Can anyone suggest how?

Find out what causes the failures and correct the problem.

- Harald



Excessive build-up of log file at MAILHOST end.

1999-07-05 Thread Chittaranjan . Mandal


I have just found out that the qmail installation at my site is
generating a huge failure log at the host site.
I definitely need to get rid of that problem.
Can anyone suggest how?

Thanks,
Chitta