AW: [vchkpw] qmail-scanner + clamav + spamassassin

2006-02-13 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hello Mark,

yeah, thanx
Olli
> Hello,
> That I wasn´t asking for, Ken!
> Anybody know a HowTO for installing qmail-scanner + clamav
> Regards,
> Olli Etzel
>
Try www.qmailrocks.com or www.qmailtoaster.com
Mark





Re: [vchkpw] qmail-scanner + clamav + spamassassin

2006-02-13 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello,
That I wasn´t asking for, Ken!
Anybody know a HowTO for installing qmail-scanner + clamav
Regards,
Olli Etzel

> GoodnGo.de (R) Zentrale wrote:
> > Hello Russel, hello all,
> >
> > a question beside.
> > Where can I find a HowTO for installing qmail-scanner + clamav +
> > spamassassin
> >
> > Regards in advantage,
> > Oliver Etzel
> > www.domainfex.com
>
> You might want to try simscan as a lightweight qmail-scanner
> replacement.
>
> Documentation at
> http://qmailwiki.org/Simscan
>
> Ken Jones
>
>




Re: [vchkpw] Create forward

2006-02-03 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Rainer, hello Michele,

that is easy done with the configuration of the .qmail - file with is in the
directory under:
/home/vopopmail/domains/domail.com/user1/.qmail <-


Open this file, e.g. with vi like this:
# vi  /home/vopopmail/domains/domail.com/user1/.qmail

and add the following line :

&[EMAIL PROTECTED]

# /usr/bin/vpopmailctl restart

That was it

Best regards,
Oliver Etzel
www.domainfex.de




>
> >Hi, i’ve a problem.
> >
> >I’ve two accounts, [EMAIL PROTECTED]  and
[EMAIL PROTECTED] 
> >
> >
> >
> >I want that all mail received from user1 will be forwarded to user2, how
can I do this?
> >
> >
> >
> >Thanks.
> >
> >
> >
>
>
>
> qmail-tap perhaps?
> http://www.inter7.com/?page=qmailtap
>
>
> Rainer
>
>




Re: [vchkpw] Tuning mysql for vpopmail

2004-09-30 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hallo Rainer
- Original Message - 
From: "Rainer Duffner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 30, 2004 10:52 PM
Subject: Re: [vchkpw] Tuning mysql for vpopmail


> Am Sa, den 25.09.2004 schrieb Rick Macdougall um 2:21:
> > Juan Enciso CondeÃa wrote:
> > > Hello friends.
> > >
> > > I have installed vpopmail-5.2.1 + mysql-4.013 running on HP-UX
alpha server.
> > > It has 1GB of memory with 2 proccesors.
> > >
> > > I am having problem with mysql at the hours peak. This show me
the
> > > qmail-send log
> > >
> > > 2004-09-24 17:32:06.263335500 delivery 96079: failure:
> > > vmysql:_sql_error[3]:_Lost_connection_to_My
> > >
SQL_server_during_query/Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
> > >
> >
> > Hi,
> >
> > I use the my-large.cnf (copied to /etc/my.cnf) and I add the
following
> > line under the [mysqld] group
> >
> > set-variable = max_connections=500
> >
> > Works for me (On quite a few servers).
>
>
> It's really a mysql-question - but I'll ask anyway:
> If I have a .my.cnf in ~root and a my.cnf in /usr/local/etc - which
one
> get's used ? Or do they get used both ?
> The one from ~root is mainly for some backup-scripts and doesn't
contain
> any tuning-options.
>
> Or will both get used ?
>
>
> cheers,
> Rainer
> -- 
> ===
> ~ Rainer Duffner - [EMAIL PROTECTED] ~
> ~   Freising - Munich - Germany   ~
> ~Unix - Linux - BSD - OpenSource - Security   ~
> ~  http://www.ultra-secure.de/~rainer/pubkey.pgp  ~
> ===
>
>



Re: [vchkpw] Re: password encryption

2003-10-28 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello,

anybody here who knows how to generate a password that  are stored by
vpopmail in a sql database by a Unix commandline?

Oliver





> I don't remember exactly, but there is a function in mysql SQL
> that allows you to create a unix compatible MD5 password
> from the clear text.
>
> From mysql documentation:
> ENCRYPT(str[,salt])
>
> Encrypt str using the Unix crypt() system call. The salt argument
should be a
> string with two characters. (As of MySQL Version 3.22.16, salt may
be longer
> than two characters.)
>
> mysql> SELECT ENCRYPT("hello");
> -> 'VxuFAJXVARROc'
>
> On Tuesday 28 October 2003 10:36 am, Oliver Etzel - GoodnGo.COM
\(R\) wrote:
> > Hello Peter, hello all,
> >
> > you wrote, that passwords are stored by vpopmail in a sql database
by
> > "..It's system crypt(3) function.."
> >
> >  How can I generate it by a linux commandline?
> >
> > Oliver
> >
> > > Hello Jacob,
> > >
> > > On Tuesday, October 28, 2003 at 3:43:41 AM you wrote (at least
in
> > >
> > > part):
> > > >> what style of encryption does vpopmail implement on the
passwords
> >
> > that it
> >
> > > >> stores in the sql db?
> > > >
> > > > The same it uses for .cdb files. Read the archive [1].
> > > >
> > > > http://bluedot.net/mail/archive/list.php?f=2
> > > >
> > > >> ITS MD5 by default
> > >
> > > What "ITS MD5"??? It's system crypt(3) function by default.
> > > And this one uses a MD5-based algorithm instead of "simple" DES
if
> > > available and indicated by the chosen salt.
> > >
> > > But all this /is written down in the lists archive/. Guess why I
> > > advised to read it ...
> > > --
> > > Best regards
> > > Peter Palmreuther
> > >
> > > Virginity is curable if detected early.
>
>
>
>




Re: [vchkpw] Re: password encryption

2003-10-28 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Peter, hello all,

you wrote, that passwords are stored by vpopmail in a sql database by
"..It's system crypt(3) function.."

 How can I generate it by a linux commandline?

Oliver




> Hello Jacob,
>
> On Tuesday, October 28, 2003 at 3:43:41 AM you wrote (at least in
> part):
>
> >> what style of encryption does vpopmail implement on the passwords
that it
> >> stores in the sql db?
>
> > The same it uses for .cdb files. Read the archive [1].
>
> > http://bluedot.net/mail/archive/list.php?f=2
>
> >> ITS MD5 by default
>
> What "ITS MD5"??? It's system crypt(3) function by default.
> And this one uses a MD5-based algorithm instead of "simple" DES if
> available and indicated by the chosen salt.
>
> But all this /is written down in the lists archive/. Guess why I
> advised to read it ...
> -- 
> Best regards
> Peter Palmreuther
>
> Virginity is curable if detected early.
>
>
>




Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Rainer,

a perl-module for vpopmail. YES. Is it in CPAN?
How is it called?

Oliver

> Also, there is also a PERL-module for vpopmail !
>
> It exposes almost all commands via an API.
>
> And if that isn't enought, you can compile PHP with
vpopmail-support.
>
>
>
>
> cheers,
> Rainer
>
>
>




Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Paul, hello all,

Oh my god, that is what I was looking for!

Thank you very much. I thought I couldn´t write it all in one
commandline, like you Paul showed us.
Now I write my perl-script for automation. Thank you ALL.

> vadduser has always allowed the plaintext password to be specified
> on the command line as:
>
>   vadduser email_address password
>
> Newer versions can generate a random password with:
>
>   vadduser -r email_address
>
> Both forms can be run from perl using backticks.  The random
password
> from the second form can be collected from the backticks in perl.
>
> -- 
> Paul Allen
> Softflare Support
>
>
>




Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Paul, hello all,

Paul: The reason why I do NOT want vadduser or any commandline tool is
that I want to write a perl script which automatize user generation.

Cool would would be If one could run:
vadduser $variable_password
or something like this in
Perl or PHP code!

 Regs,

Oliver Etzel
> Oliver Etzel - GoodnGo.COM \(R\) writes:
>
> > I want to create new users like [EMAIL PROTECTED] NOT with vadduser
> >  BUT with just inserting it via mysql-insert into the vpopmail
> > database.
>
> OK, you have now explained what you want to use instead.  Somebody
else
> pointed out that the maildir will be created automatically by
vdelivermail
> if the user exists (I hadn't realized it did that until I read that
> message and looked at the code just now) so you can get away with
doing
> that.  What you have yet to explain is any valid or sensible reason
WHY
> you want to do this.
>
> > Any hints,
> > how I can generate the encrypted password in the column pw_passwd
> > (looks like this $1$S/TPu$GjMMj7yMJqG.0ckx) ???
>
> Not without breaking out of MySQL and returning to the shell.  The
> hard way is to get a shell prompt, use passwd to set the password of
a
> dummy system user then copy the crypted password into the MySQL
command.
> The harder way is to write a perl script that generates some good
random
> salt, calls crypt to crypt the password then uses the DBD modules to
> insert the user into MySQL.  An easy way to do it is to add the
> user with MySQL giving garbage for the crypted password then use
vmoduser
> to set a valid crypted password.  The very easy way to do it is to
run
> vadduser.
>
> You CANNOT do it all from MySQL.  You CAN do it all with vadduser.
What
> is more, I can see no reason why you would want to add a user but
NOT
> have the maildir created at the same time, which is all you could
achieve
> if you could do it all from MySQL  If you have some automation tool
> that can only cope with adding MySQL rows then you'll still have to
> modify it to shell out to generate the crypted password, so you
might
> as well modify it to shell out and run vadduser anyway.  If you want
> domain admins to be able to add users this way because they cannot
run
> vadduser you'll still have to write code that validates they can
only
> modify their own domains, so you'd be far better off installing
something
> like qmailadmin on your server.
>
> -- 
> Paul Allen
> Softflare Support
>
>
>
>




Re: [vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello John,

what exactly is the "learn password" option?

Oliver

> He can also enable the learn password option in vpopmail, I think
this
> would be
> an easy way to deal with it myself. What do you think?
>
> -John
>
> - Original Message - 
> From: "Paul L. Allen" <[EMAIL PROTECTED]>
> To: "Oliver Etzel - GoodnGo.COM (R)" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, October 27, 2003 6:47 AM
> Subject: [vchkpw] Re: Inserting new users via mysql-insert into the
vpopmail
> database
>
>
> >
> > Oliver Etzel - GoodnGo.COM \(R\) writes:
> >
> > > I want to create new users like [EMAIL PROTECTED] NOT with
vadduser
> > >  BUT with just inserting it via mysql-insert into the vpopmail
> > > database.
> >
> > OK, you have now explained what you want to use instead.  Somebody
else
> > pointed out that the maildir will be created automatically by
vdelivermail
> > if the user exists (I hadn't realized it did that until I read
that
> > message and looked at the code just now) so you can get away with
doing
> > that.  What you have yet to explain is any valid or sensible
reason WHY
> > you want to do this.
> >
> > > Any hints,
> > > how I can generate the encrypted password in the column
pw_passwd
> > > (looks like this $1$S/TPu$GjMMj7yMJqG.0ckx) ???
> >
> > Not without breaking out of MySQL and returning to the shell.  The
> > hard way is to get a shell prompt, use passwd to set the password
of a
> > dummy system user then copy the crypted password into the MySQL
command.
> > The harder way is to write a perl script that generates some good
random
> > salt, calls crypt to crypt the password then uses the DBD modules
to
> > insert the user into MySQL.  An easy way to do it is to add the
> > user with MySQL giving garbage for the crypted password then use
vmoduser
> > to set a valid crypted password.  The very easy way to do it is to
run
> > vadduser.
> >
> > You CANNOT do it all from MySQL.  You CAN do it all with vadduser.
What
> > is more, I can see no reason why you would want to add a user but
NOT
> > have the maildir created at the same time, which is all you could
achieve
> > if you could do it all from MySQL  If you have some automation
tool
> > that can only cope with adding MySQL rows then you'll still have
to
> > modify it to shell out to generate the crypted password, so you
might
> > as well modify it to shell out and run vadduser anyway.  If you
want
> > domain admins to be able to add users this way because they cannot
run
> > vadduser you'll still have to write code that validates they can
only
> > modify their own domains, so you'd be far better off installing
something
> > like qmailadmin on your server.
> >
> > -- 
> > Paul Allen
> > Softflare Support
> >
> >
> >
>
>
>




[vchkpw] Re: Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello list,
 
 I have vpopmail -with-mysql installation.
 
I want to create new users like [EMAIL PROTECTED] NOT with vadduser
 BUT with just inserting it via mysql-insert into the vpopmail
database.

Any hints,
how I can generate the encrypted password in the column pw_passwd
(looks like this $1$S/TPu$GjMMj7yMJqG.0ckx) ???
 
 Regs,
 
 Oliver Etzel
 



[vchkpw] Inserting new users via mysql-insert into the vpopmail database

2003-10-27 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hello list,

I have vpopmail -with-mysql installation.

I want to create new users like [EMAIL PROTECTED] NOT with vadduser
BUT with just .

Any hints,
how I can generate the encrypted password in the column pw_passwd
(looks like this $1$S/TPu$GjMMj7yMJqG.0ckx) ???

Regs,

Oliver Etzel




Re: [vchkpw] password generation - vpopmail table - pw_passwd

2003-10-24 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Remo, hello all,

I know that vadduser will do that, but I want to generate just the
password so that I can insert it
solely into the vpopmail mysl-database.

I other words I don´t want to make ./vadduser ... first, I just want
generate thi user in my database.

Is taht working?

Regs,

Oliver



> Vadduser -r
> With the new version that will generate the passwd for the user.
>
> Remo



> Hello list,
>
> I have vpopmail -with-mysql installation.
>
> In which way passwords are storedin the vpopmail table under
> pw_passwd?
>
> How can I generate such passwords from commandline?
>
> Regs,
> Oliver Etzel





[vchkpw] password generation - vpopmail table - pw_passwd

2003-10-23 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello list,

I have vpopmail -with-mysql installation.

In which way passwords are storedin the vpopmail table under
pw_passwd?

How can I generate such passwords from commandline?

Regs,
Oliver Etzel




Re: [vchkpw] istn´t allowed rcpthosts error

2003-10-16 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hi Russell,

Oh thank you for your answer.

What does this cronjob every 40 Minutes do?

40 0 * * * su -c "/home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null"
vpopmail

What is clearopensmtp?

MfG
Oliver


> > How can I start qmail-smtpd smtp service by tcpserver so that
> > my customers which are relying from overall can relay.
> >
> > I read "selective relaying"
> >
> > But what can I do now?
> >
> > Oliver
> > --
> > t-host GmbH


> Guten Tag Oliver,
>
> If you're trying to use POP before SMTP auth to get roaming users to
be able
> to relay, set the --enable-roaming-users=y flag on compile of
vpopmail.  In
> your qmail-smtpd/run file, you'll need this line: -x
> /home/vpopmail/etc/tcp.smtp.cdb  added in.  An example from my
machine is:
>
> exec /usr/local/bin/softlimit -m 1500 \
> /usr/local/bin/tcpserver -v -R -l "$LOCAL" \
> -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
> -u "$QMAILDUID" -g "$NOFILESGID" -c100 0 smtp rblsmtpd \
> /var/qmail/bin/qmail-smtpd 2>&1
>
> You'll also need a crontab:
>
> 40 0 * * * su -c "/home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null"
> vpopmail
>
> Note: Some of the filenames may be different depending on how you've
> installed everything.
>
> Viele Gluck!
>
> Russell Mann
>
>
>
>




[vchkpw] istn´t allowed rcpthosts error

2003-10-14 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello,

How can I start qmail-smtpd smtp service by tcpserver so that
my customers which are relying from overall can relay.

I read "selective relaying"

But what can I do now?

Oliver
--
t-host GmbH Mobil: 0170/2781117
D-80337 München   Tel: +49 89 54071102
Tumblinger Straße 50   Fax: +49 89 54071103




Re: [vchkpw] 5.3.18 vpopbull -V

2003-03-07 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hi Rick,

sorry for that silly question.
What does vpopbull do?

Oliver Etzel

> 
> A bit of a scare/nuisance,  if you use -V , the username gets printed
> twice. 
> 
> eg:
> vpopbull -V -f filename domain.com
> 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> It looks like it's been sent twice.
> 
> -n -V only prints the domain once.
> 
> This patch adds some extra text just to show what's happening.
> 



Re: [vchkpw] no POP3 with Vpopmail

2003-02-20 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hi Nassri,
 
Are you running tcpserver?
 
Had the problem before, so please make 
a
ps waux | grep tcpserver
 
and tell us the output.
 
Oliver Etzel, flathousing.com

  - Original Message - 
  From: 
  ABOKHALAF, Nassri Abdellatif 
  
  To: [EMAIL PROTECTED] 
  Sent: Thursday, February 20, 2003 6:01 
  PM
  Subject: [vchkpw] no POP3 with 
  Vpopmail
  Hello,i have installed qmail + vpopmail using 
  live wtih Qmail book.before i ve installed vpopmail pop3 worked ok 
  Now if i try Telent 0 110 it sends connection refused.i am very 
  confused becase dont know what can be wrong with my config files I tried 
  to go back to my original configuration before installig vpopmail but it 
  doesnt work either.Help Nassri 
Abokhalaf


Re: [vchkpw] after installing vpopmail - I cannot do : telnet localhost 110

2003-02-11 Thread Oliver Etzel - GoodnGo.COM \(R\)



Ok

  - Original Message - 
  From: 
  Peter 
  Palmreuther 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, February 11, 2003 11:58 
  AM
  Subject: Re: [vchkpw] after installing 
  vpopmail - I cannot do : telnet localhost 110
  Hi Oliver,First: GET RID of that stupid "Reply-To:" in 
  your settings. It makes it  unnecessary difficulty to answer to the 
  list, as Reply-To takes  precedence. As your Reply-To is the very 
  same as your from it's  additionally _absolutely obsolete_.  
  If you'd read the list, and not only ask your questions and ignore 
  all  other mail you'd have noticed I already mentioned this in a mail 
  w/  Message-ID: <[EMAIL PROTECTED]> 
  to somebody  else.Second: in a former answer to you 
  (Message-ID:  <[EMAIL PROTECTED]>) 
  I suggested you start a new  thread by creating _a fresh new mail_, 
  instead of replying to an  existing one. This suggestion was made for 
  explicit reasons, not for  fun. It seems you're not reading answers 
  to your questions carefully,  which might lead to you not getting 
  much answer in the future.On Mon, 10 Feb 2003 17:19:39 +0100 "Oliver 
  Etzel - GoodnGo.COM \(R\)"<[EMAIL PROTECTED]> wrote:> 
  Normally when you make> telnet localhost 110> then> 
  Escape character is '^]'.> +OK <21032.104488897> will 
  appear.> > I will get no answer.> How can I get it 
  work?Get a clue about your system.Jens wrote what you should 
  do:>> try a netstat -lnp and search port 110, mayby the port 
  did't bind to>> localhost.If there is no service bound to 
  that port you _can't_ get "an answer".Get an idea about how 
  TCP/IP-services and daemons work: no applicationthat bind to a port, no 
  service available.>>> after installing vpopmail succesfully- 
  I cannot do : telnet localhost 110>>> Where can I look? Who had 
  the same problem?Clayton alredy answered your question: installating 
  vpopmail ain'tinstalling a POP3-daemon. The vpopmail documentation 
  describes _VERYWELL_ how to include vpopmail in a normal qmail-pop3d 
  startup.Read LWQ, read the vpopmail documentation and set up a 
  POP3-daemon.That's all. And that's all qmail issues.If you're not 
  able to set up the daemon properly because you not evenunderstand 
  tcpserver you're good advised find somebody who does. Even ifyou need to 
  pay him.It's a bad idea to build a car if you don't have any idea how 
  toassemble it. It's even worse to try to drive it afterwards, you'll 
  putyourself and innocent other into danger.-- 
Peter


Re: [vchkpw] Mail in queue, and mail accout doesn't get it

2003-02-11 Thread Oliver Etzel - GoodnGo.COM \(R\)



sweet maiden,
 
... and the message? What does the error message 
said?
 
Oliver Etzel, merry ol´ germany

  - Original Message - 
  From: 
  Jasmine(etong2000) 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, February 11, 2003 7:57 
  AM
  Subject: [vchkpw] Mail in queue, and mail 
  accout doesn't get it
  
  Hi all,
   
  My email accouts can't get their mail,
  the mails are in queue. But all the accout
  can send mail correctly.
   
  How should I do in qmail environment?
   
  Best Regards,
  Jasmine
   


Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hello Clayton,
aha, now I got it.
 
you controlled it over tcpserver command. Oh my 
god. 
tcpserver opts host port 
prog
 
 
 
 

  Here's mine.  Also, PLEASE READ life with qmail.  It has this 
  very samething in there and it explains all the components of 
  it.env - PATH="/var/qmail/bin:/usr/local/bin" \tcpserver -q -H -R 
  0 pop3 \/var/qmail/bin/qmail-popup mail.mydomain.com 
  \/usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
  2>&1 &Hi Clayton,where to put "0" ? 
  Qmail doesn't listen on any ports.  tcpserver listens on whatever 
  ip's youtell it to.. by default, people put "0" which means all ip's bound 
  to thebox.-ClaytonOliver Etzel - GoodnGo.COM (R) 
  wrote:> I want qmail to listen to more than one IP. Hpw can I do 
  that?Qmail listens on all IPs by default.-- Aj.Systems 
  Administrator / Developer


Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hi Clayton,
 
where to put "0" ? 
 
Oliver Etzel
Qmail 
  doesn't listen on any ports.  tcpserver listens on whatever ip's 
  youtell it to.. by default, people put "0" which means all ip's bound to 
  thebox.-Clayton-Original Message-From: Ajai 
  Khattri [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:20 
  AMTo: [EMAIL PROTECTED]Subject: 
  Re: [vchkpw] qmail vpopmail - more than one IP to listen toOliver 
  Etzel - GoodnGo.COM (R) wrote:> I want qmail to listen to more than 
  one IP. Hpw can I do that?Qmail listens on all IPs by 
  default.-- Aj.Systems Administrator / 
  Developer


Re: [vchkpw] after installing vpopmail - I cannot do : telnet localhost 110

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hi Jens,
thank you very much for answering me.
Normally when you make
telnet localhost 110
then
Escape character is '^]'.
+OK <21032.104488897
will appear.

I will get no answer.
How can I get it work?


>try a netstat -lnp and search port 110, mayby the port did't >bind to
localhost.

Jens Gassmann, angel.de

>> after installing vpopmail succesfully- I cannot do : telnet localhost 110
> Where can I look? Who had the same problem?






[vchkpw] after installing vpopmail - I cannot do : telnet localhost 110

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hi all,

after installing vpopmail succesfully- I cannot do : telnet localhost 110
Where can I look? Who had the same problem?
Oliver Etzel, t-host.de


[vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-09 Thread Oliver Etzel - GoodnGo.COM \(R\)




Hello,
 
I want qmail to listen to more than one IP. Hpw can 
I do that?
 
Oliver Etzel, t-host.de
 


[vchkpw] cdb - which program can read cdb human readable?

2003-02-03 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello,

which program can read cdb human readable?

Oliver Etzel, t-host.com




[vchkpw] SMTP LOG: status 256

2002-12-20 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hello list,one of my qmail-smtpd processes 
return "status 256" like here in the 
followinglogfile snippet:---@40003d8f47a00806969c 
tcpserver: end 12042 status 256---Anybody knows the meaning of 
status 256?Oliver Etzel


[vchkpw] status 256

2002-12-20 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello list,
one of my qmail-smtpd processes return status 256 like here in the following
code snippet:
---
@40003d8f47a00806969c tcpserver: end 12042 status 256
---

Anybody knows the meaning of status 256?

Oliver Etzel





[vchkpw] Logging question What is the meaning of : delivery Nr: success: did_0+0+1/

2002-12-20 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello List,
Simple question about qmail logging What is the meaning of  "did_0+0+1" in:
delivery Nr: success: did_0+0+1/


Oliver Etzel





[vchkpw] qmail queue resend

2002-12-17 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hello list,
 
simple question. How can I resend messages that are 
pending in /var/qmail/queue?
 
Oliver Etzel


[vchkpw] fight spamming qmail

2002-12-11 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hello list,
 
my qmail is abused by another spammer. He is 
sending spam from my server 
Here is what 
ps ax 
say
18855 ?    
S  0:00 qmail-remote kxk.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19088 
?    S  0:00 
qmail-remote ak.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19121 
?    S  0:00 
qmail-remote nt.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19130 
?    S  0:00 
qmail-remote aol.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19149 
?    S  0:00 
qmail-remote p0.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]
 
What can I do against that?
 
Oliver Etzel


[vchkpw] how fight abuse of spammin qmail

2002-12-11 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hello list,
 
my qmail is abused by another spammer. He is 
sending spam from my server 
Here is what 
ps ax 
say
18855 ?    
S  0:00 qmail-remote kxk.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19088 
?    S  0:00 
qmail-remote ak.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19121 
?    S  0:00 
qmail-remote nt.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19130 
?    S  0:00 
qmail-remote aol.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]19149 
?    S  0:00 
qmail-remote p0.com [EMAIL PROTECTED] 
[EMAIL PROTECTED]
 
What can I do against that?
 
Oliver Etzel


[vchkpw] Count Traffic for each vpopmail-domain

2002-12-02 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hi all,
 
how can I count the traffic for each 
vpopmail-domain, let´s say:
*@vpodomain1.com
*@vpodomain2.com
 
and so on
 
Regs,
 
Oliver Etzel


[vchkpw] What does \ in qmail Startscript mean?

2002-11-08 Thread Oliver Etzel - GoodnGo.COM \(R\)



Hi All,
 
just a simple question, look at the qmail 
start-script there are some lines like this:
 
#!/bin/shMAXCON=100exec /usr/local/bin/softlimit -m 300 
\/usr/local/bin/tcpserver -v -R -H -c "$MAXCON" \

 
What does the backlash \ mean?
Concatenation of the following line??
 
Any Pundits here?
 
Oliver
lowcost serverhousing www.t-host.com
 

  - Original Message - 
  From: 
  Joeffrey 
  Betita 
  To: Vchkpw 
  Sent: Friday, November 08, 2002 3:49 
  AM
  Subject: [vchkpw] Qmail Vpopmail
  Hi Michael0 110 /var/qmail/bin/qmail-popup 
  example.com.ph/home/vpopmail/bin/vchkpw \/var/qmail/bin/qmail-pop3d 
  Maildir 2>&1i already change the configuration on your 
  instruction but cannot check myemail. the error message is TCP/IP 
  connection was unexpectedly terminated bythe server. psl. help me with 
  this problem. thank you very much.---Outgoing mail is certified Virus 
  Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.416 
  / Virus Database: 232 - Release Date: 
11/6/2002


Re: [vchkpw] can not pop-in - It is a Socketerror

2002-09-18 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hi rm,

thank you for answering me.
>> Another problem. I cannot pop-in with my mailclient.
>> But cannot pop-in by outlook or whatever.

>What error messages are you getting in lookout and your logs?

The error-message I get is:

Error. Account: 'mail.fotoaktmodelle.de', Server: 'mail.fotoaktmodelle.de',
Protokoll: POP3, Port: 110, Secure (SSL): No, Socketerror: 10054,
Fehlernummer: 0x800CCC0E

Socket Error, what can I do?

Regs,

Oliver




[vchkpw] can not pop-in

2002-09-18 Thread Oliver Etzel - GoodnGo.COM \(R\)

hello all,

thank you all for helping me.

Another problem. I cannot pop-in with my mailclient.

I don´t want a whole explaination. Just a hint#

Now I can retrieve and send emails with sqwebmail or even pop-in with telnet

e.g. telenet localhost 110
user *
OK
pass 
OK . and so on.

But cannot pop-in by outlook or whatever.

Any hints?

Oliver Etzel




Re: [vchkpw] qmail-inject Error

2002-09-18 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hello Peter, hello all,

> . ? Make sure the program you set with ENV-variable
> 'QMAILQUEUE' is executable and does not crash.

My Question: How and where can I set the ENV variable?

Regs. 

Oliver Etzel

flatrate serverhousing www.flathousing.com




Re: [vchkpw] about set vpopmail quota

2002-08-17 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hello Yan, Hello list,

here are the commandline instructions
for setting vpopmial quotas :

root# cd /home/vpopmail/bin
root#./vsetuserquota flathousing.com 51M
root#cd /etc/rc.d
root#cd init.d
root#./qmail restart
root#exit

This set the quota for your mailaccount under flathousing.com on a 51 Mbyte
limit.
That¡äs all. Hope to help

Oliver Etzel
flatrate serverhousing www.flathousing.com
flat housing www.flat-housing.com
server housing www.t-host.com

- Original Message -
From: "yan xyw" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 4:29 PM
Subject: [vchkpw] about set vpopmail quota


> hi:
>   i install a mail server using vpopmail5.2.1+mysql
> ,courier-imap-1.3.2,and hore/imp.
>i configure vpopmail+mysql set default quota is
> 5M,but when i change the quota to 10M or 8M using
> vmoduse command.
> i found that the courier-imap couldn't change quota
> setting! But in my vpopmail database i see the change.
>whether the courier-imap use 'maildirfolder' and
> 'maildirsize' for quota no use mysql setting?
>   How to sovle this problem?
>   thank you!
>
> _
> Do You Yahoo!?
> ÐÂÏʵ½µ×,ÓéÀÖµ½¼Ò - ÑÅ»¢ÍƳöÃâ·ÑÓéÀÖµç×ÓÖܱ¨!
> http://cn.ent.yahoo.com/newsletter/index.html
>




Re: [vchkpw] about set vpopmail quota

2002-08-17 Thread Oliver Etzel - GoodnGo.COM \(R\)

Hello Yan, Hello list,

here are the commandline instructions
for setting vpopmial quotas :

root# cd /home/vpopmail/bin
root#./vsetuserquota flathousing.com 51M
root#cd /etc/rc.d
root#cd init.d
root#./qmail restart
root#exit

This set the quota for your mailaccount under flathousing.com on a 51 Mbyte
limit.
That´s all. Hope to help

Oliver Etzel
flatrate serverhosuing www.flathousing.com
flat housing www.flat-housing.com
server housing www.t-host.com



- Original Message -
From: "yan xyw" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 4:29 PM
Subject: [vchkpw] about set vpopmail quota


> hi:
>   i install a mail server using vpopmail5.2.1+mysql
> ,courier-imap-1.3.2,and hore/imp.
>i configure vpopmail+mysql set default quota is
> 5M,but when i change the quota to 10M or 8M using
> vmoduse command.
> i found that the courier-imap couldn't change quota
> setting! But in my vpopmail database i see the change.
>whether the courier-imap use 'maildirfolder' and
> 'maildirsize' for quota no use mysql setting?
>   How to sovle this problem?
>   thank you!
>
> _
> Do You Yahoo!?
> 新鲜到底,娱乐到家 - 雅虎推出免费娱乐电子周报!
> http://cn.ent.yahoo.com/newsletter/index.html
>