inetd[]: smtp/tcp server failing (looping)

1999-09-22 Thread Chris McCarthy

Each morning I trigger a queue retry on one qmail server which only has
messages for one other qmail server. Typically about 100 messages (most
of them are short mailing list messages).
Most mornings, the recipient qmail server dies with the following error
from inetd:

Sep 22 10:06:53 linux inetd[383]: smtp/tcp server failing (looping),
service terminated


I need to send inetd a HUP to bring it back up.


Any ideas ?


begin:vcard 
n:McCarthy;Chris
tel;cell:+353 86 8209078
tel;fax:+353 86 9209078
x-mozilla-html:TRUE
org:Contractor
adr:;;;Cork;;;IRELAND
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Engineer
fn:Chris McCarthy
end:vcard



Re: inetd[]: smtp/tcp server failing (looping)

1999-09-22 Thread Lenny Mastrototaro

On Sep 22,  9:13am, Chris McCarthy wrote:
> Subject: inetd[]: smtp/tcp server failing (looping)

> Most mornings, the recipient qmail server dies with the following error
> from inetd:
> 
> Sep 22 10:06:53 linux inetd[383]: smtp/tcp server failing (looping),
> service terminated
> 
> 
> I need to send inetd a HUP to bring it back up.
> 
> 
> Any ideas ?

I experienced that problem (inetd stops listening on the SMTP port)
with qmail 1.0.1 (no patches) running under an old Redhat Linux 4.1 
installation.

switching from inetd to tcpserver for the SMTP port, did the trick.

Regards,
Lenny

>-- End of excerpt from Chris McCarthy

-- 
Leonard MastrototaroSystems Administrator   Click3X New York
[EMAIL PROTECTED]   212-627-1900http://www.click3x.com

"Yeah well ... The Dude abides." -- http://www.lebowski.com



Mailer-daemon returns full message

1999-09-22 Thread Jan Stanik

Hi,

I noticed, that when is problem with delivering mail, qmail tries 
to return full mail to sender, not only some error message. If sender 
sends a mail with 5MB attachment to nonexistent recipient, 5MB 
message is bounced to postmaster and to sender - is it a feature, 
or what ;-)?

Is it true, that qmail first received full message and then checks
if it is deliverable? Is there any patch, or I am stupid and I need to 
patch myself?

Thanks for Your answers,



--
  Jan Stanik
[EMAIL PROTECTED]
Telenor Internet,s.r.o



RE: Mailer-daemon returns full message

1999-09-22 Thread Van Liedekerke Franky

there's a patch to limit the bounce size, see the qmail page or in the
mailing archives.

Franky

> --
> From: Jan Stanik[SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 7:47 PM
> To:   [EMAIL PROTECTED]
> Subject:  Mailer-daemon returns full message
> 
> Hi,
> 
>   I noticed, that when is problem with delivering mail, qmail tries 
> to return full mail to sender, not only some error message. If sender 
> sends a mail with 5MB attachment to nonexistent recipient, 5MB 
> message is bounced to postmaster and to sender - is it a feature, 
> or what ;-)?
> 
>   Is it true, that qmail first received full message and then checks
> if it is deliverable? Is there any patch, or I am stupid and I need to 
> patch myself?
> 
> Thanks for Your answers,
> 
> 
>   
> --
>   Jan Stanik
> [EMAIL PROTECTED]
> Telenor Internet,s.r.o
> 



qmail alias question

1999-09-22 Thread Manfred Luckmann

Hi,

i have a problem in setting up alias forwarding

Mail to '[EMAIL PROTECTED]' should be forwarded 
to '[EMAIL PROTECTED]'

so I set up a file ~alias/.qmail-user.name
containing only one line '[EMAIL PROTECTED]'
but nothing will be deleivered.

I think the problem is the '.' (dot) in 'user.name'
how can I fix this ?

TIA
Manfred



Re: qmail alias question

1999-09-22 Thread Simon Rae

replace '.' with ':'


Manfred Luckmann wrote:

> Hi,
>
> i have a problem in setting up alias forwarding
>
> Mail to '[EMAIL PROTECTED]' should be forwarded
> to '[EMAIL PROTECTED]'
>
> so I set up a file ~alias/.qmail-user.name
> containing only one line '[EMAIL PROTECTED]'
> but nothing will be deleivered.
>
> I think the problem is the '.' (dot) in 'user.name'
> how can I fix this ?
>
> TIA
> Manfred



Re: Recording the envelope-from in Received: line

1999-09-22 Thread Andre Oppermann

Jos Backus wrote:
> 
> With sendmail and Postfix (or so I've heard) it is possible to record the
> envelope-from address in the Received: line. This is deemed useful by my
> colleagues for tracing mails trough broken e-mail gateways.
> 
> For example, consider the following line:
> 
> Received: from dfw7-1.relay.mail.uu.net (localhost.origin-it.com [127.0.0.1])
>   by gw-nl1.origin-it.com with ESMTP id XAA04842
>   for <[EMAIL PROTECTED]>; Tue, 21 Sep 1999 23:09:42 +0200
>   (MEST)
>   (envelope-from [EMAIL PROTECTED])
> 
> Note the envelope-from comment.
> Is there any way to achieve the same effect with qmail?

Yes, that patch is in qmail-ldap's qmail-smtpd.c. It's on www.nrg4u.com.
But it would only record the first rcpt-to to avoid making bcc public.

-- 
Andre



additional env variable for qmail 2.0 - SIZE - can you add this, dan?

1999-09-22 Thread jodok . sutterluety

hi,

two month ago i pathed qmail-1.03 (many thanks to david harris) the way
i got a new environment variable called SIZE. now i can route mails
depending on their size - that's cool!

eg:
| condredirect [EMAIL PROTECTED] /var/qmail/mbin/sizecheck "$SIZE"
$DEFAULT" "$SENDER" 

the shell script sizecheck exits 1 when the mail should get to the
recipient (depending on $SENDER, $DEFAULT, $SIZE)
if $DEFAULT is not allowed to get the mail (oversize) vieadmin will get
it!

the patch looks like this:

in qmail-local.c, line 70

/* patch for MESSAGESIZE */
struct stat filesize_stat;
char filesize_str[30];
/* end patch */   

in qmail-local.c, line 497 (the line before: if (!env_put2("HOST",host))
temp_nomem();  )

/* patch MESSAGESIZE */
 if ( !fstat(0, &filesize_stat) && filesize_stat.st_size != 0 )
if ( sprintf(filesize_str, "%i", filesize_stat.st_size) )
   env_put2("SIZE", filesize_str);
/* end patch */   


works great and maybe dan can insert this in qmail-2.0?

jodok



 application/ms-tnef


default time?

1999-09-22 Thread Edward Castillo-Jakosalem


Hi to all!
I'm just wondering why sometimes I receive mails dated on our local time
and sometimes not. How can I make mails received/sent on my qmail default
to our local time? 



Thanks...

Edward Castillo Jakosalem



smtp server as a relay

1999-09-22 Thread Ana Belén Santos

I want to  allow selected clients to use my smtp server as a relay. I
have used tcpserver, but I only can restrict the access controling the
IP of the sender and I want to control the email address of the sender,
not the IP. Is this possible??  How can I do that??

Thanks

Ana Belén Santos Pintor



RE: smtp server as a relay

1999-09-22 Thread Van Liedekerke Franky

This is also within the standard functionallity of tcpserver, but I don't
believe it is secure to allow relaying based on email address only.

Franky

> --
> From: Ana Belén Santos[SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 11:45 AM
> To:   [EMAIL PROTECTED]
> Subject:  smtp server as a relay
> 
> I want to  allow selected clients to use my smtp server as a relay. I
> have used tcpserver, but I only can restrict the access controling the
> IP of the sender and I want to control the email address of the sender,
> not the IP. Is this possible??  How can I do that??
> 
> Thanks
> 
> Ana Belén Santos Pintor
> 



qmail Digest 22 Sep 1999 10:00:01 -0000 Issue 767

1999-09-22 Thread qmail-digest-help


qmail Digest 22 Sep 1999 10:00:01 - Issue 767

Topics (messages 30592 through 30675):

Redirecting outgoing mails
30592 by:  Shashi Dahal
30607 by:  Dave Sill

Qmail and ANTI-SPAM
30593 by:  Thomas Foerster
30608 by:  Dave Sill

Re: ETRN
30594 by:  Dimitri SZAJMAN
30645 by:  Ruben van der Leij

Re: qmail-start (qmail 1.03) under RedHat 6.0
30595 by:  Russell P. Sutherland
30641 by:  Vladimir Berezniker

rcpthosts - did i miss something?!
30596 by:  Thomas Foerster
30597 by:  Dimitri SZAJMAN
30598 by:  David Dyer-Bennet

Re: Weird Message...
30599 by:  D. Carlos Knowlton
30600 by:  Petr Novotny
30601 by:  Andy Walden

Re: How good is RBL at filtering spam?
30602 by:  Dave Sill
30605 by:  schinder.leprss.gsfc.nasa.gov
30624 by:  M Graff
30652 by:  James Smallacombe

Re: ANNOUNCE: /var/qmail/control/locals and regex
30603 by:  Adam D . McKenna
30630 by:  Robert Sander

Mail in queue - qmail won't quit
30604 by:  Thomas Foerster
30606 by:  Dave Sill

Re: Virtual email for non virtual host
30609 by:  Dave Sill
30636 by:  Cyril Bitterich

cannot start: unable to switch to queue directory
30610 by:  Hawke
30611 by:  Hawke
30612 by:  Matthew Harrell

Re: qmail-smtpd-wrapper error.
30613 by:  Dave Sill

Newbie install help
30614 by:  Ryan
30616 by:  Dave Sill
30618 by:  Ryan
30622 by:  Adam D . McKenna
30626 by:  Dave Sill
30631 by:  Ryan

Re: qmail LWQ installation problem - qmail doesn't seem executable
30615 by:  Dave Sill

me file
30617 by:  Marek Narkiewicz
30619 by:  Timothy L. Mayo
30621 by:  Bryan Ischo
30627 by:  Dave Sill

Logging denied relaying attempts
30620 by:  Mullen, Patrick

Re: Having trouble with pop
30623 by:  Rick Erlandson

Regular expression anti-spam filtering
30625 by:  M Graff

Further me file and smtp
30628 by:  karen Narkiewicz
30629 by:  Dave Sill

SMTP problems
30632 by:  U. Butzer
30633 by:  schinder.leprss.gsfc.nasa.gov
30634 by:  Thomas M. Sasala

IMAP with Qmail (encripted)
30635 by:  Rafael Pirolla

Re: Qmail and HP Openmail
30637 by:  Giles Lean

Recording the envelope-from in Received: line
30638 by:  Jos Backus
30671 by:  Andre Oppermann

isocor the fastest?
30639 by:  Victor Tavares
30647 by:  Ruben van der Leij

Re: Problems with qpop and Solaris
30640 by:  D. J. Bernstein

tcpserver error
30642 by:  Marek Narkiewicz

Qmail with LDAP Auth
30643 by:  Jim Gilliver
30649 by:  Jim Gilliver

Maildir setup problem (newbie!)
30644 by:  Michael Slade

Re: Qmail dies over and over
30646 by:  D. J. Bernstein

Re: POP3: premature NOOP OK, NOT an RFC 1939 Compliant server
30648 by:  D. J. Bernstein

Re: Return Receipts
30650 by:  D. J. Bernstein

Qmail book
30651 by:  Kevin Waterson
30654 by:  Justin M. Streiner

Re: Qmail with LDAP Auth patches
30653 by:  Jim Gilliver

Re: Sqwebmail and IMAP
30655 by:  D. J. Bernstein
30656 by:  Sam
30657 by:  D. J. Bernstein
30658 by:  Sam
30659 by:  James J. Lippard
30660 by:  Sam
30661 by:  Adam D . McKenna
30663 by:  Randy Harmon

Qmail sending multiple messages...is there a fix?
30662 by:  Scott A. Cole

vmailmgr / ~alias
30664 by:  Thomas Foerster

inetd[]: smtp/tcp server failing (looping)
30665 by:  Chris McCarthy
30666 by:  Lenny Mastrototaro

Mailer-daemon returns full message
30667 by:  Jan Stanik
30668 by:  Van Liedekerke Franky

qmail alias question
30669 by:  Manfred Luckmann
30670 by:  Simon Rae

additional env variable for qmail 2.0 - SIZE - can you add this, dan?
30672 by:  jodok.sutterluety.mm-karton.com

default time?
30673 by:  Edward Castillo-Jakosalem

smtp server as a relay
30674 by:  Ana Belén Santos
30675 by:  Van Liedekerke Franky

Administrivia:

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To bug my human owner, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--



Dear All !

I use Redhat6 with Qmail as the MTA. I just want to know if we can
redirect outgoing mails as well. For exmple I want to redirect mails
from [EMAIL PROTECTED] to [EMAIL PROTECTED]


Shashi




[EMAIL PROTECTED] wrote:

>I use Redhat6 with Qmail as the MTA. I just want to know if we can
>redirect outgoing mails as well. For exmple I want to redirect mails
>from [EMAIL PROTECTED] to [EMAIL PROTEC

Re: smtp server as a relay

1999-09-22 Thread Ana Belén Santos




Van Liedekerke Franky wrote:

> This is also within the standard functionallity of tcpserver, but I don't
> believe it is secure to allow relaying based on email address only.
>
> Franky

Yes, I know it, but could you tell how I can do it. What I have to put in
the tcp.smtp file??
I put:

[EMAIL PROTECTED]:allow
:deny

but I can not send messages through the smtp server. The mail program says:

The mail has not be sent.
There is no mail transport agent for this address.

thanks

>
>
> > --
> > From: Ana Belén Santos[SMTP:[EMAIL PROTECTED]]
> > Sent: Wednesday, September 22, 1999 11:45 AM
> > To:   [EMAIL PROTECTED]
> > Subject:  smtp server as a relay
> >
> > I want to  allow selected clients to use my smtp server as a relay. I
> > have used tcpserver, but I only can restrict the access controling the
> > IP of the sender and I want to control the email address of the sender,
> > not the IP. Is this possible??  How can I do that??
> >
> > Thanks
> >
> > Ana Belén Santos Pintor
> >



Re: Maildir setup problem (newbie!)

1999-09-22 Thread Cyril Bitterich

Hi,


>I'm attempting to use the Maildir mailbox.
>
>I have user/Maildir (permissions 775) and user/.qmail (permissions 664).
What directories do you have exactly?
~mls/Maildir or user/Maildir ?
Did you create the Maildir with qmail/bin/maildirmake ?
And as far as i know your permissions must be 700 for your Maildir and
should be 644 for .qmail.
And the Maildir must be located in the homedir of the Mailrecipient And he
must be the owner of the Maildir. Besides that: root can never recieve mail.
But that's all RTFM but in my opinion not very clear in the manuals.
>
>I have changed /var/qmail/rc to indicate "./Maildir/" instead of
"./Mailbox"
>. The file .qmail contains "./Maildir".
try "./Maildir/"
>Any suggestions as to what I've likely done wrong and/or should check out?

Good luck,

Cyril Bitterich



RE: smtp server as a relay

1999-09-22 Thread Van Liedekerke Franky

I was wrong, tcpserver uses TCPREMOTEINFO, not the emailaddress (see the
manpages for tcpserver).
But there is a patch on the qmail home page that may do what you want, look
for "control relaying based on envelope sender address"

Franky.

> --
> From: Ana Belén Santos[SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 12:09 PM
> To:   Van Liedekerke Franky
> Cc:   [EMAIL PROTECTED]
> Subject:  Re: smtp server as a relay
> 
> 
> 
> 
> Van Liedekerke Franky wrote:
> 
> > This is also within the standard functionallity of tcpserver, but I
> don't
> > believe it is secure to allow relaying based on email address only.
> >
> > Franky
> 
> Yes, I know it, but could you tell how I can do it. What I have to put in
> the tcp.smtp file??
> I put:
> 
> [EMAIL PROTECTED]:allow
> :deny
> 
> but I can not send messages through the smtp server. The mail program
> says:
> 
> The mail has not be sent.
> There is no mail transport agent for this address.
> 
> thanks
> 
> >
> >
> > > --
> > > From: Ana Belén Santos[SMTP:[EMAIL PROTECTED]]
> > > Sent: Wednesday, September 22, 1999 11:45 AM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  smtp server as a relay
> > >
> > > I want to  allow selected clients to use my smtp server as a relay. I
> > > have used tcpserver, but I only can restrict the access controling the
> > > IP of the sender and I want to control the email address of the
> sender,
> > > not the IP. Is this possible??  How can I do that??
> > >
> > > Thanks
> > >
> > > Ana Belén Santos Pintor
> > >
> 



Re: smtp server as a relay

1999-09-22 Thread Anand Buddhdev

On Wed, Sep 22, 1999 at 12:09:19PM +0200, Ana Belén Santos wrote:

> Van Liedekerke Franky wrote:
> 
> > This is also within the standard functionallity of tcpserver, but I don't
> > believe it is secure to allow relaying based on email address only.
> >
> > Franky
> 
> Yes, I know it, but could you tell how I can do it. What I have to put in
> the tcp.smtp file??
> I put:
> 
> [EMAIL PROTECTED]:allow
> :deny

This is wrong. tcpserver does _not_ control relaying by domain name. It
only allows IP-based control. The standard qmail does not support
relaying by domain either. But someone had written a patch to do this,
and it was posted on the list recently. Search the archives for it.

-- 
See complete headers for more info



Aack,_child_crashed._(#4.3.0)

1999-09-22 Thread Carey Jones

Hello,

I'm running qmail 1.03 on a linux machine (Debian 2.1 w/ kernel 2.2.12).
I came in this morning and was getting the following error in syslog
for every local delivery attempt:  Sep 22 07:05:19 thom qmail: 
938001919.847530 delivery 8708: deferral: Aack,_child_crashed._(#4.3.0)/

Unfortunately, I can't seem to reproduce the error.  Also, the search
engine for this mailing list seems to be down, else I wouldn't bother
sending this to the list until after checking that.  What I'm wondering
is, is there something specific to look for should this happen again?
Should I run an strace on qmail-lspawn, since it only happened for local
deliveries?

Thanks in advance for any help...


 - Carey



Re: Maildir setup problem (newbie!)

1999-09-22 Thread Michael Slade

Thanks to everyone for their help!

I did have the correct entry in .qmail (./Maildir/).

My problem turned out to be that while I had manually created Maildir, I had
not created the subdirectories.

Using makemaildir to create the Maildir directory tree worked fine.

thanks again

Michael Slade




Re: Sqwebmail and IMAP

1999-09-22 Thread Chris Garrigues

> From:  "James J. Lippard" <[EMAIL PROTECTED]>
> Date:  Tue, 21 Sep 1999 21:22:48 -0700 (MST)
>
> I think Dan is assuming that additional mail folders won't be in the INBOX
> maildir (even though that was the question that was originally asked), but
> rather that you stick maildir mail folders in the same places you'd stick
> mailbox-format maildirs.  I.e., not in the incoming maildir.

I've got a related issue.  My partner has put an item on my todo list to move 
all the mailboxes from the user's home directories to a sub-directory.

The reason for this is that apparently many of our customers can't resist the 
impulse to put random files into the mail folders.  These are people who are 
sitting on PCs or Macs and see their home directory as a folder on their 
desktop.  Apparently when they see a subfolder with the name of one of their 
contacts, they forget that it's a mail box and think it's a handy place to put 
data that just magically appeared.

One could easily argue (as I attempted to do) that there is no problem here 
because users know what they create, but in reality, as we get increasingly 
ignorant users, that assumption becomes less and less tenable.

Chris

-- 
Chris Garrigues virCIO
http://www.DeepEddy.Com/~cwg/   http://www.virCIO.Com
+1 512 432 4046 +1 512 374 0500
4314 Avenue C
O-  Austin, TX  78751-3709


  My email address is an experiment in SPAM elimination.  For an
  explanation of what we're doing, see http://www.DeepEddy.Com/tms.html 

Nobody ever got fired for buying Microsoft,
  but they could get fired for relying on Microsoft.



 PGP signature


Re: Aack,_child_crashed._(#4.3.0)

1999-09-22 Thread Dave Sill

[EMAIL PROTECTED] wrote:

>I'm running qmail 1.03 on a linux machine (Debian 2.1 w/ kernel 2.2.12).
>I came in this morning and was getting the following error in syslog
>for every local delivery attempt:  Sep 22 07:05:19 thom qmail: 
>938001919.847530 delivery 8708: deferral: Aack,_child_crashed._(#4.3.0)/
>
>Unfortunately, I can't seem to reproduce the error.  Also, the search
>engine for this mailing list seems to be down, else I wouldn't bother
>sending this to the list until after checking that.

It's either back up or it was never down.

>What I'm wondering
>is, is there something specific to look for should this happen again?

This means that a program run by qmail-local, probably from a .qmail
file, is failing.

See also:

http://www.ornl.gov/its/archives/mailing-lists/qmail/1998/03/msg00745.html

-Dave



Re: smtp server as a relay

1999-09-22 Thread James Smallacombe


:allow,RELAYCLIENT="[EMAIL PROTECTED]"

Of course, now ANYONE who puts that email address in their FROM (or is it
envelope-sender?) field can relay through you.

On Wed, 22 Sep 1999, Ana [iso-8859-1] Belén Santos wrote:

> I want to  allow selected clients to use my smtp server as a relay. I
> have used tcpserver, but I only can restrict the access controling the
> IP of the sender and I want to control the email address of the sender,
> not the IP. Is this possible??  How can I do that??
> 
> Thanks
> 
> Ana Belén Santos Pintor
> 
> 



Re: Aack,_child_crashed._(#4.3.0)

1999-09-22 Thread Carey Jones

+ Dave Sill wrote:
| [EMAIL PROTECTED] wrote:
| >I'm running qmail 1.03 on a linux machine (Debian 2.1 w/ kernel 2.2.12).
| >I came in this morning and was getting the following error in syslog
| >for every local delivery attempt:  Sep 22 07:05:19 thom qmail: 
| >938001919.847530 delivery 8708: deferral: Aack,_child_crashed._(#4.3.0)/
[...]
| >What I'm wondering
| >is, is there something specific to look for should this happen again?
| 
| This means that a program run by qmail-local, probably from a .qmail
| file, is failing.

I looked at the archived message you posted about, as well as every other
result I could find, but none of them seem to apply to this situation.

Here's some more information/clarification.  I'm using fastforward to
handle virtual domains as well as local aliases.  The message delivery
attempt that I posted above was to 'alias', which gets forwarded to
'user'.  All that is in '~/user/.qmail' is './Maildir/', so there's no
sort external programs being called.  After that one delivery failed
with that error message, _every_ local delivery started failing (~150
delivery attempts before I caught it).  I killed qmail-send so I could
try restarting everything, but when I ran 'sh /var/qmail/rc', I'd get
a segmentation fault.  I suppose I should have checked out qmail-start
to see if that was the cause of it or what, but I was more concerned
with getting the server functional.  After a reboot, everything worked
fine.  This was all after about 5 days of uptime.  Might there be some
sort of leak somewhere that could use up enough resources to cause this
to happen?  All the machine runs is qmail, qmail-pop3d and ssh.  Maybe
2.2.12 isn't be best linux kernel version to be running?  I'm at a
loss.

Hopefully, if this happens again it'll be at a time of day where I can
afford some downtime.  (:


 - Carey



Re: me file, you Jane. Ugh.

1999-09-22 Thread Juan Carlos Castro y Castro

Marek Narkiewicz wrote:

> Hi there.  I aked this a while ago but in the wrong context.  I intend to set up an 
>ISP style
> smtp and pop server using qmail.  I need full relaying to any host from dialup users 
>on my
> network.  What do I put in the me file?  As I can't get the ./config script to find 
>my dns name
> and As my machine runs a lot of virtual hosts(over 50) I need to know what to put in 
>the file.
> I've found a nice article on relaying which I am sure will be a lot of help but it 
>doesn't
> mention this file.  If anyone has any thoughts let me know.
> Incidently the hostname of the machine is not a dns name.

The contents of the "me" file are what you want to be after the @ sing for your 
client's email
addresses (except virtual hosts), and it has to be something resolvable via DNS. If 
your machine
is ping-able by the world as marekserver.intercreations.com, that'll do.

> --
> Marek Narkiewicz, Webmaster Intercreations
> Reply to <-marek @ intercreations . com->
> "People in glass houses seldom throw parties"
> David Devant and his Spirit Wife
> Miscellaneous


begin:vcard 
n:Castro;Juan
tel;work:540-9100 Ramal 46
x-mozilla-html:FALSE
url:http://www.appi.com.br/jcastro
org:APPI Informática;Desenvolvimento
adr:;;Av. Ataulfo de Paiva, 135/1410 - Leblon;Rio de Janeiro;RJ;22499-900;Brasil
version:2.1
email;internet:[EMAIL PROTECTED]
title:Consultor
note;quoted-printable:One man alone cannot fight the future. USE LINUX!=0D=0A=0D=0A-- The X Racer=0D=0A=0D=0APGP Key ID 0xAAE4050C=0D=0A
fn:Juan Carlos Castro y Castro
end:vcard



IMAP with Qmail

1999-09-22 Thread Rafael Pirolla

Hi,
How do I start an IMAP server under Qmail ? Can anyone send me
adresses of doc's about IMAP configuration servers...

Thanks,

Pirolla



Relaying to an external host

1999-09-22 Thread Barry Dwyer

Newbie alert.

I've got qmail 1.03/smtp/pop3 running nicely on Caldera 2.2 (thanks to
all who helped with the checkpassword problem!).

Next wrinkle: I need to set up relaying so that (1) any mail *not* for
our local domain gets sent to our ISP's smtp server and (2) the ISP's
machine will forward to us any mail destined for us (the ISP hosts our
actual internet mail domain).

The readmes and man pages haven't been too much help. From what I can
tell, inbound SMTP really shouldn't require anything (other than opening
the firewall). Am I right, or is there some configuration needed for
inbounds?

As far as outbounds, it appears that doing the following should work:

echo  > /var/qmail/control/smtproutes
chmod 644 /var/qmail/control/smtproutes

Is it this simple, or am I missing something?

Barry Dwyer





Starting qmail with "supervise" - ./run file

1999-09-22 Thread Barry Dwyer

Almost all the sample .rc scripts for qmail run it under tcpserver via
the "supervise" utility.

The docs for supervise refer to ./run files and, while I understand the
theory behind supervise's operation, I haven't a clue what my ./run
script files should contain for each of qmail-send, qmail-smtpd and
qmail-pop3d. It seems to me the commands to run these are already
contained on the command line in the scripts, eg.:

supervise /var/supervise/qmail/smtpd tcpserver -x/etc/tcp.smtp.cdb \
-u 501 -g 900 0 25 /var/qmail/bin/qmail-smtpd &

Any help would be appreciated.

Barry



MANPATH variable?

1999-09-22 Thread Bill Parker

Hello all,

I just had a brain lock, where does one modify the MANPATH variable so
that it is good system wide, and not for each user individually?

-Bill



Re: MANPATH variable?

1999-09-22 Thread jgordon

Depends on the Operating System

FreeBSD (3.0+, at least) it's /etc/manpath.config

Cheers
JDG

- Original Message -
From: Bill Parker <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 22 September, 1999 12:47 PM
Subject: MANPATH variable?


| Hello all,
|
| I just had a brain lock, where does one modify
the MANPATH variable so
| that it is good system wide, and not for each
user individually?
|
| -Bill
|
|



Re: How good is RBL at filtering spam?

1999-09-22 Thread M Graff

James Smallacombe <[EMAIL PROTECTED]> writes:

> I cannot imagine what damage is done by asking a dialup user to send email
> out through his provider's internal relay.

Some ISPs really suck, but are the only option in some areas?

At home, my ISP wants me to use their SMTP gateway, which delays mail
by about 20 minutes.  Yes, they're running Windoze.  OTOH, my own mail
server can send mail far faster.  And no, switching ISPs is not an
option.

Of course, I cheat, and have a GRE tunnel to my mail server here at
work, but that's really not something Joe Random Spammer can do :)

--Michael



Re: MANPATH variable?

1999-09-22 Thread James Smallacombe

On Wed, 22 Sep 1999, Bill Parker wrote:

> Hello all,
> 
>   I just had a brain lock, where does one modify the MANPATH variable so
> that it is good system wide, and not for each user individually?

wherever you get your other environmental variables.../etc/profile,
.bashrc, etc:

[richard2 up up]$ echo $MANPATH
/usr/man:/usr/local/man:/var/qmail/man:/usr/local/qmailanalog/man



Re: Relaying to an external host

1999-09-22 Thread Dave Sill

Barry Dwyer <[EMAIL PROTECTED]> wrote:

>Next wrinkle: I need to set up relaying so that (1) any mail *not* for
>our local domain gets sent to our ISP's smtp server

echo ":mail.isp.net" > /var/qmail/control/smtproutes

>and (2) the ISP's
>machine will forward to us any mail destined for us (the ISP hosts our
>actual internet mail domain).

The ISP has to configure this on their end.

-Dave



Re: Starting qmail with "supervise" - ./run file

1999-09-22 Thread Dave Sill

Barry Dwyer <[EMAIL PROTECTED]> wrote:

>The docs for supervise refer to ./run files...

For daemontools 0.60 and 0.61, yes.

>... It seems to me the commands to run these are already
>contained on the command line in the scripts, eg.:
>
>supervise /var/supervise/qmail/smtpd tcpserver -x/etc/tcp.smtp.cdb \
>-u 501 -g 900 0 25 /var/qmail/bin/qmail-smtpd &

That's the daemontools 0.53 syntax.

If you're using scripts that use the 0.53 syntax, you'll have to
install daemontools 0.53. If you want to use 0.61, you'll have to
create the appropriate run files or find some that someone else has
written.

In "Life with qmail" I use 0.53: I tell you where to download it, how
to install it, and provide the scripts to use it. I haven't switched
to 0.61 yet because the setup is a little more complicated, and 0.53
works perfectly well.

-Dave



Need help!

1999-09-22 Thread Thomas Booms EDV

Hi all,

I'm absolutely new to qmail and I'm working on the installation since
yesterday evening 6 pm.

There are many problems I have and I don't know with which I should
begin. But there is a language question to you who wants to answer me:
do you speak german too? If not, then I have problems with some words...

:((

Let's go to the setup problems.

I'm hosting several virtual domains and told qmail in
/var/qmail/control/virtualdomains the names. I restarted qmail-send and
postings to the domain are logged with the syslog entry "... delivery
50: deferral: unable_to_find_alias_user!/". Where do I have to write in
the alias? I don't think in /var/qmail/alias. I didn't found something
about the .qmail file in /home/user.

The next problem is, that I must relay selected users. I've read the
documentation more than one time but it won't run. What do I make wrong?

I have no ideas.

What do I have to start other than qmail-pop3d or qmail-popup so I can
read mails over modem (if I remember right then it is ppp)?

You see I have much problems. Other will come in the next days.

Thanks for your help in advance.

Thomas



address correlation in qmail lists

1999-09-22 Thread Ian McNish


has anyone written, or does anyone know of any patches/add-ons to qmail
or MLMs that will happily coexist with qmail that handle final delivery
address correlation?

e.g.:

for the following assume that first.last@ and username@ are both
delivered to the same mailbox on some remote machine not running qmail.

if i define a list, list1, with two members, [EMAIL PROTECTED] and
[EMAIL PROTECTED], when i send mail to [EMAIL PROTECTED] the user should
receive one copy of the message.

also, if i create a list, list1, and define [EMAIL PROTECTED] as a
member, then create a second list, list2, with the members
[EMAIL PROTECTED] and [EMAIL PROTECTED], then when mail is sent to
[EMAIL PROTECTED] the user should only receive one copy of the massage.

also, if i define list1 as in the previous test and send mail to
'[EMAIL PROTECTED],[EMAIL PROTECTED]' or
'[EMAIL PROTECTED],[EMAIL PROTECTED]' then the user should only receive
one copy of the message.



Re: Need help!

1999-09-22 Thread Dave Sill

Thomas Booms EDV <[EMAIL PROTECTED]> wrote:

>There are many problems I have and I don't know with which I should
>begin. But there is a language question to you who wants to answer me:
>do you speak german too? If not, then I have problems with some words...

I wish someone would translate "Life with qmail" to German. Or any
other language, for that matter.

>I'm hosting several virtual domains and told qmail in
>/var/qmail/control/virtualdomains the names.

Show us your virtualdomains file. Better yet, run qmail-showctl and
show us the outout.

>I restarted qmail-send and
>postings to the domain are logged with the syslog entry "... delivery
>50: deferral: unable_to_find_alias_user!/".

You do have a user called "alias" in /etc/passwd, don't you? Did you
verify that the installation worked before you added the virtual
domains?

>Where do I have to write in
>the alias? I don't think in /var/qmail/alias. I didn't found something
>about the .qmail file in /home/user.

/var/qmail/alias/.qmail-* is for system-wide aliases.
/home/user/.qmail-* is for user extension addresses. Either can be
used by a virtual domain, depending upon what you put in the
virtualdomains file.

>The next problem is, that I must relay selected users. I've read the
>documentation more than one time but it won't run. What do I make wrong?
>
>I have no ideas.

We don't either, until you tell us what you did. 

>What do I have to start other than qmail-pop3d or qmail-popup so I can
>read mails over modem (if I remember right then it is ppp)?

It's not clear what you're trying to do. Do you have a UNIX/qmail box
attached to the Internet that you're trying to access from a Windows
PC at home?

-Dave



Re: Recording the envelope-from in Received: line

1999-09-22 Thread John R. Levine

In article <[EMAIL PROTECTED]> you write:
>With sendmail and Postfix (or so I've heard) it is possible to record the
>envelope-from address in the Received: line. This is deemed useful by my
>colleagues for tracing mails trough broken e-mail gateways.

qmail puts that in Delivered-To:

Looks to me like you get a Delivered-To: each time the envelope changes,
so that should give you the trace info you need.

-- 
John R. Levine, IECC, POB 727, Trumansburg NY 14886 +1 607 387 6869
[EMAIL PROTECTED], Village Trustee and Sewer Commissioner, http://iecc.com/johnl, 
Member, Provisional board, Coalition Against Unsolicited Commercial E-mail



Re: address correlation in qmail lists

1999-09-22 Thread Dave Sill

Ian McNish <[EMAIL PROTECTED]> wrote:

>has anyone written, or does anyone know of any patches/add-ons to qmail
>or MLMs that will happily coexist with qmail that handle final delivery
>address correlation?

Not that I'm aware of. The problem is that the sending system is the
wrong place to eliminate duplicates.

>for the following assume that first.last@ and username@ are both
>delivered to the same mailbox on some remote machine not running qmail.
>
>if i define a list, list1, with two members, [EMAIL PROTECTED] and
>[EMAIL PROTECTED], when i send mail to [EMAIL PROTECTED] the user should
>receive one copy of the message.

What if someone on glurb.org sends a message to [EMAIL PROTECTED]?
What if [EMAIL PROTECTED] is on the [EMAIL PROTECTED] list, and someone
on blah.org sends a message to "[EMAIL PROTECTED],[EMAIL PROTECTED]"?

The only way to eliminate all duplicates is to catch them on the
receiving system.

E.g., I use the following procmail recipes:

# Use a 10Kb cache of Message IDs received to avoid duplicate messages
:0 Whc: .msgid.lock
| formail -D 10240 .msgid.cache

# Save probable duplicates for inspection
:0 a:
spool/dupes

Which file messages with duplicate Message-ID's in a "dupes"
folder--because sometimes Message-ID's aren't as unique as they're
supposed to be.

-Dave



Re: Need help!

1999-09-22 Thread David Dyer-Bennet

Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:10:10 
+0200
 > Hi all,
 > 
 > I'm absolutely new to qmail and I'm working on the installation since
 > yesterday evening 6 pm.
 > 
 > There are many problems I have and I don't know with which I should
 > begin. But there is a language question to you who wants to answer me:
 > do you speak german too? If not, then I have problems with some words...
 > 
 > :((

I sort-of spoke some German at one point; but that point was 27 years
ago, and a good part of it was before I knew anything about
computers.  I'm afraid we're better off with your English than my
German; sorry!

 > Let's go to the setup problems.
 > 
 > I'm hosting several virtual domains and told qmail in
 > /var/qmail/control/virtualdomains the names. I restarted qmail-send and
 > postings to the domain are logged with the syslog entry "... delivery
 > 50: deferral: unable_to_find_alias_user!/". Where do I have to write in
 > the alias? I don't think in /var/qmail/alias. I didn't found something
 > about the .qmail file in /home/user.

Need to know your exact entries in virtualdomains.  They're of the form:

ouroboros.demesne.com:ouroboros
proshaven.demesne.com:bjf-proshaven
demesne.com:demesne

and the second part (after the ":") identifies the user who will
control the virtual domain.  I think the "unable_to_find_alias_user"
part is a reference to one of the things you specified here not being
found in /etc/passwd.  (In the examples above, ourboros, bjf, and
demesne are users in my /etc/passwd file).  

So: what exactly is in your virtualdomains, and do each of the prefix
users specified there actually exist on your system?

And I'd ignore the other problems for now; one thing at a time, and
this is definitely the one to tackle first.  Get ordinary incoming and
outgoing mail working first, and worry about relaying and POP users
later.  Until you have a solid foundation, don't start building on it! 
-- 
David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
Join the 20th century before it's too late!



Anybody seen this error message before?

1999-09-22 Thread Glenn Crownover

I have read everything in print regarding qmail (I think)!  But I don't
know what to do about this message I'm getting upon trying to send mail
to <[EMAIL PROTECTED]> (my linux/qmail box):

--
qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn't_in_my_contro

l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
---

Sounds like an easy fix right?  But my control/locals file looks like
this:

---
bluejava.com
pingu.bluejava.com
moomin.bluejava.com
miffy.bluejava.com
.bluejava.com


(extra entries added to try to fix this).

Anybody have any ideas?  Here is the output from 'showctl'.  Thanks in
advance!

--
[root@miffy bin]# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 504, 505, 506, 0, 507, 508, 509, 510.
group ids: 501, 502.

badmailfrom: (Default.) Any MAIL FROM is allowed.

bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.

bouncehost: (Default.) Bounce host name is miffy.bluejava.com.

concurrencylocal: (Default.) Local concurrency is 10.

concurrencyremote: (Default.) Remote concurrency is 20.

databytes: (Default.) SMTP DATA limit is 0 bytes.

defaultdomain: Default domain name is bluejava.com.

defaulthost: Default host name is miffy.bluejava.com.

doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.

doublebounceto: (Default.) 2B recipient user: postmaster.

envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.

helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.

idhost: (Default.) Message-ID host name is miffy.bluejava.com.

localiphost: (Default.) Local IP address becomes miffy.bluejava.com.

locals:
Messages for bluejava.com are delivered locally.
Messages for pingu.bluejava.com are delivered locally.
Messages for moomin.bluejava.com are delivered locally.
Messages for miffy.bluejava.com are delivered locally.
Messages for .bluejava.com are delivered locally.

me: My name is miffy.bluejava.com.

percenthack: (Default.) The percent hack is not allowed.

plusdomain: Plus domain name is bluejava.com.

qmqpservers: (Default.) No QMQP servers.

queuelifetime: (Default.) Message lifetime in the queue is 604800
seconds.

rcpthosts:
SMTP clients may send messages to recipients at bluejava.com.
SMTP clients may send messages to recipients at javabanners.com.
SMTP clients may send messages to recipients at makico.com.

morercpthosts: (Default.) No effect.

morercpthosts.cdb: (Default.) No effect.

smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.

smtproutes: (Default.) No artificial SMTP routes.

timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.

timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.

timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

virtualdomains:
Virtual domain: makico.com:makiko
Virtual domain: javabanners.com:glenn
[root@miffy bin]#




--
·.¸¸.·´¯`·. Glenn R. Crownover
·.¸¸.·´¯`·. Owner/CEO - Investor's Network Cafe
·.¸¸.·´¯`·. http://www.bluejava.com/inc/
·.¸¸.·´¯`·. reply to: [EMAIL PROTECTED]




Re: Need help!

1999-09-22 Thread Thomas Booms EDV

Dave Sill wrote:

> Thomas Booms EDV <[EMAIL PROTECTED]> wrote:
>
> >There are many problems I have and I don't know with which I should
> >begin. But there is a language question to you who wants to answer me:
> >do you speak german too? If not, then I have problems with some words...
>
> I wish someone would translate "Life with qmail" to German. Or any
> other language, for that matter.
>
> >I'm hosting several virtual domains and told qmail in
> >/var/qmail/control/virtualdomains the names.
>
> Show us your virtualdomains file. Better yet, run qmail-showctl and
> show us the outout.

See the attachment.

>
>
> >I restarted qmail-send and
> >postings to the domain are logged with the syslog entry "... delivery
> >50: deferral: unable_to_find_alias_user!/".
>
> You do have a user called "alias" in /etc/passwd, don't you?

Yes.

> Did you
> verify that the installation worked before you added the virtual
> domains?

I get on some (local) users mails without problems and be able to send too
with the exception that I must write in the name of the domain where the
mails should go in /var/qmail/control/rcpthost. I know that's not the way
but I don't have a better solution currently. :((

>
>
> >Where do I have to write in
> >the alias? I don't think in /var/qmail/alias. I didn't found something
> >about the .qmail file in /home/user.
>
> /var/qmail/alias/.qmail-* is for system-wide aliases.

I thought so.

>
> /home/user/.qmail-* is for user extension addresses. Either can be
> used by a virtual domain,

> depending upon what you put in the
> virtualdomains file.

I don't understand what you mean.

>
>
> >The next problem is, that I must relay selected users. I've read the
> >documentation more than one time but it won't run. What do I make wrong?
> >
> >I have no ideas.
>
> We don't either, until you tell us what you did.

Ok, will follow later. For one or two days I will go the way that I write in
the domain names in rcpthosts.

>

>
>
> >What do I have to start other than qmail-pop3d or qmail-popup so I can
> >read mails over modem (if I remember right then it is ppp)?
>
> It's not clear what you're trying to do. Do you have a UNIX/qmail box
> attached to the Internet that you're trying to access from a Windows
> PC at home?

No Windows. It's linux and it's standing in a room from my provider.

>
>
> -Dave

Thomas


qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 1037, 1038, 1039, 0, 1040, 1041, 1042, 1043.
group ids: 103, 102.

badmailfrom: (Default.) Any MAIL FROM is allowed.

bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.

bouncehost: (Default.) Bounce host name is booms-edv.de.

concurrencylocal: (Default.) Local concurrency is 10.

concurrencyremote: (Default.) Remote concurrency is 20.

databytes: (Default.) SMTP DATA limit is 0 bytes.

defaultdomain: Default domain name is booms-edv.de.

defaulthost: (Default.) Default host name is booms-edv.de.

doublebouncehost: (Default.) 2B recipient host: booms-edv.de.

doublebounceto: (Default.) 2B recipient user: postmaster.

envnoathost: (Default.) Presumed domain name is booms-edv.de.

helohost: (Default.) SMTP client HELO host name is booms-edv.de.

idhost: (Default.) Message-ID host name is booms-edv.de.

localiphost: (Default.) Local IP address becomes booms-edv.de.

locals: 
Messages for localhost are delivered locally.
Messages for zweiradcenter-hamm.de are delivered locally.
Messages for simson-ersatzteile.de are delivered locally.
Messages for kymco-ersatzteile.de are delivered locally.
Messages for ns.booms-edv.de are delivered locally.
Messages for mail.booms-edv.de are delivered locally.
Messages for news.booms-edv.de are delivered locally.
Messages for ftp.booms-edv.de are delivered locally.
Messages for booms-edv.de are delivered locally.
Messages for 1a-urlaubsfluege.de are delivered locally.
Messages for 1asonne.de are delivered locally.
Messages for allianz-bau.de are delivered locally.
Messages for 1areisen.de are delivered locally.
Messages for birlik-datenbank.de are delivered locally.
Messages for best-tour.de are delivered locally.
Messages for pc-corner-hamm.de are delivered locally.
Messages for st-theresia-hamm.de are delivered locally.
Messages for booms-edv.de are delivered locally.
Messages for www.booms-edv.de are delivered locally.

me: My name is booms-edv.de.

percenthack: (Default.) The percent hack is not allowed.

plusdomain: Plus domain name is booms-edv.de.

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.
SMTP clients may send messages to recipients at zweiradcenter-hamm.de.
SMTP clients may send messages to recipients at simson-ersatzteile.de.
SMTP clients may send messages to recipients at kymco-ersatzteile.de.
SMTP clients may send messages to recipients at ns.booms-ed

Re: address correlation in qmail lists

1999-09-22 Thread Ian McNish


> >has anyone written, or does anyone know of any patches/add-ons to qmail
> >or MLMs that will happily coexist with qmail that handle final delivery
> >address correlation?
> 
> Not that I'm aware of. The problem is that the sending system is the
> wrong place to eliminate duplicates.

yes, i agree that it's not best place to deal with this, and in a
perfect world all MUAs would suppress displaying multiple messages with
identical message ids, but we're not there.

environments with multiple internal mail subsystems (e.g. sendmail,
exchange, notes, quickmail, ccmail, etc) must deal with this problem at
the lowest common denominator, usually a primary mail relay for all
systems. this is especially true if your lists and/or business patterns
necessitate that you communicate, on a regular basis, with people on
other mail subsystems.

> >for the following assume that first.last@ and username@ are both
> >delivered to the same mailbox on some remote machine not running qmail.
> >
> >if i define a list, list1, with two members, [EMAIL PROTECTED] and
> >[EMAIL PROTECTED], when i send mail to [EMAIL PROTECTED] the user should
> >receive one copy of the message.
> 
> What if someone on glurb.org sends a message to [EMAIL PROTECTED]?
> What if [EMAIL PROTECTED] is on the [EMAIL PROTECTED] list, and someone
> on blah.org sends a message to "[EMAIL PROTECTED],[EMAIL PROTECTED]"?
> 
> The only way to eliminate all duplicates is to catch them on the
> receiving system.
> 
> E.g., I use the following procmail recipes:
> 
> # Use a 10Kb cache of Message IDs received to avoid duplicate messages
> :0 Whc: .msgid.lock
> | formail -D 10240 .msgid.cache
> 
> # Save probable duplicates for inspection
> :0 a:
> spool/dupes
> 
> Which file messages with duplicate Message-ID's in a "dupes"
> folder--because sometimes Message-ID's aren't as unique as they're
> supposed to be.

i can't control other mailing lists; i can live with this. all i care
about is my corporate lists and my corporate users.

procmail would be great if everyone were using UNIX and competent enough
to install and maintain a valid procmailrc, but in environments where
you ___MUST__ interact with closed mail systems this is simply not an
option. for administrative purposes this isn't realistic in an env with
>3000 employees either.

i'd love any suggestions anyone has.



Re: Need help!

1999-09-22 Thread Thomas Booms EDV

David Dyer-Bennet wrote:

> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:10:10 
>+0200
>  > Hi all,
>  >
>  > I'm absolutely new to qmail and I'm working on the installation since
>  > yesterday evening 6 pm.
>  >
>  > There are many problems I have and I don't know with which I should
>  > begin. But there is a language question to you who wants to answer me:
>  > do you speak german too? If not, then I have problems with some words...
>  >
>  > :((
>
> I sort-of spoke some German at one point; but that point was 27 years
> ago, and a good part of it was before I knew anything about
> computers.  I'm afraid we're better off with your English than my
> German; sorry!
>
>  > Let's go to the setup problems.
>  >
>  > I'm hosting several virtual domains and told qmail in
>  > /var/qmail/control/virtualdomains the names. I restarted qmail-send and
>  > postings to the domain are logged with the syslog entry "... delivery
>  > 50: deferral: unable_to_find_alias_user!/". Where do I have to write in
>  > the alias? I don't think in /var/qmail/alias. I didn't found something
>  > about the .qmail file in /home/user.
>
> Need to know your exact entries in virtualdomains.

I sent a reply to this list a few minutes ago. It has a attachment with concrete 
contents.

>  They're of the form:
>
> ouroboros.demesne.com:ouroboros
> proshaven.demesne.com:bjf-proshaven
> demesne.com:demesne
>
> and the second part (after the ":") identifies the user who will
> control the virtual domain.  I think the "unable_to_find_alias_user"
> part is a reference to one of the things you specified here not being
> found in /etc/passwd.  (In the examples above, ourboros, bjf, and
> demesne are users in my /etc/passwd file).
>
> So: what exactly is in your virtualdomains, and do each of the prefix
> users specified there actually exist on your system?
>
> And I'd ignore the other problems for now; one thing at a time, and
> this is definitely the one to tackle first.  Get ordinary incoming and
> outgoing mail working first, and worry about relaying and POP users
> later.

I think so too.

>  Until you have a solid foundation, don't start building on it!
> --
> David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
> http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
> Join the 20th century before it's too late!

Thomas



RE: Anybody seen this error message before?

1999-09-22 Thread Lyndon Griffin

I have seen it - I'm not sure exactly what fixed it, but it was definitely
in my /var/qmail/control...  I think I made rcpthosts and locals as the
same, but I also had to kill all qmail procs and restart them.

<:)  Lyndon

> -Original Message-
> From: Glenn Crownover [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 12:52 PM
> To: qmail list
> Subject: Anybody seen this error message before?
>
>
> I have read everything in print regarding qmail (I think)!  But I don't
> know what to do about this message I'm getting upon trying to send mail
> to <[EMAIL PROTECTED]> (my linux/qmail box):
>
> --
> qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
> ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn'
t_in_my_contro
>
> l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
> ---
>
> Sounds like an easy fix right?  But my control/locals file looks like
> this:
>
> ---
> bluejava.com
> pingu.bluejava.com
> moomin.bluejava.com
> miffy.bluejava.com
> .bluejava.com
> 
>
> (extra entries added to try to fix this).
>
> Anybody have any ideas?  Here is the output from 'showctl'.  Thanks in
> advance!
>
> --
> [root@miffy bin]# ./qmail-showctl
> qmail home directory: /var/qmail.
> user-ext delimiter: -.
> paternalism (in decimal): 2.
> silent concurrency limit: 120.
> subdirectory split: 23.
> user ids: 504, 505, 506, 0, 507, 508, 509, 510.
> group ids: 501, 502.
>
> badmailfrom: (Default.) Any MAIL FROM is allowed.
>
> bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
>
> bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
>
> concurrencylocal: (Default.) Local concurrency is 10.
>
> concurrencyremote: (Default.) Remote concurrency is 20.
>
> databytes: (Default.) SMTP DATA limit is 0 bytes.
>
> defaultdomain: Default domain name is bluejava.com.
>
> defaulthost: Default host name is miffy.bluejava.com.
>
> doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
>
> doublebounceto: (Default.) 2B recipient user: postmaster.
>
> envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
>
> helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
>
> idhost: (Default.) Message-ID host name is miffy.bluejava.com.
>
> localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
>
> locals:
> Messages for bluejava.com are delivered locally.
> Messages for pingu.bluejava.com are delivered locally.
> Messages for moomin.bluejava.com are delivered locally.
> Messages for miffy.bluejava.com are delivered locally.
> Messages for .bluejava.com are delivered locally.
>
> me: My name is miffy.bluejava.com.
>
> percenthack: (Default.) The percent hack is not allowed.
>
> plusdomain: Plus domain name is bluejava.com.
>
> qmqpservers: (Default.) No QMQP servers.
>
> queuelifetime: (Default.) Message lifetime in the queue is 604800
> seconds.
>
> rcpthosts:
> SMTP clients may send messages to recipients at bluejava.com.
> SMTP clients may send messages to recipients at javabanners.com.
> SMTP clients may send messages to recipients at makico.com.
>
> morercpthosts: (Default.) No effect.
>
> morercpthosts.cdb: (Default.) No effect.
>
> smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
>
> smtproutes: (Default.) No artificial SMTP routes.
>
> timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
>
> timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
>
> timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
>
> virtualdomains:
> Virtual domain: makico.com:makiko
> Virtual domain: javabanners.com:glenn
> [root@miffy bin]#
>
>
>
>
> --
> ·.¸¸.·´¯`·. Glenn R. Crownover
> ·.¸¸.·´¯`·. Owner/CEO - Investor's Network Cafe
> ·.¸¸.·´¯`·. http://www.bluejava.com/inc/
> ·.¸¸.·´¯`·. reply to: [EMAIL PROTECTED]
>
>
>



Re: Need help!

1999-09-22 Thread David Dyer-Bennet

Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:57:04 
+0200

 > > >I restarted qmail-send and
 > > >postings to the domain are logged with the syslog entry "... delivery
 > > >50: deferral: unable_to_find_alias_user!/".

 > virtualdomains: 
 > Virtual domain: booms-edv.de:Thomas.Booms
 > Virtual domain: www.1areisen.de:yildiz
 > Virtual domain: allianz-bau.de:stockhau
 > Virtual domain: 1asonne.de:stockhau

Okay; now, to what exact email address was the message that generated
that error message addressed?  

Say it was to [EMAIL PROTECTED]; my next question will be, is there
a user stockhau in your /etc/passwd file (since that's the controlling
user for the virtual domain 1asonne.de.  And is there a .qmail-default
file, or a .qmail-somebody file, in ~stockhau?
-- 
David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
Join the 20th century before it's too late!




Re: Need help!

1999-09-22 Thread Robbie Walker

That's wrong... mailbox is like so in .qmail './Mailbox' there's no
trailing slash. trailing slash stands for Maildir.

At 04:14 PM 9/22/99 , you wrote:
>David Dyer-Bennet wrote:
>
>> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 
>at 21:57:04 +0200
>>
>>  > > >I restarted qmail-send and
>>  > > >postings to the domain are logged with the syslog entry "... delivery
>>  > > >50: deferral: unable_to_find_alias_user!/".
>>
>>  > virtualdomains:
>>  > Virtual domain: booms-edv.de:Thomas.Booms
>>  > Virtual domain: www.1areisen.de:yildiz
>>  > Virtual domain: allianz-bau.de:stockhau
>>  > Virtual domain: 1asonne.de:stockhau
>>
>> Okay; now, to what exact email address was the message that generated
>> that error message addressed?
>
>www.1areisen.de. The user you see is "yildiz". He exists as a real user on 
>my system, means
>stands in /etc/passwd.
>
>>
>>
>> Say it was to [EMAIL PROTECTED]; my next question will be, is there
>> a user stockhau in your /etc/passwd file (since that's the controlling
>> user for the virtual domain 1asonne.de.
>
>> And is there a .qmail-default
>> file, or a .qmail-somebody file, in ~stockhau?
>
>No. Only a .qmail file with the entry "./Mailbox/" so like the documentation 
>tolds me.
>
>Thomas
>
>>
>> --
>> David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
>> http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
>> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros 
>Bookworms
>> Join the 20th century before it's too late!
>


__
NovaMetrix Development 
Robbie Walker, AMWL

P.O. Box 635 or910-653-4006
106-B S. Main St   800-773-5647
Tabor City, NC 28463   910-653-2052 FAX




Re: Need help!

1999-09-22 Thread David Dyer-Bennet

Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 22:14:03 
+0200
 > David Dyer-Bennet wrote:
 > 
 > > Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 
 >21:57:04 +0200
 > >
 > >  > > >I restarted qmail-send and
 > >  > > >postings to the domain are logged with the syslog entry "... delivery
 > >  > > >50: deferral: unable_to_find_alias_user!/".
 > >
 > >  > virtualdomains:
 > >  > Virtual domain: booms-edv.de:Thomas.Booms
 > >  > Virtual domain: www.1areisen.de:yildiz
 > >  > Virtual domain: allianz-bau.de:stockhau
 > >  > Virtual domain: 1asonne.de:stockhau
 > >
 > > Okay; now, to what exact email address was the message that generated
 > > that error message addressed?
 > 
 > www.1areisen.de. The user you see is "yildiz". He exists as a real user on my 
 >system, means
 > stands in /etc/passwd.

Okay so far.  I'm now wondering if I'm off on the wrong branch of the
debug tree, though; the error message seems to say it *couldn't* find
the alias user, but we just did.  Still, let's run down to the bottom
just to see.

What *user* at www.1areisen.de was the test email addressed to?  Let's
say it's user fred (that is, <[EMAIL PROTECTED]>); then the local
delivery that will result is to yildiz-fred. If user yildiz doesn't
have either a .qmail-fred or a .qmail-default file in his home
directory, then the delivery will fail.  (I don't think it will fail
with the error message given, though, which is bugging me).

 > > Say it was to [EMAIL PROTECTED]; my next question will be, is there
 > > a user stockhau in your /etc/passwd file (since that's the controlling
 > > user for the virtual domain 1asonne.de.
 > 
 > > And is there a .qmail-default
 > > file, or a .qmail-somebody file, in ~stockhau?
 > 
 > No. Only a .qmail file with the entry "./Mailbox/" so like the documentation tolds 
 >me.

You've probably already seen the message from another user pointing
out that the trailing slash is for maildir format, not for mailbox
format.  I don't think that could be the underlying cause of your
error message either, though.
-- 
David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
Join the 20th century before it's too late!



Re: Need help!

1999-09-22 Thread Robbie Walker

Also I just noticed that my message to you bounced... You should probably
re-read the documentation for .qmail files and not try to use procmail yet
until you get the rest of the system working. I can understand that the
existing documentation may be difficult for a non English-first-language
person. I'm sure many of us found the DENSE style difficult to parse at first.

Hi. This is the qmail-send program at booms-edv.de.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
preline: fatal: unable to run procmail: file does not exist

--- Below this line is a copy of the message.

Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 15718 invoked from network); 22 Sep 1999 20:19:27 -
Received: from sauron.tpinter.net (HELO mail.tpinter.net) (208.25.246.2)
  by mail.booms-edv.de with SMTP; 22 Sep 1999 20:19:27 -
Received: (qmail 26935 invoked from network); 22 Sep 1999 20:19:17 -
Received: from workstation2.novamet.com (208.25.246.131)
  by mail.tpinter.net with SMTP; 22 Sep 1999 20:19:17 -
Message-Id: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 
Date: Wed, 22 Sep 1999 16:19:13 -0400
To: Thomas Booms EDV <[EMAIL PROTECTED]>
From: Robbie Walker <[EMAIL PROTECTED]>
Subject: Re: Need help!
Cc: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"


At 04:19 PM 9/22/99 , you wrote:
>That's wrong... mailbox is like so in .qmail './Mailbox' there's no
>trailing slash. trailing slash stands for Maildir.
>
>At 04:14 PM 9/22/99 , you wrote:
>>David Dyer-Bennet wrote:
>>
>>> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 
>>at 21:57:04 +0200
>>>
>>>  > > >I restarted qmail-send and
>>>  > > >postings to the domain are logged with the syslog entry "... delivery
>>>  > > >50: deferral: unable_to_find_alias_user!/".
>>>
>>>  > virtualdomains:
>>>  > Virtual domain: booms-edv.de:Thomas.Booms
>>>  > Virtual domain: www.1areisen.de:yildiz
>>>  > Virtual domain: allianz-bau.de:stockhau
>>>  > Virtual domain: 1asonne.de:stockhau
>>>
>>> Okay; now, to what exact email address was the message that generated
>>> that error message addressed?
>>
>>www.1areisen.de. The user you see is "yildiz". He exists as a real user on 
>>my system, means
>>stands in /etc/passwd.
>>
>>>
>>>
>>> Say it was to [EMAIL PROTECTED]; my next question will be, is there
>>> a user stockhau in your /etc/passwd file (since that's the controlling
>>> user for the virtual domain 1asonne.de.
>>
>>> And is there a .qmail-default
>>> file, or a .qmail-somebody file, in ~stockhau?
>>
>>No. Only a .qmail file with the entry "./Mailbox/" so like the documentation 
>>tolds me.
>>
>>Thomas
>>
>>>
>>> --
>>> David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
>>> http://dd-b.lighthunters.net/ (photos) Minicon:
http://www.mnstf.org/minicon
>>> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros 
>>Bookworms
>>> Join the 20th century before it's too late!
>>
>
>
>__
>NovaMetrix Development 
>Robbie Walker, AMWL
>
>P.O. Box 635 or910-653-4006
>106-B S. Main St   800-773-5647
>Tabor City, NC 28463   910-653-2052 FAX
>
>


__
NovaMetrix Development 
Robbie Walker, AMWL

P.O. Box 635 or910-653-4006
106-B S. Main St   800-773-5647
Tabor City, NC 28463   910-653-2052 FAX




Re: Need help!

1999-09-22 Thread Thomas Booms EDV

David Dyer-Bennet wrote:

> Thomas Booms EDV <[EMAIL PROTECTED]> writes on 22 September 1999 at 21:57:04 
>+0200
>
>  > > >I restarted qmail-send and
>  > > >postings to the domain are logged with the syslog entry "... delivery
>  > > >50: deferral: unable_to_find_alias_user!/".
>
>  > virtualdomains:
>  > Virtual domain: booms-edv.de:Thomas.Booms
>  > Virtual domain: www.1areisen.de:yildiz
>  > Virtual domain: allianz-bau.de:stockhau
>  > Virtual domain: 1asonne.de:stockhau
>
> Okay; now, to what exact email address was the message that generated
> that error message addressed?

www.1areisen.de. The user you see is "yildiz". He exists as a real user on my system, 
means
stands in /etc/passwd.

>
>
> Say it was to [EMAIL PROTECTED]; my next question will be, is there
> a user stockhau in your /etc/passwd file (since that's the controlling
> user for the virtual domain 1asonne.de.

> And is there a .qmail-default
> file, or a .qmail-somebody file, in ~stockhau?

No. Only a .qmail file with the entry "./Mailbox/" so like the documentation tolds me.

Thomas

>
> --
> David Dyer-Bennet ***NOTE ADDRESS CHANGES***  [EMAIL PROTECTED]
> http://dd-b.lighthunters.net/ (photos) Minicon: http://www.mnstf.org/minicon
> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros Bookworms
> Join the 20th century before it's too late!



Re: Anybody seen this error message before?

1999-09-22 Thread Luis Campos de Carvalho

On Wed, 22 Sep 1999, Glenn Crownover wrote:

> I have read everything in print regarding qmail (I think)!  But I don't
> know what to do about this message I'm getting upon trying to send mail
> to <[EMAIL PROTECTED]> (my linux/qmail box):
> 
> --
> qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
> ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn't_in_my_contro
> 
> l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
> ---
> 
> Sounds like an easy fix right?  But my control/locals file looks like
> this:

Is your mail server the host 'MX.Netwizards.Net' or the host
'MX2.Netwizards.Net'?

If not, the problem is that you're trying to override the right MX
with a fake (or experimental, as you like) MX.

Rethink about the mail organization.
Hope that helps.

> 
> ---
> bluejava.com
> pingu.bluejava.com
> moomin.bluejava.com
> miffy.bluejava.com
> .bluejava.com
> 
> 
> (extra entries added to try to fix this).
> 
> Anybody have any ideas?  Here is the output from 'showctl'.  Thanks in
> advance!
> 
> --
> [root@miffy bin]# ./qmail-showctl
> qmail home directory: /var/qmail.
> user-ext delimiter: -.
> paternalism (in decimal): 2.
> silent concurrency limit: 120.
> subdirectory split: 23.
> user ids: 504, 505, 506, 0, 507, 508, 509, 510.
> group ids: 501, 502.
> 
> badmailfrom: (Default.) Any MAIL FROM is allowed.
> 
> bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
> 
> bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
> 
> concurrencylocal: (Default.) Local concurrency is 10.
> 
> concurrencyremote: (Default.) Remote concurrency is 20.
> 
> databytes: (Default.) SMTP DATA limit is 0 bytes.
> 
> defaultdomain: Default domain name is bluejava.com.
> 
> defaulthost: Default host name is miffy.bluejava.com.
> 
> doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
> 
> doublebounceto: (Default.) 2B recipient user: postmaster.
> 
> envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
> 
> helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
> 
> idhost: (Default.) Message-ID host name is miffy.bluejava.com.
> 
> localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
> 
> locals:
> Messages for bluejava.com are delivered locally.
> Messages for pingu.bluejava.com are delivered locally.
> Messages for moomin.bluejava.com are delivered locally.
> Messages for miffy.bluejava.com are delivered locally.
> Messages for .bluejava.com are delivered locally.
> 
> me: My name is miffy.bluejava.com.
> 
> percenthack: (Default.) The percent hack is not allowed.
> 
> plusdomain: Plus domain name is bluejava.com.
> 
> qmqpservers: (Default.) No QMQP servers.
> 
> queuelifetime: (Default.) Message lifetime in the queue is 604800
> seconds.
> 
> rcpthosts:
> SMTP clients may send messages to recipients at bluejava.com.
> SMTP clients may send messages to recipients at javabanners.com.
> SMTP clients may send messages to recipients at makico.com.
> 
> morercpthosts: (Default.) No effect.
> 
> morercpthosts.cdb: (Default.) No effect.
> 
> smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
> 
> smtproutes: (Default.) No artificial SMTP routes.
> 
> timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
> 
> timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
> 
> timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
> 
> virtualdomains:
> Virtual domain: makico.com:makiko
> Virtual domain: javabanners.com:glenn
> [root@miffy bin]#
> 
> 
> 
> 
> --
> ·.¸¸.·´¯`·. Glenn R. Crownover
> ·.¸¸.·´¯`·. Owner/CEO - Investor's Network Cafe
> ·.¸¸.·´¯`·. http://www.bluejava.com/inc/
> ·.¸¸.·´¯`·. reply to: [EMAIL PROTECTED]
> 
> 
> 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Luis Campos de Carvalho
   System Administrator at ECB -- Escola Paulista de Medicina

"MAN + BEER = MORE MAN"
   -- Collected from the Slashdot discussion list.
http://www.have-a-brew.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



It is working now!

1999-09-22 Thread Glenn Crownover

Thanks everybody.  I'm not sure what did it.  I killed all qmail
processes (thanks Lyndon!) and added the .qmail file to my home
directory and restarted.  Now it works.

Thanks a bunch!

Oh, Luis, yes.  My real mail server (as viewed from the outside) is
mx.netwizards.net.  I am trying to get everything setup here locally for
the "big move".  But I figured my mailer wouldn't know the difference.
And now that it is working, that assumption appears true..  Thanks!

--
·.¸¸.·´¯`·. Glenn R. Crownover
·.¸¸.·´¯`·. Owner/CEO - Investor's Network Cafe
·.¸¸.·´¯`·. http://www.bluejava.com/inc/
·.¸¸.·´¯`·. reply to: [EMAIL PROTECTED]




I have seen it - I'm not sure exactly what fixed it, but it was definitely
in my /var/qmail/control...  I think I made rcpthosts and locals as the
same, but I also had to kill all qmail procs and restart them.

<:)  Lyndon

> -Original Message-
> From: Glenn Crownover [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 22, 1999 12:52 PM
> To: qmail list
> Subject: Anybody seen this error message before?
>
>
> I have read everything in print regarding qmail (I think)!  But I don't
> know what to do about this message I'm getting upon trying to send mail
> to <[EMAIL PROTECTED]> (my linux/qmail box):
>
> --
> qmail: 938029565.082075 delivery 68: failure: Sorry._Altho
> ugh_I'm_listed_as_a_best-preference_MX_or_A_for_that_host,/it_isn'
t_in_my_contro
>
> l/locals_file,_so_I_don't_treat_it_as_local._(#5.4.6)/
> ---
>
> Sounds like an easy fix right?  But my control/locals file looks like
> this:
>
> ---
> bluejava.com
> pingu.bluejava.com
> moomin.bluejava.com
> miffy.bluejava.com
> .bluejava.com
> 
>
> (extra entries added to try to fix this).
>
> Anybody have any ideas?  Here is the output from 'showctl'.  Thanks in
> advance!
>
> --
> [root@miffy bin]# ./qmail-showctl
> qmail home directory: /var/qmail.
> user-ext delimiter: -.
> paternalism (in decimal): 2.
> silent concurrency limit: 120.
> subdirectory split: 23.
> user ids: 504, 505, 506, 0, 507, 508, 509, 510.
> group ids: 501, 502.
>
> badmailfrom: (Default.) Any MAIL FROM is allowed.
>
> bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
>
> bouncehost: (Default.) Bounce host name is miffy.bluejava.com.
>
> concurrencylocal: (Default.) Local concurrency is 10.
>
> concurrencyremote: (Default.) Remote concurrency is 20.
>
> databytes: (Default.) SMTP DATA limit is 0 bytes.
>
> defaultdomain: Default domain name is bluejava.com.
>
> defaulthost: Default host name is miffy.bluejava.com.
>
> doublebouncehost: (Default.) 2B recipient host: miffy.bluejava.com.
>
> doublebounceto: (Default.) 2B recipient user: postmaster.
>
> envnoathost: (Default.) Presumed domain name is miffy.bluejava.com.
>
> helohost: (Default.) SMTP client HELO host name is miffy.bluejava.com.
>
> idhost: (Default.) Message-ID host name is miffy.bluejava.com.
>
> localiphost: (Default.) Local IP address becomes miffy.bluejava.com.
>
> locals:
> Messages for bluejava.com are delivered locally.
> Messages for pingu.bluejava.com are delivered locally.
> Messages for moomin.bluejava.com are delivered locally.
> Messages for miffy.bluejava.com are delivered locally.
> Messages for .bluejava.com are delivered locally.
>
> me: My name is miffy.bluejava.com.
>
> percenthack: (Default.) The percent hack is not allowed.
>
> plusdomain: Plus domain name is bluejava.com.
>
> qmqpservers: (Default.) No QMQP servers.
>
> queuelifetime: (Default.) Message lifetime in the queue is 604800
> seconds.
>
> rcpthosts:
> SMTP clients may send messages to recipients at bluejava.com.
> SMTP clients may send messages to recipients at javabanners.com.
> SMTP clients may send messages to recipients at makico.com.
>
> morercpthosts: (Default.) No effect.
>
> morercpthosts.cdb: (Default.) No effect.
>
> smtpgreeting: (Default.) SMTP greeting: 220 miffy.bluejava.com.
>
> smtproutes: (Default.) No artificial SMTP routes.
>
> timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
>
> timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
>
> timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
>
> virtualdomains:
> Virtual domain: makico.com:makiko
> Virtual domain: javabanners.com:glenn
> [root@miffy bin]#
>
>
>
>
> --
> ·.¸¸.·´¯`·. Glenn R. Crownover
> ·.¸¸.·´¯`·. Owner/CEO - Investor's Network Cafe
> ·.¸¸.·´¯`·. http://www.bluejava.com/inc/
> ·.¸¸.·´¯`·. reply to: [EMAIL PROTECTED]
>
>
>




Install help

1999-09-22 Thread Stephen Lavelle

I am installing qmail on a test system, using "lwq" as instructions.
If all goes well I will use qmail on my RHLinux6.0 box to distribute mail to
clients on our local windows network (Netscape messenger clients).
My problem has come after the build when I want to do
./config-fast the.full.hostname
I have a dial up connection to my isp and a dynamic IP address. I wish to
set up:
fetchmail to collect my mail from isp mailbox (several accounts such as
[EMAIL PROTECTED], [EMAIL PROTECTED] etc)
then my windows boxes will point their mua at qmail (with netscape
messenger)
to get their mail at their workstation.

So my Linux box does not have the.full.hostname - only a name ("my name")
I hope someone can help me with this
Regards,
Stephen Lavelle
PS thanks to Dave for lwq and sorry for long winded post.





Re: smtp server as a relay

1999-09-22 Thread Chris Johnson

On Wed, Sep 22, 1999 at 11:45:19AM +0200, Ana Belén Santos wrote:
> I want to  allow selected clients to use my smtp server as a relay. I
> have used tcpserver, but I only can restrict the access controling the
> IP of the sender and I want to control the email address of the sender,
> not the IP. Is this possible??  How can I do that??

As others have pointed out, it's a bad idea to allow relaying based on sender
address. But if you really want to do it, try this patch:

http://www.palomine.net/qmail/relaymailfrom.patch

Chris



qmail-popup without maildir

1999-09-22 Thread Glenn Crownover

Is it possible to use qmail-popup without using the Maildir format?  I
am trying to use $HOME/Mailbox for mail and gather my remotely via
POP-3, but I keep getting the message:

Could not connect to mail.bluejava.com (my domain)
-ERR this user has no $HOME/Maildir

Any ideas?

Thanks!

--
·.¸¸.·´¯`·. Glenn R. Crownover
·.¸¸.·´¯`·. Owner/CEO - Investor's Network Cafe
·.¸¸.·´¯`·. http://www.bluejava.com/inc/
·.¸¸.·´¯`·. reply to: [EMAIL PROTECTED]




Re: qmail-popup without maildir

1999-09-22 Thread Chris Johnson

On Wed, Sep 22, 1999 at 04:27:32PM -0700, Glenn Crownover wrote:
> Is it possible to use qmail-popup without using the Maildir format?

The short answer is no.

The long answer is you could use it, but not with qmail-pop3d. You'd need to
write your own pop3 daemon that worked with the qmail-popup/checkpassword
semantics.

If you don't want to use Maildirs, don't use qmail-popup/qmail-pop3d.

Chris



Re: IMAP with Qmail (encripted)

1999-09-22 Thread Ryan Cleary

Rafael Pirolla wrote:
> 
> Hello Sirs,
> 
> First of all I want to thank everyone that helped me every time I
> needed some help of this list...
> I want to setup an IMAP server with Qmail so that it rejects any
> message that doesn't use criptografy for the login and pass fields... I
> want to use IMAP with Qmail too, in the Maildir mode. I noticed some
> patches in the Home Page, it is the only way? ...

I use UW's imap daemon with qmail, but I don't use Maildir.  I have seen
references to patches to imapd to allow it to support maildir.  Can't
help you much more than that.

As for security, UW's imap daemon supports Kerberos V through GSSAPI
(but I don't know how available kerberos is outside the US).  It also
supports CRAM-MD5 hashed passwords, but this requires a cleartext file
of passwords to reside on the imap server.  Lastly, I'm also using
sslwrap (http://www.rickk.com/sslwrap) to allow SSL encrypted connection
from Outlook Express and Netscape to access imapd.  imapd then uses
whatever PAM module I like to authenticate the user.  (We use krb5, but
there are also nis, NT-PDC, and possibly LDAP authentication modules
available.)

--Ryan Cleary

 
___
Ryan Cleary   <[EMAIL PROTECTED]>



Re: Qmail sending multiple messages...is there a fix?

1999-09-22 Thread Scott A. Cole

No fix though huh?

-Scott

On Wed, 22 Sep 1999, Steve Tylock wrote:

> Scott, yes - I have.
> 
> This is my message from 9/13:
> 
> I have had users complaining of multiple copies of mail...  After offering
> 'our mailer isn't doing it', I looked, and found logs that show my
> mailer might be doing it...
> 
> The mail host is a Sun IPX w Solaris 5.5.1, and qmail 1.03 w fastforward
> and smtp-after-pop-authentication.
> 
> I grepped out the lines with this id, and include from one end through
> to the new msg after what looks to be a full message.
> -
> Sep 13 00:24:08 hank.questra.com qmail: 937196648.684133 end msg 59632
> Sep 13 00:24:11 hank.questra.com qmail: 937196651.796344 new msg 59632
> Sep 13 00:24:11 hank.questra.com qmail: 937196651.798596 info msg 59632:
>  bytes 7434 from <[EMAIL PROTECTED]> qp 7639 uid 91
> Sep 13 00:24:12 hank.questra.com qmail: 937196652.065865 starting delivery
>  126922: msg 59632 to remote [EMAIL PROTECTED]
> Sep 13 00:24:17 hank.questra.com qmail: 937196657.023715 starting delivery
>  126924: msg 59632 to remote [EMAIL PROTECTED]
> Sep 13 00:24:17 hank.questra.com qmail: 937196657.029265 starting delivery
>  126925: msg 59632 to remote [EMAIL PROTECTED]
> Sep 13 00:24:18 hank.questra.com qmail: 937196658.368045 end msg 59632
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.923722 warning: trouble
>  marking remote/16/59632; message will be delivered twice!
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.925484 warning: unable
>  to unlink remote/16/59632; will try again later
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.982616 warning: trouble
>  marking remote/16/59632; message will be delivered twice!
> Sep 13 00:24:21 hank.questra.com qmail: 937196661.984385 warning: unable
>  to unlink remote/16/59632; will try again later
> Sep 13 00:24:51 hank.questra.com qmail: 937196691.555955 new msg 59632
> -
> mail related processes:
> root 22091 22089  0   Aug 10 ?0:00 qmail-lspawn ./Mailbox
>   qmaill 22090 22089  0   Aug 10 ?   39:43 splogger qmail
>   qmails 22089 1  0   Aug 10 ?   66:40 qmail-send
>   qmailr 22092 22089  0   Aug 10 ?   16:12 qmail-rspawn
>   qmailq 22093 22089  0   Aug 10 ?   18:17 qmail-clean
> -
> 
> So the question is - I don't see any system errors, and this is not
> happening on every message, just some - what is going on here?
> 
> The only other odd thing I have noticed is that the inodes are reused
> very quickly - as in almost immediately...
> 
> steve
> [EMAIL PROTECTED]
> 
> -
> 
> The only response I got was that nortel was a suspect receiver of mail...
> 
> steve
> 



Re: MANPATH variable?

1999-09-22 Thread Edward Castillo-Jakosalem



Bill Parker wrote:

> Hello all,
>
> I just had a brain lock, where does one modify the MANPATH variable so
> that it is good system wide, and not for each user individually?
>
> -Bill

Depends on your shell.
If you are using llinux, just insert /var/qmail/man in your /etc/profile or
/etc/csh.login or whatever shell you use.

--


Edward Castillo-Jakosalem




qmailanalog - traffic

1999-09-22 Thread Thomas Foerster

Hi !

Is it possible that qmailanalog calculates how much traffic was
done by a specified user oer specified domain ?

I need to count the MBs for *@mydomain.net.

After using grep and so on i have a list if *@*.domain.net and the
traffic,
but it would take sooo long to calculate evrythign by hand then.

Thank you,
  Thomas



vmailmgr - configfile

1999-09-22 Thread Thomas Foerster

Hi there,

i have a question : Where EXACTLY must be te vmailmgr.conf file?
One FAQ sasy in /etc/ , another in /etc/vmailmgr/ 
So, where must it be realy?!

Thomas



Re: Recording the envelope-from in Received: line

1999-09-22 Thread Jos Backus

On Wed, Sep 22, 1999 at 03:32:07PM -0400, John R. Levine wrote:
> In article <[EMAIL PROTECTED]> you write:
> >With sendmail and Postfix (or so I've heard) it is possible to record the
> >envelope-from address in the Received: line. This is deemed useful by my
> >colleagues for tracing mails trough broken e-mail gateways.
> 
> qmail puts that in Delivered-To:

Um, that's the effective envelope recipient. I'm looking for the envelop
_sender_. Normally that ends up in the Return-Path: upon final delivery.

-- 
Jos Backus  _/ _/_/_/  "Reliability means never
   _/ _/   _/   having to say you're sorry."
  _/ _/_/_/ -- D. J. Bernstein
 _/  _/ _/_/
[EMAIL PROTECTED]  _/_/  _/_/_/  use Std::Disclaimer;



virtual domain and aliases

1999-09-22 Thread Edward Castillo-Jakosalem


Hi to all!
I already have the following entry in my virtualdomains file:
doods.net.ph:ecj
If I send mails to [EMAIL PROTECTED], no problem. However, if I send to an
alias, say [EMAIL PROTECTED], it remains in the queue. I already have a
user named 'pogi' and have .qmail-pogi in ~ecj. 
What else am I missing here?
Thanks in advance! 



Regards,

0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0
Edward Castillo Jakosalem
Systems Administrator
ACCESS NET (PHILS), INC.
phone: (632)-910-8081 to 85
fax: (632)-910-8086
email: [EMAIL PROTECTED]
URL: http://www.access.net.ph/ecj
0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0=0o0



Re: Recording the envelope-from in Received: line

1999-09-22 Thread Jos Backus

On Wed, Sep 22, 1999 at 11:30:09AM +0200, Andre Oppermann wrote:
> > Note the envelope-from comment.
> > Is there any way to achieve the same effect with qmail?
> 
> Yes, that patch is in qmail-ldap's qmail-smtpd.c. It's on www.nrg4u.com.
> But it would only record the first rcpt-to to avoid making bcc public.

Um, I'm looking for the envelope _sender_...

-- 
Jos Backus  _/ _/_/_/  "Reliability means never
   _/ _/   _/   having to say you're sorry."
  _/ _/_/_/ -- D. J. Bernstein
 _/  _/ _/_/
[EMAIL PROTECTED]  _/_/  _/_/_/  use Std::Disclaimer;



smtp server as a relay 2º part

1999-09-22 Thread Ana Belén Santos


Chris Johnson wrote:

> On Wed, Sep 22, 1999 at 11:45:19AM +0200, Ana Belén Santos wrote:
> > I want to  allow selected clients to use my smtp server as a relay. I
> > have used tcpserver, but I only can restrict the access controling the
> > IP of the sender and I want to control the email address of the sender,
> > not the IP. Is this possible??  How can I do that??
>
> As others have pointed out, it's a bad idea to allow relaying based on sender
> address. But if you really want to do it, try this patch:

I know that it is a bad idea, but my problem is that the user that I have given
a mail account
in my system has dinamic IP addressing. So, how can I allow using my smtp server
as a relay to
this user and no for nobady else if I dont know his IP address???

thanks

>
>
> http://www.palomine.net/qmail/relaymailfrom.patch
>
> Chris

Ana Santos