lots of qmail-smtpd processes...

2000-06-19 Thread Marc-Adrian Napoli

hi all,

on my qmail box i can see about 20 qmail-smtpd processes. now, this can
either mean that one of my users (allowed through tcp.smtp) is sending lots
of mail out, or another mail server out on the internet is sending lots of
mail in.

about 5 of these processes are from IP addresses that i recognise (in my
system), a couple of them are IP addresses of mail servers that i know, but
there are a substantial number qmail-smtpd processes that have
TCPREMOTEIP=202.59.39.88 (i can tell this by doing a psaxfe)

what is my course of action? these qmail-smtpd processes are just sitting
there... is this a legitimate mail server sending me mail, or someone trying
to spam my system? (or trying to relay through my system?)

I traceroute to the IP address and get no where.

Regards,

Marc-Adrian Napoli
Network Administrator
Connect Infobahn Australia
+61 2 9281 1750




Re: Migrating From NT/Imail to Qmail

2000-06-19 Thread Robbie Honerkamp

Thus spake Julian L. Cardarelli ([EMAIL PROTECTED]):

> OK.  I have a bunch of user accounts setup on Imail/NT and I want to migrate to 
>Qmail.  One Problem: I do not have any of the users passwords and I want to do the 
>migration without messing up their passwords (and even more importantly, without them 
>knowing).  So I have two questions:
> 
> 1) How do I correctly take user passwords and move them to Qmail?

You can try to crack them using one of the many, many NT password
crackers, depending on the password algorithm the software uses.

One method we're looking at possibly using with a customer is to set up
a modified POP proxy in front of the NT POP server for a few weeks. The
proxy will note the username and password and then relay the connection 
through (obviously you'll need to modify the proxy source to log passwords).

Robbie



Re: Migrating From NT/Imail to Qmail

2000-06-19 Thread Ryan Russell

On Mon, 19 Jun 2000, Julian L. Cardarelli wrote:

> 1) How do I correctly take user passwords and move them to Qmail?
I don't know what Imail is... if it uses the SAM passwords, L0phtcrack
works surprisingly well.  If not, use something like dsniff over a few
days and grab most of the passwords off the wire.


Ryan




Migrating From NT/Imail to Qmail

2000-06-19 Thread Julian L. Cardarelli



OK.  I have a bunch of user accounts setup on Imail/NT 
and I want to migrate to Qmail.  One Problem: I do not have any of the 
users passwords and I want to do the migration without messing up their 
passwords (and even more importantly, without them knowing).  So I 
have two questions:
 
1) How do I correctly take user passwords and move them to 
Qmail?
2) What email-in-a-browser utilities exist for Qmail that 
simulate the Imail interface?
 
Regards,
 
JB
 


Re: Maildir..Reheated

2000-06-19 Thread Chris Johnson

On Mon, Jun 19, 2000 at 01:59:53PM -0500, Tony Campisi wrote:
> : The name of the maildir should not be {username}; it should be Maildir.
> -
> Please forgive my ignorance but I've only been using Linux for 3 months and
> qmail for just a few days..
> After I  "su - username" 
> do I "/var/qmail/bin/maildirmake {username}"
> or "/var/qmail/bin/maildirmake maildir" ?

/var/qmail/bin/maildirmake Maildir

Chris



Re: Bouncing Mail ?

2000-06-19 Thread Chris Johnson

On Mon, Jun 19, 2000 at 04:47:25PM -0500, Jonathan Maier wrote:
> 
> Does anyone know the answer to the below question? Thanks!
> 
> How do I take bounced mail and redeliver it every 60 minutes for 4 hours?
> What file(s) are these variables created in?

Mail bounces because it is permanently undeliverable. Why do you want to try to
deliver it over and over again?

Chris



Large scale mails server (smtp/pop3/imap4)

2000-06-19 Thread Ricardo D. Albano

I'm thinking in a large scale mail server, providing pop3 and imap4 access
to the mailboxes stored in a diferent server and shared via NFS.

I want to use mailboxes like these :

/mailboxes1/user1/user
/mailboxes1/user2/user
/mailboxes2/user3/user
..
..
..
/mailboxesN/userN/user

At the same time the imap4/pop3/smtp service must be able to read and write
from these mailboxes.

Can any give me a pointer to this information ?

Thank's

RDA.-




queue notices

2000-06-19 Thread Jon Rust

I've seen a few mail systems notify users that mail hasn't been
delivered when it's been queued for X number of days, but hasn't yet
expired.  Say your queuelifetime is set to 1 week. After a message
hasn't delivered for 1 day, let the sender know that it hasn't and also
that you (the mail server) will keep trying for another 6 days.

Has anyone seen a patch like this? Any thoughts on implementing the idea?

Thanks,
jon



Re: Any reason not to run supervise?

2000-06-19 Thread Russell Nelson

clemensF writes:
 > > Petr Novotny:
 > 
 > > As in "sendmail is superior to qmail because it doesn't eat up 
 > > space in process table". (Overheard this just an hour ago...)
 > 
 > which is why qmail, consisting of many *small* programs, is vwery well
 > suited to unix.  if you read the source, you will find a very unix-stylish
 > program set.

Yup.  And its configuration language is the shell, whereas sendmail's
configuration language is a customize language that's so obtuse and
obscure even Sendmail Inc. advises users not to use it.

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | 
521 Pleasant Valley Rd. | +1 315 268 1925 voice | Is Unix compatible with
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | Linux?



Re: delivery strangeness

2000-06-19 Thread Steve Lewis

On Tue, 20 Jun 2000, Tetsu Ushijima wrote:

> Yes. See http://cr.yp.to/im/cname.html for the explanation.
> You may want to replace the CNAME record with an MX record
> (or an A record).
Thank you.  Had to be sure since I don't have access to the primary DNS
(grumble).

> The log indicates that the recipient address in question is
> controlled by the dot-qmail file that contains comments only.
> Most likely the controlling dot-qmail file is ~alias/.qmail-default.
correct.  I misread this file, and didn't notice that the line was
commented out.

#| fastforward -d /etc/aliases.cdb

1) how exactly could you tell that from the log data I provided?
2) what would you expect to find in this file (or elsewhere) to induce the
expected bounce behavior?

Steve




Bouncing Mail ?

2000-06-19 Thread Jonathan Maier


Does anyone know the answer to the below question? Thanks!

How do I take bounced mail and redeliver it every 60 minutes for 4 hours?
What file(s) are these variables created in?

Thanks!

Jonathan Maier
Systems/Network Engineer
9855 W. 78th Street, Suite 200
Eden Prairie, MN 55344

Direct: 612.578.7182

[EMAIL PROTECTED]
www.interelate.com



Stages.worm: an example please?

2000-06-19 Thread Dave Kitabjian

When LOVELETTER hit, Johan was kind enough to post an example of the
actual, MIME-still-encoded, text of the virus:

 http://www.almqvist.net/~johan/virus.txt

I've seen the helpful page about Stages.worm at:


http://www.antivirus.com/vinfo/virusencyclo/default5.asp?VName=VBS_STAGE
S.A

Unfortunately, it doesn't show the "source" text of the virus. Does
anyone have an example of what this virus looks like? I'd like to know
if our filters are going to work against it.

Thanks in advance!

Dave



Re: some new windows virus

2000-06-19 Thread Ryan Russell

http://news.cnet.com/news/0-1005-200-2108936.html?tag=st.ne.1430735..ni
http://www.zdnet.com/zdnn/stories/news/0,4586,2589983,00.html
http://news.ft.com/ft/gx.cgi/ftc?pagename=View&c=Article&cid=FT39FTHJO9C&live=true&tagid=ZZZC00L1B0C&subheading=information%20technology
http://www.antivirus.com/corporate/media/2000/pr061900.htm

The source should be available in our incidents list archive before too
long.

Ryan

On Mon, 19 Jun 2000, Jeff Commando Sherwin wrote:

> qmailers,
> 
> just heard from a reliable source that a new virus maybe propagating
> with the name life_states.txt. I realize its only a txt, but maybe another
> extension is hidden. I don't know, im just relaying what maybe useful
> data.
> 
> jeff...
> 
> 





RE: Need Help restarting qmail

2000-06-19 Thread Hand, Brian C.

Anyone out there can they please let me know what the problem is.  I need to
get this server back up soon. 

Please Help

*Cries of Despiration*
Thanks
Brian
-Original Message-
From: Hand, Brian C. [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 19, 2000 1:25 PM
To: '[EMAIL PROTECTED]'
Subject: Need Help restarting qmail


> All,
> 
> I am getting the following error.  It is preventing qmail from starting.
> This is a clip from syslog.
> 
> Jun 19 13:07:13 listserv qmail: [ID 748625 mail.alert] 961438033.590877
> alert: cannot start: unable to open mutex
> 
> What is the mutex and what do I do to get qmail started?
> 
> Thanks
> Brian



some new windows virus

2000-06-19 Thread Jeff Commando Sherwin

qmailers,

just heard from a reliable source that a new virus maybe propagating
with the name life_states.txt. I realize its only a txt, but maybe another
extension is hidden. I don't know, im just relaying what maybe useful
data.

jeff...





Re: Debian GNU/Linux (potato) Packages: var-qmail

2000-06-19 Thread Gerrit Pape

On Mon, Jun 19, 2000 at 02:01:42PM -0400, Adam McKenna wrote:
> Without even looking at them, I can tell you the following:
> 
> 1)  *if* the packages comply with dist.html, they will _never_ get into
> potato.
> 2)  If they don't comply with dist.html, you will not be allowed to
> distribute them.
> 
> It's basically a lose/lose situation.  If you want dist.html-compliant debs
> for your own use or for unofficial use, that's fine.  But they will never go
> into debian, because they are in gross violation of debian's packaging
> policy, and also there are already source packages for these programs in
> debian.
>
1. I do not want them in potato, they may go into woody later, see below.
2. We all know.

I know the source packages in potato. The produced debs do not comply with
dist.html, I would not use them, e.g.: no /var/qmail/bin, nofiles replaced by
nogroup.

> --Adam
>
Gerrit.
 
> On Mon, Jun 19, 2000 at 03:19:04PM +0200, Gerrit Pape wrote:
> > Announce of the following Debian GNU/Linux (potato) packages for testing:
[...]
> > Debian/potato users: Please test these packages and take a look if they
> > comply with http://cr.yp.to/qmail/dist.html and
> > http://cr.yp.to/qmail/var-qmail.html , they may go into woody later.

-- 
[EMAIL PROTECTED]
  innominate AG
  networking people
fon: +49.30.308806-0  fax: -77  web: http://innominate.de  pgp: /pgp/gp



Re: Maildir..Reheated

2000-06-19 Thread Tony Campisi

: The name of the maildir should not be {username}; it should be Maildir.
-
Please forgive my ignorance but I've only been using Linux for 3 months and qmail for 
just a few days..
After I  "su - username" 
do I "/var/qmail/bin/maildirmake {username}"
or "/var/qmail/bin/maildirmake maildir" ?

TIA,
/tony.campisi





Bouncing Mail ?

2000-06-19 Thread Jonathan Maier


How do I take bounced mail and redeliver it every 60 minutes for 4 hours?
What file(s) are these variables created in?

Thanks!

Jonathan Maier
Systems/Network Engineer
9855 W. 78th Street, Suite 200
Eden Prairie, MN 55344

Direct: 612.578.7182

[EMAIL PROTECTED]
www.interelate.com




Need Help restarting qmail

2000-06-19 Thread Hand, Brian C.

> All,
> 
> I am getting the following error.  It is preventing qmail from starting.
> This is a clip from syslog.
> 
> Jun 19 13:07:13 listserv qmail: [ID 748625 mail.alert] 961438033.590877
> alert: cannot start: unable to open mutex
> 
> What is the mutex and what do I do to get qmail started?
> 
> Thanks
> Brian



Re: Debian GNU/Linux (potato) Packages: var-qmail

2000-06-19 Thread Neil Schemenauer

On Mon, Jun 19, 2000 at 02:01:42PM -0400, Adam McKenna wrote:
> Without even looking at them, I can tell you the following:
> 
> 1)  *if* the packages comply with dist.html, they will _never_ get into
> potato.
> 2)  If they don't comply with dist.html, you will not be allowed to
> distribute them.
> 
> It's basically a lose/lose situation.

  3)  DJB approves a non-dist.html compliant package.

Unfortunately that does not seem to be happening.

The requirements for a var-qmail package seem to be targetted
towards systems that already have sendmail installed.  I wish Dan
would provide an alternate set of requirements for systems that
come with qmail installed as a default.

  Neil

-- 
"Simplicity does not precede complexity, but follows it." -- Alan Perlis



Re: Debian GNU/Linux (potato) Packages: var-qmail

2000-06-19 Thread Adam McKenna

Without even looking at them, I can tell you the following:

1)  *if* the packages comply with dist.html, they will _never_ get into
potato.
2)  If they don't comply with dist.html, you will not be allowed to
distribute them.

It's basically a lose/lose situation.  If you want dist.html-compliant debs
for your own use or for unofficial use, that's fine.  But they will never go
into debian, because they are in gross violation of debian's packaging
policy, and also there are already source packages for these programs in
debian.

--Adam

On Mon, Jun 19, 2000 at 03:19:04PM +0200, Gerrit Pape wrote:
> Announce of the following Debian GNU/Linux (potato) packages for testing:
> 
> o qmail_1.03-0.5_i386.deb
> o dot-forward_0.71-0.2_i386.deb
> o fastforward_0.51-0.3_i386.deb
> 
> o qmail-run_0.0.4_i386.deb
> o daemontools_0.70-0.6_i386.deb
> o ucspi-tcp_0.88-0.3_i386.deb
> 
> All these packages together set up qmail as mail-transfer-agent on Debian
> potato.
> 
> Debian/potato users: Please test these packages and take a look if they
> comply with http://cr.yp.to/qmail/dist.html and
> http://cr.yp.to/qmail/var-qmail.html , they may go into woody later.
> 
> Download:
> ftp://ftp.innominate.org/pub/pape/Debian/unofficial/{source,binary-i386}/
> 
> Or just add
> deb ftp://ftp.innominate.org/pub/pape/Debian potato unofficial
> deb-src ftp://ftp.innominate.org/pub/pape/Debian potato unofficial
> to /etc/apt/sources.list .
> 
> Regards, Gerrit.
> 
> -- 
> [EMAIL PROTECTED]
>   innominate AG
>   networking people
> fon: +49.30.308806-0  fax: -77  web: http://innominate.de  pgp: /pgp/gp
> 



Re: AVP AntiVirus

2000-06-19 Thread Martin Lesser

Luis Bezerra <[EMAIL PROTECTED]> writes:

> Has anyone uses AVP antivirus?

Yep - it scans eMail on several qmail-servers I installed by using
http://www.amavis.org with the patch by Rainer Link.

> if yes, could you help me to install this software?

What's your problem? What doesn't work?

Martin



Re: Stripping attachments from e-mail

2000-06-19 Thread Russell P. Sutherland

* Max Clark ([EMAIL PROTECTED]) [19 Jun 2000 12:33]:

> Is there a way to selectively strip attachments from e-mail as it passes
> through a qmail server? I want to remove all ".vbs" files from any e-mail.

I've implemented a similar scenario for a client, using the
QMAILQUEUE patch along with some CPAN modules.

-- 
Quist ConsultingEmail: [EMAIL PROTECTED]
219 Donlea DriveVoice: +1.416.696.7600
Toronto ON  M4G 2N1 Fax:   +1.416.978.6620
CANADA  WWW:   http://www.quist.on.ca



Re: delivery strangeness

2000-06-19 Thread Tetsu Ushijima

Steve Lewis writes:
> I RTFMP and RTFFAQ, and followed the directions there:
>  add starfire.worlddomination.net:nepolon-starfire to virtualhosts
>  add starfire.worlddomination.net to rcpthosts
>  kill -HUP the qmail-send proc

Correct (except that ``virtualhosts'' should be ``virtualdomains'').

> But, I had to create a .qmail-starfire-default before local-local mail
> to the virtdomain would work.  Otherwise I was getting:
>  > <[EMAIL PROTECTED]>:
>  > Sorry, no mailbox here by that name. (#5.1.1)

That's the way it goes. It is documented in the manpages
qmail-send(8) and dot-qmail(5).

> And this is the crux of _my_ problem (with virtual domains).  Local
> delivery can be made to work, but if the mail comes from the outside it
> doesn't recognise the destination as a virtual host.  Is this because the
> DNS record for starfire.worlddomination.net is a CNAME of
> worlddomination.net rather than another record?

Yes. See http://cr.yp.to/im/cname.html for the explanation.
You may want to replace the CNAME record with an MX record
(or an A record).

> Very wrong.  We have no user 'nonexistant' ... where is the bounce?  This
> can make it rather difficult to find the message I sent to
> [EMAIL PROTECTED]

The log indicates that the recipient address in question is
controlled by the dot-qmail file that contains comments only.
Most likely the controlling dot-qmail file is ~alias/.qmail-default.

-- 
Tetsu Ushijima



Re: Maildir..Reheated

2000-06-19 Thread Chris Johnson

On Mon, Jun 19, 2000 at 09:59:55AM -0500, Tony Campisi wrote:
> At 16:21 00/06/17 -0600, you wrote:
> > > can u help me setting up Maildir
> > > here iam not able to setup Maildir
> >   Easy, correct method:
> > /var/qmail/bin/maildirmake {username}
> 
> Don't forget to "su" to the user before you
> execute maildirmake.
> Kristina
> --
> I'm using a RedHat 5.2 install running Sendmail. I am installing qmail on
> this backup machine at this time. Our naming convention is  -
> [EMAIL PROTECTED]
> [root@mailperson2 /var/qmail]# su al.koch
> [al.koch@mailperson2 /var/qmail]$ /var/qmail/bin/maildirmake al.koch
> maildirmake: fatal: unable to mkdir al.koch: access denied

The name of the maildir should not be {username}; it should be Maildir.

Chris



Stripping attachments from e-mail

2000-06-19 Thread Max Clark

Is there a way to selectively strip attachments from e-mail as it passes
through a qmail server? I want to remove all ".vbs" files from any e-mail.

Thanks,

Maxwell Clark

 winmail.dat


Re: AVP AntiVirus

2000-06-19 Thread Rainer Link

Luis Bezerra wrote:

Hello!
> Has anyone uses AVP antivirus?
I'm using AVP/Linux, yes
> if yes, could you help me to install this software?
What's your problem? Why don't you ask the support guys from
KasperskyLabs?

best regards,
Rainer Link

-- 
Rainer Link  | Member of Virus Help Munich (www.vhm.haitec.de)   
[EMAIL PROTECTED] | Member of AMaViS Development Team (dev.amavis.org)
rainer.w3.to | Maintainer FAQ "antivirus for Linux" (av-linux.w3.to)




Re: Maildir..Reheated

2000-06-19 Thread Tony Campisi

: Try
: su - al.koch
: instead of
: su al.koch
---
That worked for me Peter. Thank you. One more question. My users folders (on the 
backup machine I'm testing this on) are located under /usr/home. Is this correct or 
should they be under /home? I seem to have read this somewhere. I initially created 
all of the accounts using 'userconf' > 'user accounts'. If they are actually supposed 
to be under /home, is there a way to move them all without re-creating them? On my 
main mail server the accounts are under the /home directory.

Thanks for your help!,
/tony.campisi





qmail and ldap on AIX 4.3

2000-06-19 Thread prashant



 
 
dear friends 
 
 
i am new to qmail was using sendmail till date also new to 
ldap and AIX  , so please 
 
guide me how can configure qmail with ldap support i have 
downloaded tarball of qmail and a patch for ldap support i dont know how to 
apply the patch on AIX so please guide me how can i apply the patch and compile 
qmail with what options 
 
 
thanks in advance 
prashant desai


Re: virtual domain does not receive mails

2000-06-19 Thread Chris Johnson

On Mon, Jun 19, 2000 at 02:39:38PM +0200, Luca Zancan wrote:
> Now I'm trying to setup the virtual domain "virdom.com".
> I've created the virtualdomains file in /var/qmail/control (there was
> not such file, before) and I've added virdom.com:viradm in it.
> I've also added virdom.com in rcpthosts.
> I've created the viradm user in RedHat6.1 and I've created his Maildir
> with maildirmake program. In its /home/viradm/.qmail I've written
> "./Maildir/".
> I've also created the user joe and in /home/viradm/.qmail-joe I've
> written "../joe/Maildir" (of course I had already created
> /home/joe/Maildir).

That should be "../joe/Maildir/" (note the trailing slash). There are still
problems with this, though. See below.

> When I send an e-mail to [EMAIL PROTECTED] nothing appears in ~/Maildir/new
> (the same thing if I try [EMAIL PROTECTED]).

When qmail-local is delivering to viradm-joe (for mail to [EMAIL PROTECTED]), it's
running as the user viradm. I suspect that viradm is not the owner of
../joe/Maildir, so qmail-local, running as viradm, won't be able to deliver
there.

> If I try "telnet 192.168.254.99 25" and then HELO, MAIL FROM: ..., RCPT
> TO: [EMAIL PROTECTED] I receive an "ok" from the mail server (no error
> messages).
> What I'm missing???

What do the logs say?

Chris



Re: Maildir..Reheated

2000-06-19 Thread Peter van Dijk

On Mon, Jun 19, 2000 at 09:59:55AM -0500, Tony Campisi wrote:
> At 16:21 00/06/17 -0600, you wrote:
> > > can u help me setting up Maildir
> > > here iam not able to setup Maildir
> >   Easy, correct method:
> > /var/qmail/bin/maildirmake {username}
> 
> Don't forget to "su" to the user before you
> execute maildirmake.
> Kristina
> --
> I'm using a RedHat 5.2 install running Sendmail. I am installing qmail on this 
>backup machine at this time. Our naming convention is  - [EMAIL PROTECTED]
> [root@mailperson2 /var/qmail]# su al.koch

Try
su - al.koch
instead of
su al.koch

Greetz, Peter.
-- 
[EMAIL PROTECTED] - Peter van Dijk [student:developer:madly in love]



Maildir..Reheated

2000-06-19 Thread Tony Campisi

At 16:21 00/06/17 -0600, you wrote:
> > can u help me setting up Maildir
> > here iam not able to setup Maildir
>   Easy, correct method:
> /var/qmail/bin/maildirmake {username}

Don't forget to "su" to the user before you
execute maildirmake.
Kristina
--
I'm using a RedHat 5.2 install running Sendmail. I am installing qmail on this backup 
machine at this time. Our naming convention is  - [EMAIL PROTECTED]
[root@mailperson2 /var/qmail]# su al.koch
[al.koch@mailperson2 /var/qmail]$ /var/qmail/bin/maildirmake al.koch
maildirmake: fatal: unable to mkdir al.koch: access denied

What am I missing here? All of my users (only 250) are under /usr/home/. Should they 
be under the /home directory? 

TIA,
//tony.campisi




qmail+antivirus

2000-06-19 Thread Luis Bezerra

Hello averyone:

In this list,
Exists anyone that uses qmail server with 5 mailboxes and Antivirus?

Thanks in advance

Luis



Debian GNU/Linux (potato) Packages: var-qmail

2000-06-19 Thread Gerrit Pape

Announce of the following Debian GNU/Linux (potato) packages for testing:

o qmail_1.03-0.5_i386.deb
o dot-forward_0.71-0.2_i386.deb
o fastforward_0.51-0.3_i386.deb

o qmail-run_0.0.4_i386.deb
o daemontools_0.70-0.6_i386.deb
o ucspi-tcp_0.88-0.3_i386.deb

All these packages together set up qmail as mail-transfer-agent on Debian
potato.

Debian/potato users: Please test these packages and take a look if they
comply with http://cr.yp.to/qmail/dist.html and
http://cr.yp.to/qmail/var-qmail.html , they may go into woody later.

Download:
ftp://ftp.innominate.org/pub/pape/Debian/unofficial/{source,binary-i386}/

Or just add
deb ftp://ftp.innominate.org/pub/pape/Debian potato unofficial
deb-src ftp://ftp.innominate.org/pub/pape/Debian potato unofficial
to /etc/apt/sources.list .

Regards, Gerrit.

-- 
[EMAIL PROTECTED]
  innominate AG
  networking people
fon: +49.30.308806-0  fax: -77  web: http://innominate.de  pgp: /pgp/gp



virtual domain does not receive mails

2000-06-19 Thread Luca Zancan

Hello everybody,

after several trials qmail is working properly with its minimum
configuration.

Now I'm trying to setup the virtual domain "virdom.com".
I've created the virtualdomains file in /var/qmail/control (there was
not such file, before) and I've added virdom.com:viradm in it.
I've also added virdom.com in rcpthosts.
I've created the viradm user in RedHat6.1 and I've created his Maildir
with maildirmake program. In its /home/viradm/.qmail I've written
"./Maildir/".
I've also created the user joe and in /home/viradm/.qmail-joe I've
written "../joe/Maildir" (of course I had already created
/home/joe/Maildir).

When I send an e-mail to [EMAIL PROTECTED] nothing appears in ~/Maildir/new
(the same thing if I try [EMAIL PROTECTED]).
If I try "telnet 192.168.254.99 25" and then HELO, MAIL FROM: ..., RCPT
TO: [EMAIL PROTECTED] I receive an "ok" from the mail server (no error
messages).
What I'm missing???
Thank you in advance for your help,
__

Luca Zancan
Logica S.r.l.
e-mail [EMAIL PROTECTED]
URL http://www.logicaonline.com
__






AVP AntiVirus

2000-06-19 Thread Luis Bezerra

Hello averyone:

Has anyone uses AVP antivirus?

if yes, could you help me to install this software?

regards




Luis Bezerra



rcpthosts and locals

2000-06-19 Thread Van Liedekerke Franky

Hi,

can qmail be changed in such a matter that, instead of (or next to) using
the rcpthosts file, you allow all domains that have as Mx record (primary or
backup) your own specified network range.
And for locals the same question: allow all domains that have as mx record
your own IP address.

Franky



primary server config ++

2000-06-19 Thread mandarine

Hi there

I'd like to setup a priamry to do mail forwarding to a NT exchange server, only if 
there is no local account on the primary mail server

it would be useful if a copy of each forwarded e-mail could be saved on the qmail 
server for 30 days or so

what's the best way of doing this...

nicholas


--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.



qmail Digest 19 Jun 2000 10:00:01 -0000 Issue 1037

2000-06-19 Thread qmail-digest-help


qmail Digest 19 Jun 2000 10:00:01 - Issue 1037

Topics (messages 43255 through 43270):

Re: script chkattach
43255 by: Noel Mistula

Drop in sendmail replacement for CGI
43256 by: Andrew Hill
43259 by: Dave Kelly
43261 by: Andrew Hill

Re: qmqpc/+env docs
43257 by: Peter Samuel

temp quota control for vmailmgr
43258 by: Peter Chow

Re: how to setup Maildir
43260 by: Kristina

qmail-smtpd-auth + mysql...
43262 by: Goran Blazic
43264 by: Krzysztof Dabrowski

delivery strangeness
43263 by: Steve Lewis

qmail error
43265 by: Vince
43266 by: Steffan Hoeke

Re: Blocking a specific address
43267 by: Markus Stumpf

primary server config
43268 by: mandarine

maildir
43269 by: Vince
43270 by: Steffan Hoeke

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,

Any triple bounce should go to the MAILER-DAEMON. Just make sure that
the recepient of the MAILER-DAEMON "doesn't" use this script because it will
bounce forever.

With regards to the original message I think it's always appended on the
bounced mail.

cheers

Noel Mistula

-Original Message-
From: Daniele Bernazzi <[EMAIL PROTECTED]>
To: qmails <[EMAIL PROTECTED]>
Date: Saturday, 17 June 2000 20:59
Subject: script chkattach


>I tried to use the script chkattach by Noel G. Mistula,
>
>(http://www.ornl.gov/its/archives/mailing-lists/qmail/1999/07/msg00518.html
)
> but I got a problem when the sender and the receiver are implementing
>the same check.
>The message is discarded (triple bouncing) because nobody wants to
>accept it. The main problem is the missing of a notice, in that way
>nobody knows why the massage was discarded.
>
>Any hint?
>--
>
>Daniele Bernazzi   tel: 0577 585794 fax: 0577 586191
>e-mail: [EMAIL PROTECTED]
>
>





Hi,

I've just installed QMail, and am trying to use the drop in replacement
for sendmail in /var/qmail/bin/.

Whenever I run the program, I get the following error: 

> sendmail: fatal: unable to run qmail-inject

Anyone able to help?

TIA,
-- 

Andrew Hill




Do you need to do this?

$ chmod 755 /var/qmail/bin/qmail-inject

-D


- Original Message - 
From: "Andrew Hill" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 19, 2000 8:53 AM
Subject: Drop in sendmail replacement for CGI


Hi,

I've just installed QMail, and am trying to use the drop in replacement
for sendmail in /var/qmail/bin/.

Whenever I run the program, I get the following error: 

> sendmail: fatal: unable to run qmail-inject

Anyone able to help?

TIA,
-- 

Andrew Hill






Dave Kelly wrote:
> Do you need to do this?
> 
> $ chmod 755 /var/qmail/bin/qmail-inject

No - but how embarrasment: my script had actually overwritten
qmail-inject!

Thanks for the sideways hint - it's working like a dream now.

Cheers,
-- 

Andrew Hill




On Fri, 16 Jun 2000, mwangu wrote:

> Peter,
> 
> Thank you for your response. This will come in handy. 
> The reason I was hoping there was a Perl way to do
> this, i.e. qmqpc messages into the qmail queue is for
> testing purposes for another app I am working on.

Just use qmail-inject. That call qmail-queue (which in your case will
really be qmail-qmqpc). Or, if you want to be consistent with other
sites nots using qmail, call /usr/lib/sendmail -t. That should be a
symlink to /var/qmail/bin/sendmail which calls qmail-inject which
calls qmail-queue.

Regards
Peter
--
Peter Samuel[EMAIL PROTECTED]
Technical Consultantor at present:
eServ. Pty Ltd  [EMAIL PROTECTED]
Phone: +61 2 9206 3410  Fax: +61 2 9281 1301

"If you kill all your unhappy customers, you'll only have happy ones left"





I am using qmail + vmailmgr for my pop3 mail.  For me it was just
great.  The version of the vmailmgr is 0.96.6.

While waiting for the quota feature in the next release, is there any
temporary workaround to cater this?  Or any other alternative worth
trying?

Thanks all.

Peter Chow






At 16:21 00/06/17 -0600, you wrote:
> > can u help me setting up Maildir
> > here iam not able to setup Maildir
> 
>   Easy, correct method:
> 
> /var/qmail/bin/maildirmake {username}

Don't forget to "su" to the user before you
execute maildirmake.

Kristina

> 
>   Long, cumbersome, error-prone method:
> 
> cd ~{username}
> mkdir Maildir
> mkdir Maildir/new
> mkdir Maildir/cur
> mkdir Maildir/tmp
> 
> chown -R {username}[.:]{usergroup} Maildir
> 
> chmod -R 600 Maildir
> 
> s

Re: maildir

2000-06-19 Thread Steffan Hoeke

On Mon, Jun 19, 2000 at 05:32:16PM +0800, Vince wrote:
> 
> 
> all my incoming mails are gone (i cant find them) even if i have a
> succesful mail delivery
> 
> my /var/qmail/rc file content:
> 
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start ./Maildir
> 
> is this correct? 
Nope, you need another / after Maildir 
it should be ./Maildir/ ... if you omit the last / qmail sees it as an mbox named 
Maildir. 

HTH,
 Steffan

-- 
http://therookie.dyndns.org




maildir

2000-06-19 Thread Vince



all my incoming mails are gone (i cant find them) even if i have a
succesful mail delivery

my /var/qmail/rc file content:

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

is this correct? 






primary server config

2000-06-19 Thread mandarine

Hi there

I'd like to setup a priamry to do mail forwarding to a NT exchange server

it would be useful if a copy of each forwarded e-mail could be saved on the qmail 
server for 30 days or so

what's the best way of doing this...

nicholas


--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.



Re: Blocking a specific address

2000-06-19 Thread Markus Stumpf

On Sat, Jun 17, 2000 at 06:28:45AM +0200, Johan Almqvist wrote:
> Another way to go is to put the offending host into your smtp.rules or
> what it's called in your setup with
> 10.0.1.1:deny
> so they can't even connect.

This is a bad idea, IMHO.
In fact they can connect, eat up one tcpserver connection for a short
time, before the connection will be terminated by tcpserver.
You will get connection attempts over connection attempts and the remote host 
will retry every message until it expires (i.e. usually one week).
As other mailservers don't use the friendlich quadratic retry algorithm
that qmail uses, but rather aggressive short retry times you may run into
severe problems.

\Maex

-- 
SpaceNet GmbH |   http://www.Space.Net/   | Stress is when you wake
Research & Development| mailto:[EMAIL PROTECTED] | up screaming and you
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0| realize you haven't
D-80807 Muenchen  |  Fax: +49 (89) 32356-299  | fallen asleep yet.



Re: qmail error

2000-06-19 Thread Steffan Hoeke

On Mon, Jun 19, 2000 at 03:45:16PM +0800, Vince wrote:
> 
> when i run qmail and check the ps x if it is running to my machine there is 
> svscan /service running but when i try to send mail i got this error
> 
> The connection to the server has failed. Account: '208.235.228.2', Server:
> '208.235.228.2', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error:
> 10061, Error Number: 0x800CCC0E
> 
> what is my problem here?
What happens when you telnet to port 25 ?

My telnet session is successful :
bash-2.04# telnet 208.235.228.2 25
Trying 208.235.228.2...

Connected to 208.235.228.2.
Escape character is '^]'.
HELO
220 qmail.dnb.com ESMTP
502 unimplemented (#5.5.1)
250 qmail.dnb.com

So it's probably a setting in your Outlook (express) Client 

HTH,
 Steffan 

-- 
http://therookie.dyndns.org




qmail error

2000-06-19 Thread Vince


when i run qmail and check the ps x if it is running to my machine there is 
svscan /service running but when i try to send mail i got this error

The connection to the server has failed. Account: '208.235.228.2', Server:
'208.235.228.2', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error:
10061, Error Number: 0x800CCC0E

what is my problem here?




Re: qmail-smtpd-auth + mysql...

2000-06-19 Thread Krzysztof Dabrowski

At 08:22 2000-06-19 +0200, Goran Blazic wrote:
>Has anyone tried patching qmail with qmail-smtpd-auth and Iain Patterson's
>MySQL+QMAIL patch?
>I plan on doing this and would like to know in advance whether I can expect
>trouble... :-)
>
>Thanks in advance, Goran

Send me the resulting patch or suggestion. I can include it on my page.

Brush




delivery strangeness

2000-06-19 Thread Steve Lewis


I am a qmail newbie .

I am setting up a virtual domain, with the intent of creating a mailing
list to operate from within that domain, but I cannot seem to get the
virtual domain delivery to operate as expected.  I didn't perform the
qmail install on this box, but I suspect something is highly wrong ... I
just can't figure it out myself.  

I know that dot-forward and fastforwarding are both installed here, but I
can't find anything to explain this behavior (I probably don't know where
to look).

Starting at the beginning:

I RTFMP and RTFFAQ, and followed the directions there:
 add starfire.worlddomination.net:nepolon-starfire to virtualhosts
 add starfire.worlddomination.net to rcpthosts
 kill -HUP the qmail-send proc

But, I had to create a .qmail-starfire-default before local-local mail
to the virtdomain would work.  Otherwise I was getting:
 > <[EMAIL PROTECTED]>:
 > Sorry, no mailbox here by that name. (#5.1.1)

This tips me off that something is rotten, so I play gumshoe...

This is the .qmail-starfire-default:
 /home/nepolon/mail/inbox

Here is a local-local(virt) with the .qmail-starfire-default in place:

Jun 18 23:18:00 worlddomination qmail: 961395480.852534 \
 new msg 40335
Jun 18 23:18:00 worlddomination qmail: 961395480.852843 \
 info msg 40335: bytes 456 from <[EMAIL PROTECTED]> \
 qp 13 11 uid 502
Jun 18 23:18:00 worlddomination qmail: 961395480.864851 starting \
 delivery 53: msg 40335 to local \
 [EMAIL PROTECTED]
Jun 18 23:18:00 worlddomination qmail: 961395480.865076 status: \
 local 1/10 remote 0/20
Jun 18 23:18:01 worlddomination qmail: 961395481.009013 delivery 53: \
 success: did_1+0+0/
Jun 18 23:18:01 worlddomination qmail: 961395481.009293 status: local \
 0/10 remote 0/20
Jun 18 23:18:01 worlddomination qmail: 961395481.009399 end msg 40335

This is as expected (though I didn't expect to need the dot-qmail as
qmail-local does the same thing.  I continue testing.  This is
remote-local(virt) [To: [EMAIL PROTECTED]] with the
.qmail-starfire-default in place:

Jun 18 23:23:29 worlddomination qmail: 961395809.748411 new msg 40335
Jun 18 23:23:29 worlddomination qmail: 961395809.748727 info msg 40335: \
 bytes 3148 from <[EMAIL PROTECTED]> qp 1342 uid 515
Jun 18 23:23:29 worlddomination qmail: 961395809.757755 starting \
 delivery 56: msg 40335 to local [EMAIL PROTECTED]
Jun 18 23:23:29 worlddomination qmail: 961395809.757966 status: local \
 1/10 remote 0/20
Jun 18 23:23:29 worlddomination qmail: 961395809.779638 delivery 56: \
 success: did_0+0+0/
Jun 18 23:23:29 worlddomination qmail: 961395809.779929 status: local \
 0/10 remote 0/20
Jun 18 23:23:29 worlddomination qmail: 961395809.780035 end msg 40335

And this is the crux of _my_ problem (with virtual domains).  Local
delivery can be made to work, but if the mail comes from the outside it
doesn't recognise the destination as a virtual host.  Is this because the
DNS record for starfire.worlddomination.net is a CNAME of
worlddomination.net rather than another record?

Further evidence of foul play...
This is what happens on local-local(bounce):

Jun 18 23:09:35 worlddomination qmail: 961394975.540172 new msg 40335
Jun 18 23:09:35 worlddomination qmail: 961394975.540478 info msg 40335: \
 bytes 438 from <[EMAIL PROTECTED]> qp 12 67 uid 502
Jun 18 23:09:35 worlddomination qmail: 961394975.551006 starting delivery 50: \
 msg 40335 to local [EMAIL PROTECTED]
Jun 18 23:09:35 worlddomination qmail: 961394975.551444 status: local 1/10 remote 0/20
Jun 18 23:09:35 worlddomination qmail: 961394975.590908 delivery 50: success: 
did_0+0+0/
Jun 18 23:09:35 worlddomination qmail: 961394975.591171 status: local 0/10 remote 0/20
Jun 18 23:09:35 worlddomination qmail: 961394975.591278 end msg 40335

Very wrong.  We have no user 'nonexistant' ... where is the bounce?  This
can make it rather difficult to find the message I sent to
[EMAIL PROTECTED]

FWIW:
# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 517, 514, 515, 0, 516, 518, 519, 520.
group ids: 515, 516.

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

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

bouncehost: (Default.) Bounce host name is worlddomination.net.

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

defaulthost: (Default.) Default host name is worlddomination.net.

doublebouncehost: (Default.) 2B recipient host: worlddomination.net.

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

envnoathost: (Default.) Presumed domain name is worlddomination.net.

helohost: (Default.) SMTP client HELO host name is worlddomination.net.

idhost: (Default.) Message-ID host name is worlddomination.net.

localiphost: (Default.) Local IP address becomes worlddomination.net.

locals:
M