Re: qmail logs?

2001-03-16 Thread Sumith

Thanks dave...

I figured it out just after posting this mail to the list :)

What would be the best qmail - log anlyzer to use which would work with
multilog

Thanks a lot

- Sumith

> Sumith <[EMAIL PROTECTED]> wrote:
>
> >I need to scan my qmail log files for generating an html report. Since
> >this rpms use multilog, I am using isoqlog for getting my job done. But
> >the Install files says that you need to feed this in qmail-send log
> >directory. There is no qmail-send in /var/service. there is only
> >qmail/log, qmail-smtpd/log and qmail-pop3d/log.
>
> qmail/log is the one you want.
>
> -Dave
>




Re: system-aliases not found

2001-03-16 Thread Greg White

On Fri, Mar 16, 2001 at 10:09:33PM -0600, Timothy Legant wrote:
> On Thu, Mar 15, 2001 at 11:54:23PM -0800, Eric Pretorious wrote:
> > 
SNIP
> > Yes - 'eric' is an existing username.
> > Yes - 'eric' is able to receive mail sent to 'eric', 'eric@charlie', 
> > '[EMAIL PROTECTED]', & '[EMAIL PROTECTED]' in the Mailbox in 
> > /home/eric.
> 
> Can you show us the contents of these files:
> 
> /var/qmail/control/me
>.../defaulthost
>.../defaultdomain
> 
> Tim

Try the following (to the OP):

echo "&[EMAIL PROTECTED]" > ~alias/.qmail-root

and then try to deliver to root.

If that works, either me or defaulthost/defaultdomain is probably not correct...

-- 
Greg White
Those who make peaceful revolution impossible will make violent
revolution inevitable.
-- John F. Kennedy



Re: system-aliases not found

2001-03-16 Thread Timothy Legant

On Thu, Mar 15, 2001 at 11:54:23PM -0800, Eric Pretorious wrote:
> 
> >From: Ahmad Ridha <[EMAIL PROTECTED]>
> >Subject: Re: system-aliases not found
> >Date: Fri, 16 Mar 2001 14:28:49 +0700
> >
> >1) Is 'eric' an existing username?
> >2) Is 'eric' able to receive e-mails addressed to him directly
> >([EMAIL PROTECTED])? Does he have the proper mailbox
> > as mentioned  in his .qmail file (or the default delivery one)?
> 
> Ahmad:
> 
> Yes - 'eric' is an existing username.
> Yes - 'eric' is able to receive mail sent to 'eric', 'eric@charlie', 
> '[EMAIL PROTECTED]', & '[EMAIL PROTECTED]' in the Mailbox in 
> /home/eric.

Can you show us the contents of these files:

/var/qmail/control/me
   .../defaulthost
   .../defaultdomain

Tim



Re: Why does POP3 log "inetd ... exit status 1"

2001-03-16 Thread Timothy Legant

On Fri, Mar 16, 2001 at 10:51:59PM +0100, Milivoj Ivkovic wrote:
> Thank you for the replies.
> 
> >Why are you running with inetd anyway?
> >[...]
> >I would make the switch to tcpserver (check out www.lifewithqmail.org for
> 
> It is Life with Qmail which I used for help in my setup. It says:
> 
> "Typically, qmail-popup is run via inetd or tcpserver"
> 
> "For a busier service, use tcpserver instead."
> 
> So using inetd seems right in my case.

tcpserver works better than inetd for not-so-busy cases, too :)

> In case that matters, I'm not using qmail for smtp (but postfix), only 
> qmail-popup for pop3.

 !!!

Does Postfix deliver to maildirs or Unix mailboxes? If not to maildirs,
then qmail's pop3 service can't possibly work. That might explain your
exit 1.

> Well, what else can I say? I wouldn't have thought my problem to be so 
> esoteric.

On the contrary, people subscribed to this list and running Postfix are
an extremely rare breed!

Tim



Re: Error 127: qmail-local.o

2001-03-16 Thread Eric Pretorious

>From: "Eric Pretorious" <[EMAIL PROTECTED]>
>Subject: Error 127: qmail-local.o
>Date: Wed, 14 Mar 2001 00:01:49 -0800
>
>When compiling qmail, the compiler returns the message "make: ***
>[qmakil-local.o] Error 127" and exits.
>
>What does this error mean? How can I correct this?
>
>Eric P.
>Los Gatos, CA

FWIW:

After reading more of the error message, I learned that I had not installed 
the gcc when installing RH-7.0. After much frustration and pain, I succeeded 
in installing the gcc and compiling qmail.

Eric P.
Los Gatos, CA
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




RE: HELP SMTP problem

2001-03-16 Thread Eric Pretorious

> > From: vikas sinha [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 15, 2001 7:24 PM
> > Subject: HELP SMTP problem
> >
> >
> > I just installed qmail1.03-i386.rpm on my RedHat6.0(kernel 2.2.9)
> > It seems SMTP is not working properly. When I try to send
> > e-mail by pine.
> >  It complained "SMTP greeting failure: 421 SMTP connection went away".
> >
> >  IF I try to telnet localhost 25, here is the response
> >  telnet localhost 25
> >  Trying 127.0.0.1...
> >  Connected to localhost.
> >  Escape character is '^]'.
> >  Connection closed by foreign host.
> >
> > When i Checked the /var/qmail/bin/qmail-smtpd status
> > it showed
> > 220 hostname ESMTP
> > 502 unimplemenetd (#5.5.1)

I'm experiencing something very similar: When telnet'ing to port 25 of 
localhost (i.e., `telnet localhost 25`) I also receive the message 
"Connection closed by foreign host." but not an entry in /var/log/messages.

My configuration is slightly different: My RH-7.0 uses xinetd so the 
/etc/xinetd.d/smtp file has this entry (from the xinetd FAQ page: 
http://www.xinetd.org/faq.html#qmail)...

service smtp
{
flags   = REUSE NAMEINARGS
socket_type = stream
protocol= tcp
wait= no
user= qmaild
server  = /usr/sbin/tcpd
server_args = /var/qmail/bin/tcp-env -R 
/var/qmail/bin/qmail-smtpd
}

...and the /etc/hosts.allow file has a single entry...

ALL:ALL

Local delivery works between users though system-aliases (e.g., .qmail-root) 
do not.

Please help.

Eric P.
Los Gatos, CA
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




RE: system-aliases not found

2001-03-16 Thread Eric Pretorious

>From: "Virginia Chism" <[EMAIL PROTECTED]>
>Subject: RE: system-aliases not found
>Date: Fri, 16 Mar 2001 15:55:32 -0600
>
>Shouldn't the system-alias file /var/qmail/alias/.qmail-root contain
>'&eric'?
>
>-Original Message-
>From: Eric Pretorious [mailto:[EMAIL PROTECTED]]
>Sent: Friday, March 16, 2001 3:06 AM
>Subject: Re: system-aliases not found
> >
> > >Ahmad:
> > >
> > >Yes - 'eric' is an existing username.
> > >Yes - 'eric' is able to receive mail sent to 'eric', 'eric@charlie',
> > >'[EMAIL PROTECTED]', & '[EMAIL PROTECTED]' in the Mailbox 
>in
> > >/home/eric.
> > >
> > >Eric P.

Virginia:

I've also tried '&eric'...  :^(

Eric P.
Los Gatos, CA
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




RE: Why does POP3 log "inetd ... exit status 1"

2001-03-16 Thread schoon

Use tcpserver just like LWQ suggests.

.mark

>--
>From:  Milivoj Ivkovic[SMTP:[EMAIL PROTECTED]]
>Sent:  Friday, March 16, 2001 1:51 PM
>To:[EMAIL PROTECTED]
>Subject:   RE: Why does POP3 log "inetd ... exit status 1"
>
>Thank you for the replies.
>
>>Why are you running with inetd anyway?
>>[...]
>>I would make the switch to tcpserver (check out www.lifewithqmail.org for
>
>It is Life with Qmail which I used for help in my setup. It says:
>
>"Typically, qmail-popup is run via inetd or tcpserver"
>
>"For a busier service, use tcpserver instead."
>
>So using inetd seems right in my case.
>
>>   It might be something in the way your logging is setup.
>
>Logging seems to be doing what I expect. Like in this case, reporting a 
>non-zero exit code.
>
>But why does qmail-pop3d (or is it checkpassword?) exit with "1"?
>
>>My guess would be either your logging is screwed up, or you really do have
>>imap running but you don't know it.
>
>I'm quite sure I have nothing else listening on that port:
>
># grep "^ *pop" /etc/inetd.conf
>pop3 stream tcp nowait root /usr/sbin/tcpd /opt/qmail/bin/qmail-popup 
>net1.alma.ch /opt/qmail/bin/checkpassword /opt/qmail/bin/qmail-pop3d Maildir
>poppassd stream tcp nowait root /usr/sbin/tcpd poppassd
>
>(pop3 all on 1 line of course)
>
>And (sorry for the long and boring list):
># ps axf
>   PID TTY  STAT   TIME COMMAND
> 1 ?S  0:11 init [3]
> 2 ?SW 0:02 [kflushd]
> 3 ?SW 0:06 [kupdate]
> 4 ?SW 0:00 [kpiod]
> 5 ?SW 0:04 [kswapd]
> 6 ?SW<0:00 [mdrecoveryd]
>   316 ?S  0:09 /opt/chrony/sbin/chronyd
>   367 ?S  1:33 syslogd -m 0
>   376 ?S  0:00 klogd
>   390 ?S  0:00 /usr/sbin/atd
>   404 ?S  0:00 crond
>   442 ?S  0:19 /usr/sbin/sshd
>   599 tty2 SW 0:00 [mingetty]
>   600 tty3 SW 0:00 [mingetty]
>   601 tty4 SW 0:00 [mingetty]
>   602 tty5 SW 0:00 [mingetty]
>   603 tty6 SW 0:00 [mingetty]
>   629 tty1 SW 0:00 [mingetty]
>  4375 ?S  0:42 named -u named
>26701 ?S  0:02 inetd
>26564 ?S  0:00  \_ in.telnetd: mi-note.alma.ch
>26565 pts/0S  0:00  |   \_ login -- mi
>26566 pts/0S  0:00  |   \_ -bash
>26586 pts/0S  0:00  |   \_ colortail -f -k ...
>26589 ?S  0:00  \_ in.telnetd: mi-note.alma.ch
>26590 pts/1S  0:00  \_ login -- mi
>26597 pts/1S  0:00  \_ -bash
>26617 pts/1S  0:00  \_ su
>26618 pts/1S  0:00  \_ bash
>26630 pts/1S  0:01  \_ /usr/bin/mc -P
>26632 pts/2S  0:00  \_ bash -rcfile .bashrc
>26923 pts/2R  0:00  \_ ps axf
>26281 ?S  0:00 /usr/sbin/httpd ...
>26299 ?S  0:00  \_ /usr/sbin/httpd ...
>[  ...   more httpd   ...  ]
>26736 ?S  0:00 /usr/psionic/portsentry/portsentry -atcp
>26919 ?S  0:00 /usr/libexec/postfix/master
>26921 ?S  0:00  \_ pickup -l -t fifo -c
>26922 ?S  0:00  \_ qmgr -l -t fifo -u -c
>
>qmail-* was compiled from sources (1.03) without patches.
>checkpassword also, version 0.90.
>
>In case that matters, I'm not using qmail for smtp (but postfix), only 
>qmail-popup for pop3.
>
>Well, what else can I say? I wouldn't have thought my problem to be so 
>esoteric.
>
>Any clues are still welcome!
>
>Thank you,
>
>Milivoj
>
>
>




RE: Why does POP3 log "inetd ... exit status 1"

2001-03-16 Thread Milivoj Ivkovic

Thank you for the replies.

>Why are you running with inetd anyway?
>[...]
>I would make the switch to tcpserver (check out www.lifewithqmail.org for

It is Life with Qmail which I used for help in my setup. It says:

"Typically, qmail-popup is run via inetd or tcpserver"

"For a busier service, use tcpserver instead."

So using inetd seems right in my case.

>   It might be something in the way your logging is setup.

Logging seems to be doing what I expect. Like in this case, reporting a 
non-zero exit code.

But why does qmail-pop3d (or is it checkpassword?) exit with "1"?

>My guess would be either your logging is screwed up, or you really do have
>imap running but you don't know it.

I'm quite sure I have nothing else listening on that port:

# grep "^ *pop" /etc/inetd.conf
pop3 stream tcp nowait root /usr/sbin/tcpd /opt/qmail/bin/qmail-popup 
net1.alma.ch /opt/qmail/bin/checkpassword /opt/qmail/bin/qmail-pop3d Maildir
poppassd stream tcp nowait root /usr/sbin/tcpd poppassd

(pop3 all on 1 line of course)

And (sorry for the long and boring list):
# ps axf
   PID TTY  STAT   TIME COMMAND
 1 ?S  0:11 init [3]
 2 ?SW 0:02 [kflushd]
 3 ?SW 0:06 [kupdate]
 4 ?SW 0:00 [kpiod]
 5 ?SW 0:04 [kswapd]
 6 ?SW<0:00 [mdrecoveryd]
   316 ?S  0:09 /opt/chrony/sbin/chronyd
   367 ?S  1:33 syslogd -m 0
   376 ?S  0:00 klogd
   390 ?S  0:00 /usr/sbin/atd
   404 ?S  0:00 crond
   442 ?S  0:19 /usr/sbin/sshd
   599 tty2 SW 0:00 [mingetty]
   600 tty3 SW 0:00 [mingetty]
   601 tty4 SW 0:00 [mingetty]
   602 tty5 SW 0:00 [mingetty]
   603 tty6 SW 0:00 [mingetty]
   629 tty1 SW 0:00 [mingetty]
  4375 ?S  0:42 named -u named
26701 ?S  0:02 inetd
26564 ?S  0:00  \_ in.telnetd: mi-note.alma.ch
26565 pts/0S  0:00  |   \_ login -- mi
26566 pts/0S  0:00  |   \_ -bash
26586 pts/0S  0:00  |   \_ colortail -f -k ...
26589 ?S  0:00  \_ in.telnetd: mi-note.alma.ch
26590 pts/1S  0:00  \_ login -- mi
26597 pts/1S  0:00  \_ -bash
26617 pts/1S  0:00  \_ su
26618 pts/1S  0:00  \_ bash
26630 pts/1S  0:01  \_ /usr/bin/mc -P
26632 pts/2S  0:00  \_ bash -rcfile .bashrc
26923 pts/2R  0:00  \_ ps axf
26281 ?S  0:00 /usr/sbin/httpd ...
26299 ?S  0:00  \_ /usr/sbin/httpd ...
[  ...   more httpd   ...  ]
26736 ?S  0:00 /usr/psionic/portsentry/portsentry -atcp
26919 ?S  0:00 /usr/libexec/postfix/master
26921 ?S  0:00  \_ pickup -l -t fifo -c
26922 ?S  0:00  \_ qmgr -l -t fifo -u -c

qmail-* was compiled from sources (1.03) without patches.
checkpassword also, version 0.90.

In case that matters, I'm not using qmail for smtp (but postfix), only 
qmail-popup for pop3.

Well, what else can I say? I wouldn't have thought my problem to be so 
esoteric.

Any clues are still welcome!

Thank you,

Milivoj




Re: Backup mail server

2001-03-16 Thread Charles Cazabon

Ryan Pape <[EMAIL PROTECTED]> wrote:
> 
> I'm assuming the best way to implement a backup mail server that will queue
> mail in the event of a problem with the best MX would be to set the backup
> server as 2nd MX (obviously), and then add all the appropriate domains to
> rcpthosts.
> 
> Will that cause mail to be cached automatically, or is it necessary to add
> them to smtproutes additionally?

Nope, just rcpthosts.  The second machine will forward them on to the
best-preference MX automatically when it's reachable.

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



vqregister-2.5 released

2001-03-16 Thread vol

vQregister 2.5 has been released with the new
demographic collection code, as well as some
other new features, fixes, and updates.

If you're interested, head over to http://www.inter7.com/vqregister
-- 
[EMAIL PROTECTED]
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
New prices!  http://www.inter7.com/prices.html



Re: big mail lists

2001-03-16 Thread Charles Cazabon

ed lim <[EMAIL PROTECTED]> wrote:
> Can anyone help me with a big to do list? Where can I get it and how do I
> install it?

It's not quite clear what you mean here.  If you mean you want to install
the big-todo patch to qmail, go to www.qmail.org; links to the patch are
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.
---



Re: advocacy page...

2001-03-16 Thread George Georgalis

On Fri, Mar 16, 2001 at 02:01:38PM +0700, FMIPA Student wrote:
>
>At 10:06 AM 3/16/01 -0800, George Georgalis wrote:
>>Okay where is the qmail advocacy page linked, and why is it not in any
>>search engines? Most importantly, what is the URL?
>>
>>// George
>
>Advocacy page? What do you mean? Anyway, most things you need about qmail
>can be found at www.qmail.org

  
Some essays etc. for sub corporate colleagues.
  
// George


-- 
George Georgalis, System Administrator http://WorldSite.WS
Global Domains International 701 Palomar Airport Rd, Suite 300
Carlsbad, CA 92009 U.S.A.  Phone: 760.602.3000 Fax: 760.602.3099



Backup mail server

2001-03-16 Thread Ryan Pape


I'm assuming the best way to implement a backup mail server that will queue
mail in the event of a problem with the best MX would be to set the backup
server as 2nd MX (obviously), and then add all the appropriate domains to
rcpthosts.

Will that cause mail to be cached automatically, or is it necessary to add
them to smtproutes additionally?

Thanks




Re: OT: Resume's

2001-03-16 Thread jsunday




This could have been taken off list, but for some reason you felt
the need to include...

It's not that I don't know what to write...   There are so many aspects of
myself that are marketable I do not know which aspects/properties OTHER
people consider important(e.g. what you would list on YOUR resume)

Obviously you've nothing to contribute...   I hope you don't have to look
for a new job soon...

Jesse




: You got to be kiddingif you don't know what to write about yourself,
how
: to do
: expect to find a job
:
: Jesse Sunday wrote:
:
: > I know this is off topic
: >
: > I am considering a change in employment and would like to see some of
the
: > list members resumes to get an idea of what to list on my resume...
: >
: > I've not looked for a job in many years...   any help would be
appreciated,
: > thanbs!!!
: >
: > Jesse
:
: --
: ===
: Medi Montaseri, [EMAIL PROTECTED], 408-450-7114
: Prepass Inc, IT/Operations, Software Eng.
: ===
:
:
:
:



re: big mail lists

2001-03-16 Thread ed lim



Hi,
 
    Can 
anyone help me with a big to do list? Where can I get it and how do I install 
it?
 


RE: Repeated Identical Messages

2001-03-16 Thread Shashi Dookhee

Hi Markus,

I see where you are coming from with this, but I don't think that is the
problem.  We've checked with the senders and their firewalls only log ONE
outbound connection to us.  If the 250 OK was not being sent, the sender's
SMTP gateway would make multiple connections (one for each repeated
message).  This being the case, it does look like a local problem - but I
can't seem to find the message anywhere!

We'll investigate further (in case the sender's firewall were not being
totally honest ;)).

Thanks!

Shash


-Original Message-
From: Markus Stumpf [mailto:[EMAIL PROTECTED]]
Sent: 16 March 2001 18:49
To: Steve Crowder
Cc: [EMAIL PROTECTED]; Harald Hanche-Olsen; Shashi Dookhee
Subject: Re: Repeated Identical Messages


On Fri, Mar 16, 2001 at 05:44:54PM -, Steve Crowder wrote:
> We restarted our qmail server last night explicitly adding to
> control/timeoutsmtpd a value of 1200
>
> as per the mail by \Maex

1200 is the default. So setting this to 1200 won't change anything ;-)
btw. you do not need to restart qmail, this file is read by every invocation
of qmail-smtpd (i.e. on every new connection).

I have looked at the code of qmail-smtpd.c
The 451 timeout is issued by the receiver if it doesn't get any
infos from the sender within timeout (=1200 default or from
timeoutsmtpd).

- the message seems to have arrived successfully (including CRLF.CRLF)
  otherwise the receiver wouldn't have it correctly in queue.
  At that point if the connection breaks the mail will be delivered.
  (if there where no local filesystem problems, message size problems,
  too many hops or the like).
- Then the receiver sends back the "250 ok tstamp qp pid".
  This tells the sender that the message was received ok.
  And it looks like this code never arrives at the sender.

Would all of you that have the problems mind makeing a test and
inserting an explicit
flush();
call in qmail-smtpd.c in function acceptmessage() as the last statement.
This *should* not be needed, as the data command has a flush entry ...

What *really* puzzels me is that saferead() spits out an error to the
sender before closing, but safewrite() simply does an _exit(1).
Maybe inserting some error output could also help tracking down the
problem.

\Maex

--
SpaceNet AG| Joseph-Dollinger-Bogen 14 | Fon: +49 (89) 32356-0
Research & Development |   D-80807 Muenchen| Fax: +49 (89) 32356-299
Stress is when you wake up screaming and you realize you haven't fallen
asleep yet.




Re: OT: Resume's

2001-03-16 Thread Medi Montaseri

You got to be kiddingif you don't know what to write about yourself, how
to do
expect to find a job

Jesse Sunday wrote:

> I know this is off topic
>
> I am considering a change in employment and would like to see some of the
> list members resumes to get an idea of what to list on my resume...
>
> I've not looked for a job in many years...   any help would be appreciated,
> thanks!!!
>
> Jesse

--
===
Medi Montaseri, [EMAIL PROTECTED], 408-450-7114
Prepass Inc, IT/Operations, Software Eng.
===






Re: advocacy page...

2001-03-16 Thread George Georgalis

>On Fri, Mar 16, 2001 at 10:06:44AM -0800, George Georgalis wrote:
>>Okay where is the qmail advocacy page linked, and why is it not in any
>>search engines? Most importantly, what is the URL?

>Do you mean http://www.qmail.org ?  If you can't find qmail advocates in
>a search, then you're using a dead engine.  Google lists a bunch.

No, it looks something like

http://cr.yp.to/qmail/advo.html
http://cr.yp.to/qmail/advocacy.html
http://www.qmail.org/advo.html
http://www.qmail.org/advocacy.html

I think I've seen it but didn't bookmark it.

// George


-- 
George Georgalis, System Administrator http://WorldSite.WS
Global Domains International 701 Palomar Airport Rd, Suite 300
Carlsbad, CA 92009 U.S.A.  Phone: 760.602.3000 Fax: 760.602.3099



Re: advocacy page...

2001-03-16 Thread FMIPA Student


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 10:06 AM 3/16/01 -0800, George Georgalis wrote:
>Okay where is the qmail advocacy page linked, and why is it not in any
>search engines? Most importantly, what is the URL?
>
>// George

Advocacy page? What do you mean? Anyway, most things you need about qmail
can be found at www.qmail.org

Regards,

Ahmad Ridha

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 7.0.3 for non-commercial use 

iQA/AwUBOrG6Uq01M7MMw92qEQI/YQCgmdPnUuTdyksVRJQcFXHSF7n5kmQAoN3y
QNu8fFgBM0YaOV3xt8hiDrpd
=XRsx
-END PGP SIGNATURE-




Re: Repeated Identical Messages

2001-03-16 Thread Markus Stumpf

On Fri, Mar 16, 2001 at 05:44:54PM -, Steve Crowder wrote:
> We restarted our qmail server last night explicitly adding to
> control/timeoutsmtpd a value of 1200
> 
> as per the mail by \Maex

1200 is the default. So setting this to 1200 won't change anything ;-)
btw. you do not need to restart qmail, this file is read by every invocation
of qmail-smtpd (i.e. on every new connection).

I have looked at the code of qmail-smtpd.c
The 451 timeout is issued by the receiver if it doesn't get any
infos from the sender within timeout (=1200 default or from
timeoutsmtpd).

- the message seems to have arrived successfully (including CRLF.CRLF)
  otherwise the receiver wouldn't have it correctly in queue.
  At that point if the connection breaks the mail will be delivered.
  (if there where no local filesystem problems, message size problems,
  too many hops or the like).
- Then the receiver sends back the "250 ok tstamp qp pid".
  This tells the sender that the message was received ok.
  And it looks like this code never arrives at the sender.

Would all of you that have the problems mind makeing a test and
inserting an explicit
flush();
call in qmail-smtpd.c in function acceptmessage() as the last statement.
This *should* not be needed, as the data command has a flush entry ...

What *really* puzzels me is that saferead() spits out an error to the
sender before closing, but safewrite() simply does an _exit(1).
Maybe inserting some error output could also help tracking down the
problem.

\Maex

-- 
SpaceNet AG| Joseph-Dollinger-Bogen 14 | Fon: +49 (89) 32356-0
Research & Development |   D-80807 Muenchen| Fax: +49 (89) 32356-299
Stress is when you wake up screaming and you realize you haven't fallen
asleep yet.



Re: qmail logs?

2001-03-16 Thread Dave Sill

Sumith <[EMAIL PROTECTED]> wrote:

>I need to scan my qmail log files for generating an html report. Since
>this rpms use multilog, I am using isoqlog for getting my job done. But
>the Install files says that you need to feed this in qmail-send log
>directory. There is no qmail-send in /var/service. there is only
>qmail/log, qmail-smtpd/log and qmail-pop3d/log.

qmail/log is the one you want.

-Dave



advocacy page...

2001-03-16 Thread George Georgalis

Okay where is the qmail advocacy page linked, and why is it not in any
search engines? Most importantly, what is the URL?

// George


-- 
George Georgalis, System Administrator http://WorldSite.WS
Global Domains International 701 Palomar Airport Rd, Suite 300
Carlsbad, CA 92009 U.S.A.  Phone: 760.602.3000 Fax: 760.602.3099



RE: Repeated Identical Messages

2001-03-16 Thread Steve Crowder

Hi

Here are the headers from the first mail and the latest in the repeating
cycle that I have received.

First mail headers:

X-NAV-TimeoutProtection0: X
X-NAV-TimeoutProtection1: X
X-NAV-TimeoutProtection2: X
X-NAV-TimeoutProtection3: X
X-NAV-TimeoutProtection4: X
X-NAV-TimeoutProtection5: X
X-NAV-TimeoutProtection6: X
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 60372 invoked by alias); 14 Mar 2001 15:05:28 -
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 60367 invoked from network); 14 Mar 2001 15:05:28 -
Received: from muncher.math.uic.edu (131.193.178.181)
  by mail-1.traffic.co.uk with SMTP; 14 Mar 2001 15:05:28 -
Received: (qmail 6398 invoked by uid 1002); 14 Mar 2001 14:59:46 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 20740 invoked from network); 14 Mar 2001 14:59:45 -
Received: from sal.qcc.sk.ca (198.169.27.3)
  by muncher.math.uic.edu with SMTP; 14 Mar 2001 14:59:45 -
Received: (qmail 20874 invoked by uid 1016); 14 Mar 2001 14:59:22 -
Date: Wed, 14 Mar 2001 08:59:22 -0600
From: Charles Cazabon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Messages Won't Remove From Queue
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <[EMAIL PROTECTED]>; from
[EMAIL PROTECTED] on Wed, Mar 14, 2001 at 08:48:55AM -0600
X-UIDL: H
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 34093 invoked by alias); 16 Mar 2001 16:56:46 -
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 34086 invoked from network); 16 Mar 2001 16:56:46 -
Received: from muncher.math.uic.edu (131.193.178.181)
  by mail-1.traffic.co.uk with SMTP; 16 Mar 2001 16:56:46 -
Received: (qmail 6398 invoked by uid 1002); 14 Mar 2001 14:59:46 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 20740 invoked from network); 14 Mar 2001 14:59:45 -
Received: from sal.qcc.sk.ca (198.169.27.3)
  by muncher.math.uic.edu with SMTP; 14 Mar 2001 14:59:45 -
Received: (qmail 20874 invoked by uid 1016); 14 Mar 2001 14:59:22 -
Date: Wed, 14 Mar 2001 08:59:22 -0600
From: Charles Cazabon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Messages Won't Remove From Queue
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <[EMAIL PROTECTED]>; from
[EMAIL PROTECTED] on Wed, Mar 14, 2001 at 08:48:55AM -0600
X-UIDL: [`I"!]LB"!e%)"!Je,"!

The X-NAV-TimeoutProtection0: X refers to Norton Antivirus email protection.
I have had email repeaters on machines with this switched off however.

So far I have received twenty seperate instances of this email.

We restarted our qmail server last night explicitly adding to
control/timeoutsmtpd a value of 1200

as per the mail by \Maex

Unfortunately I had another email account experience a repeat in excess of
47 emails today alone from a Hotmail account. I hope I'm missing something
really simple, any help much appreciated.

Thanks

Steve



-Original Message-
From: Harald Hanche-Olsen [mailto:[EMAIL PROTECTED]]
Sent: 16 March 2001 16:11
To: [EMAIL PROTECTED]
Subject: RE: Repeated Identical Messages


+ dan kelley <[EMAIL PROTECTED]>:

| Is there some type of confilct between .qmail and fastfoward, or is a just
| a matter of having the .qmail files not including errors?

I don't know, but I know this:  It could be very useful if some of you
guys seeing these duplicates tried comparing headers of the duplicated
messages.  Starting from the point of duplication, Received: time
stamps will be different.

We need data, not idle speculation.

- Harald





OT: Resume's

2001-03-16 Thread Jesse Sunday



I know this is off topic

I am considering a change in employment and would like to see some of the
list members resumes to get an idea of what to list on my resume...

I've not looked for a job in many years...   any help would be appreciated,
thanks!!!


Jesse





RE: HELP SMTP problem

2001-03-16 Thread Michael Boyiazis

Are you using tcpserver w/ the -x option?  if so, make sure your
tcprules-created-file exists and is noted after the x in the tcpserver
startup script.

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

> -Original Message-
> From: vikas sinha [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 7:24 PM
> To: [EMAIL PROTECTED]
> Subject: HELP SMTP problem
> 
> 
> I just installed qmail1.03-i386.rpm on my RedHat6.0(kernel 2.2.9)
> It seems SMTP is not working properly. When I try to send 
> e-mail by pine.
>  It complained "SMTP greeting failure: 421 SMTP connection went away".
>  
>  IF I try to telnet localhost 25, here is the response
>  telnet localhost 25
>  Trying 127.0.0.1...
>  Connected to localhost.
>  Escape character is '^]'.
>  Connection closed by foreign host.
> 
> When i Checked the /var/qmail/bin/qmail-smtpd status
> it showed 
> 220 hostname ESMTP
> 502 unimplemenetd (#5.5.1)
>  




RE: Repeated Identical Messages

2001-03-16 Thread Harald Hanche-Olsen

+ dan kelley <[EMAIL PROTECTED]>:

| Is there some type of confilct between .qmail and fastfoward, or is a just
| a matter of having the .qmail files not including errors?

I don't know, but I know this:  It could be very useful if some of you
guys seeing these duplicates tried comparing headers of the duplicated
messages.  Starting from the point of duplication, Received: time
stamps will be different.

We need data, not idle speculation.

- Harald



qmailanalog receipients analizyes

2001-03-16 Thread bart


Hello.

Does zsenders's output includes also addresses from which mail is
still in queue ?? I ask because I looked into matchup's output and
there was the address included, but zsender's output didn't ...

Bartek M.



Finally a tool to convert Outlook to mbox

2001-03-16 Thread Mike Jackson

Finally there is a tool to convert outlook mailstores to unix format
(mbox). One downside is that it only runs in windows (they get ya comin'
and goin'). It could be modified to alternatively output to maildir, or
the mbox2maildir script could just be ran afterwards as part of the mail
server upgrade process. 

>From the KDE Kmail pages at:  http://kmail.kde.org/download.html

out2unix ---> http://www.active-com.de/out2unix/

Have Fun!
Mike



RE: Why does POP3 log "inetd ... exit status 1"

2001-03-16 Thread Tim Hunter

Why are you running with inetd anyway?  It might be something in the way
your logging is setup.
I would make the switch to tcpserver (check out www.lifewithqmail.org for
help)
No one knows the reason for your problem because you haven't given enough
information, you reposted the exact same post.  If we couldn't figgure it
out the first time, we can't figgure it out the second time with the same
info.

My guess would be either your logging is screwed up, or you really do have
imap running but you don't know it.

-Original Message-
From: Milivoj Ivkovic [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 4:51 AM
To: [EMAIL PROTECTED]
Subject: Why does POP3 log "inetd ... exit status 1"


Since I had no reply, I try re-posting with a new subject line.

I cannot believe nobody knows the reason of this problem, but the only
reply I got so far was from someone who had the problem but then switched
to courier-imap. There must be a simpler solution, since I don't need IMAP.

>Several people asked this on the list before, but I have not found any
>reply. I hope to have better luck... :-)
>
>Every time the mailbox is checked with POP3, syslog reports:
>
>   Mar  7 15:40:48 net1 inetd[26701]: pid 26937: exit status 1
>
>Other than the annoying message, everything seems fine.
>
>This is what I have in inetd.conf:
>
>pop3 stream tcp nowait root /usr/sbin/tcpd /opt/qmail/bin/qmail-popup
>net1.alma.ch /opt/qmail/bin/checkpassword /opt/qmail/bin/qmail-pop3d
Maildir
>
>(on 1 line of course)
>
>Adding "qmail-popup" before the hostname doesn't solve it. (If I remember
>correctly, it breaks the service)
>
>Changing "pop3" to "pop-3" breaks it as well, with another error I don't
>understand:
>
>   Mar  7 14:41:36 net1 inetd[418]: pop-3/tcp: bind: Address already in use
>
>The system is a redhat 6.2, in case it matters.
>
>Thank you,
>
>Milivoj
>





Re: message notification

2001-03-16 Thread Charles Cazabon

Rohit Gupta <[EMAIL PROTECTED]> wrote:
> are there any tools apart from biff for new mail notification...to any other
> program

num=`ls -1 Maildir/new | wc -l`
if [ "$num" -gt 0 ] ; then echo "$num new messages in Maildir" ; fi

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



RE: system-aliases not found

2001-03-16 Thread Tim Hunter

shouldn't anything in /var/qmail/alias be owned by alias:qmail ?
can alias actually get into /var/qmail/alias/ and read the .qmail-root ?

-Original Message-
From: Jörgen Persson [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 4:45 AM
To: [EMAIL PROTECTED]
Subject: Re: system-aliases not found


On Fri, Mar 16, 2001 at 01:05:33AM -0800, Eric Pretorious wrote:
[snip]
> I don't understand. The Mailbox file in /home/eric receives messages for
the
> user 'eric'. The system-alias file /var/qmail/alias/.qmail-root contains
> 'eric'. Mail messages bound for [EMAIL PROTECTED] should go directly to
> [EMAIL PROTECTED] - Shouldn't they?
[snip]


True

You gave us a snippet from the log earlier:
>/var/log/maillog has the error message "Sorry,_no_mailbox_here... (#5.1.1)"

Was that for root or eric??

Jörgen




Re: Why does POP3 log "inetd ... exit status 1"

2001-03-16 Thread Charles Cazabon

Milivoj Ivkovic <[EMAIL PROTECTED]> wrote:
> Since I had no reply, I try re-posting with a new subject line.

This is considered rude.  If you don't get a reply the first time, it means
that no one is interested in answering your question.  This could be because
you have asked a FAQ, or appear to have not done sufficient research before
posting to the list.

> >pop3 stream tcp nowait root /usr/sbin/tcpd /opt/qmail/bin/qmail-popup 
> >net1.alma.ch /opt/qmail/bin/checkpassword /opt/qmail/bin/qmail-pop3d Maildir

This is probably one of the reasons no one has answered your question -- you're
using inetd and tcpd -- both of which have been deprecated for qmail for
ages.  Switch to tcpserver.  Then if you have problems, people here might
be able to help you.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: troubleshooting

2001-03-16 Thread Tom Beer


> How do you check the messages? By checking the contents of the user's
mailbox
> or using Pine?
pine

 If you use maildir format for your mailbox, you won't be
> able to use
> Pine out of the box.

using mailbox format

Tom




qmail logs?

2001-03-16 Thread Sumith

Hello,

I've installed qmail from memphis rpms found at www.qmail.org

I need to scan my qmail log files for generating an html report. Since
this rpms use multilog, I am using isoqlog for getting my job done. But
the Install files says that you need to feed this in qmail-send log
directory. There is no qmail-send in /var/service. there is only
qmail/log, qmail-smtpd/log and qmail-pop3d/log.

Now how do I go about generating a report .. are these rpm installation
to blame :(

Any help would be very much appreciated.

Regards
Sumith




qmail Digest 16 Mar 2001 11:00:00 -0000 Issue 1305

2001-03-16 Thread qmail-digest-help


qmail Digest 16 Mar 2001 11:00:00 - Issue 1305

Topics (messages 59114 through 59189):

filtering
59114 by: Yves Caetano
59145 by: Todd A. Jacobs
59185 by: Yves Caetano

recordio, but not the whole message
59115 by: Michael T. Babcock

pop3
59116 by: richard morris
59122 by: Jörgen Persson

POP-3 slow reaction
59117 by: Vadik
59118 by: Jankok, Lucio

When list ends
59119 by: Giuliano Vilardo
59120 by: Peter van Dijk

Re: Confused about virtual users and pop3
59121 by: "Próspero, Esteban"
59125 by: Charles Cazabon

Re: How to prevent smtp from accepting blank From: field
59123 by: Charles Cazabon
59157 by: Noel Mistula

Re: Deny Relay, Accept local
59124 by: Charles Cazabon
59147 by: mick

limitations to badmailfrom control file
59126 by: Jeffrey Lomas
59127 by: Peter van Dijk

Repeated Identical Messages
59128 by: Steve Crowder
59129 by: dan kelley
59130 by: Jörgen Persson
59131 by: dan kelley
59132 by: Charles Cazabon
59133 by: dan kelley
59135 by: Steve Crowder
59136 by: cfm.maine.com
59137 by: cfm.maine.com
59139 by: Greg White
59141 by: Jörgen Persson
59144 by: Vincent Schonau
59149 by: Markus Stumpf
59150 by: Jeremy Suo-Anttila
59151 by: Henning Brauer
59152 by: Andy Abshagen
59158 by: dan kelley
59160 by: dan kelley
59163 by: Markus Stumpf

username logging
59134 by: Kurth Bemis
59138 by: Tim Hunter
59142 by: Jörgen Persson
59146 by: Kirill Miazine

Edit error messages
59140 by: Mike  A. Sauvain
59143 by: Charles Cazabon

Re: rotated multilogs are u+x?
59148 by: Alex Pennace
59154 by: Todd A. Jacobs
59155 by: Alex Pennace

Restricting Some Users From Sending
59153 by: T'krin

checkhab IS checkattach
59156 by: Noel Mistula

qmail-pop* and interface link
59159 by: Subba Rao
59162 by: Mark Delany
59181 by: Henning Brauer

simple spam filtering system: critiques welcome
59161 by: Jon Rust
59164 by: Markus Stumpf

Qmail logs and maildrop
59165 by: Ruben Olague

Re: How to convert old mail data ?
59166 by: Essy Ren

HELP  SMTP problem
59167 by: vikas sinha
59170 by: Jörgen Persson

Only special user can send mail?
59168 by: bc201.21cn.com
59169 by: Kurth Bemis

system-aliases not found
59171 by: Eric Pretorious
59172 by: Jörgen Persson
59173 by: Ahmad Ridha
59174 by: Eric Pretorious
59175 by: Eric Pretorious
59177 by: Ahmad Ridha
59178 by: Ahmad Ridha
59182 by: Eric Pretorious
59184 by: Ahmad Ridha
59186 by: Jörgen Persson
59188 by: Joost van Baal

troubleshooting
59176 by: Tom Beer
59179 by: Ahmad Ridha
59183 by: Noah Sematimba

Qmail-ldap and vmailmgr query
59180 by: anitha

Why does POP3 log "inetd ... exit status 1"
59187 by: Milivoj Ivkovic

message notification
59189 by: Rohit Gupta

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,

i am using qmail 1.03 with spamcontrol.

i make some filterings in the controlfiles badmailpatterns and
badrcptpatterns.

but there some filtering that i don't know how to do them like:

filtering emails which are quoted lioke <"[EMAIL PROTECTED]">

or something like <@domain.com>

or 

how can i filter these out!

thanks a lot for the help

best regards

Yves Caetano
--
Yves Caetano
Server Support Engineer
Tel: 295383 254
Fax: 295383 222
email: [EMAIL PROTECTED]http://www.incotech.lu




On Thu, 15 Mar 2001, Yves Caetano wrote:

> but there some filtering that i don't know how to do them like:

You can use the .qmail file by creating an if/then pipe:

|if grep 'foo@bar'; then bouncesaying 'I don't like you!'; fi

Of course, using procmail is easier. Either use procmail as your default
delivery method, or add '|preline procmail' to your user's dot-qmail file.

-- 
Todd A. Jacobs
CodeGnome Consulting, LTD






hi,

i am using procmail as my default delivery method. but principly if i
understand right i need only one .qmail where i can grep some stuff we
don't want.

but where should i put this file? in /var/qmail/control ?

thanks a lot

cu ycae

"Todd A. Jacobs" wrote:
> 
> On Thu, 15 Mar 2001, Yves Caetano wrote:
> 
> > but there some filtering that i don't know how to do them like:
> 
> You can use the .qmail file by creating an if/then pipe:
> 
> |if grep 'foo@b

message notification

2001-03-16 Thread Rohit Gupta



are there any tools apart from biff for new mail 
notification...to any other program


Re: system-aliases not found

2001-03-16 Thread Joost van Baal

Hi,

It could be that /var/qmail/users/assign is set up wrong.
Read qmail-lspawn(8) and qmail-users(5).

Bye,

Joost

-- 
Joost van Baal.
 .  heart[EMAIL PROTECTED]
.   food  http://logreport.org/
   .homehttp://mdcc.cx/



Why does POP3 log "inetd ... exit status 1"

2001-03-16 Thread Milivoj Ivkovic

Since I had no reply, I try re-posting with a new subject line.

I cannot believe nobody knows the reason of this problem, but the only 
reply I got so far was from someone who had the problem but then switched 
to courier-imap. There must be a simpler solution, since I don't need IMAP.

>Several people asked this on the list before, but I have not found any 
>reply. I hope to have better luck... :-)
>
>Every time the mailbox is checked with POP3, syslog reports:
>
>   Mar  7 15:40:48 net1 inetd[26701]: pid 26937: exit status 1
>
>Other than the annoying message, everything seems fine.
>
>This is what I have in inetd.conf:
>
>pop3 stream tcp nowait root /usr/sbin/tcpd /opt/qmail/bin/qmail-popup 
>net1.alma.ch /opt/qmail/bin/checkpassword /opt/qmail/bin/qmail-pop3d Maildir
>
>(on 1 line of course)
>
>Adding "qmail-popup" before the hostname doesn't solve it. (If I remember 
>correctly, it breaks the service)
>
>Changing "pop3" to "pop-3" breaks it as well, with another error I don't 
>understand:
>
>   Mar  7 14:41:36 net1 inetd[418]: pop-3/tcp: bind: Address already in use
>
>The system is a redhat 6.2, in case it matters.
>
>Thank you,
>
>Milivoj
>




Re: system-aliases not found

2001-03-16 Thread Jörgen Persson

On Fri, Mar 16, 2001 at 01:05:33AM -0800, Eric Pretorious wrote:
[snip]
> I don't understand. The Mailbox file in /home/eric receives messages for the 
> user 'eric'. The system-alias file /var/qmail/alias/.qmail-root contains 
> 'eric'. Mail messages bound for [EMAIL PROTECTED] should go directly to 
> [EMAIL PROTECTED] - Shouldn't they?
[snip]


True

You gave us a snippet from the log earlier:
>/var/log/maillog has the error message "Sorry,_no_mailbox_here... (#5.1.1)"

Was that for root or eric??

Jörgen



Re: filtering

2001-03-16 Thread Yves Caetano

hi,

i am using procmail as my default delivery method. but principly if i
understand right i need only one .qmail where i can grep some stuff we
don't want.

but where should i put this file? in /var/qmail/control ?

thanks a lot

cu ycae

"Todd A. Jacobs" wrote:
> 
> On Thu, 15 Mar 2001, Yves Caetano wrote:
> 
> > but there some filtering that i don't know how to do them like:
> 
> You can use the .qmail file by creating an if/then pipe:
> 
> |if grep 'foo@bar'; then bouncesaying 'I don't like you!'; fi
> 
> Of course, using procmail is easier. Either use procmail as your default
> delivery method, or add '|preline procmail' to your user's dot-qmail file.
> 
> --
> Todd A. Jacobs
> CodeGnome Consulting, LTD

--
Yves Caetano
Server Support Engineer
Tel: 295383 254
Fax: 295383 222
email: [EMAIL PROTECTED]http://www.incotech.lu



Re: system-aliases not found

2001-03-16 Thread Ahmad Ridha


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 01:05 AM 03/16/2001 -0800, you wrote:

>Ahmad:
>
>I don't understand. The Mailbox file in /home/eric receives messages for 
>the user 'eric'. The system-alias file /var/qmail/alias/.qmail-root 
>contains 'eric'. Mail messages bound for [EMAIL PROTECTED] should go 
>directly to [EMAIL PROTECTED] - Shouldn't they?
>
>Do you suppose that qmail may be actually looking for a ~Mailbox file for 
>root?
>
>Eric P.

Yes, a /var/qmail/alias/.qmail-root file containing eric will forward mails 
for root to user eric. qmail itself will not send mails to
uid 0 (root).

Any comments, Masters?

Regards,

Ahmad Ridha

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 7.0.3 for non-commercial use 

iQA/AwUBOrHYjq01M7MMw92qEQIu3QCdFNgONoOVBKXzQqbkDfrQuNiuJRMAnRK+
u8evZ5b8DmcDNLRCskt6a/KE
=fvKv
-END PGP SIGNATURE-




Re: troubleshooting

2001-03-16 Thread Noah Sematimba

Check inbox path in pine. I had this on freebsd where pine was checking
/var/spool/mail instead of /var/mail I solved this by making a symlink
from /var/spool/mail to /var/mail.

On Fri, 16 Mar 2001, Tom Beer wrote:

> Hi,
> 
> I've set all up according to lwq.
> /var/log/qmail/current logs that 
> local delivered mails to _user_
> will be delivered. Pine don't complains
> about a misconfiguered inbox et al.
> But there won't be messages sent to _user_
> in the inbox. I read all I could get, but it
> wont work. How to carry on troubleshooting?
> 
> Thanks TOm
> 
> 




Re: system-aliases not found

2001-03-16 Thread Eric Pretorious

>From: Ahmad Ridha <[EMAIL PROTECTED]>
>Subject: Re: system-aliases not found
>Date: Fri, 16 Mar 2001 15:31:06 +0700
>
>At 11:54 PM 03/15/2001 -0800, Eric Pretorious wrote:
>
> >>From: Ahmad Ridha <[EMAIL PROTECTED]>
> >>Subject: Re: system-aliases not found
> >>Date: Fri, 16 Mar 2001 14:28:49 +0700
> >>
> >>1) Is 'eric' an existing username?
> >>2) Is 'eric' able to receive e-mails addressed to him directly
> >>([EMAIL PROTECTED])? Does he have the proper mailbox
> >> as mentioned  in his .qmail file (or the default delivery one)?
> >
> >Ahmad:
> >
> >Yes - 'eric' is an existing username.
> >Yes - 'eric' is able to receive mail sent to 'eric', 'eric@charlie',
> >'[EMAIL PROTECTED]', & '[EMAIL PROTECTED]' in the Mailbox in
> >/home/eric.
> >
> >Eric P.
>
>Well, that's a wonder.  Are you sure that you use Mailbox everywhere else?
>$HOME/Mailbox is an mbox file, right?
>
>PS: sorry for previous post, I clicked the send button by accident

Ahmad:

I don't understand. The Mailbox file in /home/eric receives messages for the 
user 'eric'. The system-alias file /var/qmail/alias/.qmail-root contains 
'eric'. Mail messages bound for [EMAIL PROTECTED] should go directly to 
[EMAIL PROTECTED] - Shouldn't they?

Do you suppose that qmail may be actually looking for a ~Mailbox file for 
root?

Eric P.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: qmail-pop* and interface link

2001-03-16 Thread Henning Brauer

On Thu, Mar 15, 2001 at 05:23:19PM +, Subba Rao wrote:
> I have qmail-popup and qmail-pop3d running on my system. Is it
> possible to dedicate this service to selected interfaces only?
> If it can be done, could you please point me to that URL?

man tcpserver

This is a FAQ.

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany



Qmail-ldap and vmailmgr query

2001-03-16 Thread anitha



Sir,
 
I want to know if i can integrate qmail-ldap and 
vmailmgr. I have 2 domains and i am using vmailmgr tool , i am planning to 
migrate to ldap . I would like to know how to migrate them and  how to make 
vmailmgr recognise the users.
 
 
Any help in this is most welcome .
 
 
Thanks in advance,
Anitha
 
---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.237 / 
Virus Database: 115 - Release Date: 3/7/01


Re: troubleshooting

2001-03-16 Thread Ahmad Ridha


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 08:54 AM 03/16/2001 +0100, Tom Beer wrote:
>Hi,
>
>I've set all up according to lwq.
>/var/log/qmail/current logs that
>local delivered mails to _user_
>will be delivered. Pine don't complains
>about a misconfiguered inbox et al.
>But there won't be messages sent to _user_
>in the inbox. I read all I could get, but it
>wont work. How to carry on troubleshooting?
>
>Thanks TOm

How do you check the messages? By checking the contents of the user's mailbox
or using Pine? If you use maildir format for your mailbox, you won't be 
able to use
Pine out of the box. You need to patch (check www.qmail.org), to 
'reinstall' and to
configure it appropriately.

Regards,

Ahmad Ridha

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 7.0.3 for non-commercial use 

iQA/AwUBOrHQPa01M7MMw92qEQJYZgCcC7KDXrW/h1atz/y6LA5gc3r0mf8AoJ0S
Oucmdsxak+VwvGL4UZ2SgPqg
=vNIf
-END PGP SIGNATURE-




Re: system-aliases not found

2001-03-16 Thread Ahmad Ridha


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 11:54 PM 03/15/2001 -0800, Eric Pretorious wrote:

>>From: Ahmad Ridha <[EMAIL PROTECTED]>
>>Subject: Re: system-aliases not found
>>Date: Fri, 16 Mar 2001 14:28:49 +0700
>>
>>1) Is 'eric' an existing username?
>>2) Is 'eric' able to receive e-mails addressed to him directly
>>([EMAIL PROTECTED])? Does he have the proper mailbox
>> as mentioned  in his .qmail file (or the default delivery one)?
>
>Ahmad:
>
>Yes - 'eric' is an existing username.
>Yes - 'eric' is able to receive mail sent to 'eric', 'eric@charlie', 
>'[EMAIL PROTECTED]', & '[EMAIL PROTECTED]' in the Mailbox in 
>/home/eric.
>
>Eric P.

Well, that's a wonder.  Are you sure that you use Mailbox everywhere else? 
$HOME/Mailbox is an mbox file, right?

PS: sorry for previous post, I clicked the send button by accident

Regards,

Ahmad Ridha

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 7.0.3 for non-commercial use 

iQA/AwUBOrHPSq01M7MMw92qEQKQOACgwqfvNLX/juG3VbIJ0NslXc/2aEkAnjCq
JL0we26HpyzKKw1oKfYJ/NaM
=lvZs
-END PGP SIGNATURE-




Re: system-aliases not found

2001-03-16 Thread Ahmad Ridha

At 11:54 PM 03/15/2001 -0800, Eric Pretorious wrote:

>>From: Ahmad Ridha <[EMAIL PROTECTED]>
>>Subject: Re: system-aliases not found
>>Date: Fri, 16 Mar 2001 14:28:49 +0700
>>
>>1) Is 'eric' an existing username?
>>2) Is 'eric' able to receive e-mails addressed to him directly
>>([EMAIL PROTECTED])? Does he have the proper mailbox
>> as mentioned  in his .qmail file (or the default delivery one)?
>
>Ahmad:
>
>Yes - 'eric' is an existing username.
>Yes - 'eric' is able to receive mail sent to 'eric', 'eric@charlie', 
>'[EMAIL PROTECTED]', & '[EMAIL PROTECTED]' in the Mailbox in 
>/home/eric.
>
>Eric P.

Well, that's a wonder.