$maildir.....cjk

2001-08-03 Thread Constantine Koulis

Hello
I would like to know where i DEFINE the $maildir.
I went to www.vmailmgr.org site and i tried to follow the instructions of 
the
3.5 Enabling enforcement of virtual user quotas
and
3.6 Enabling processing of autoresponses

I did the following:in a .qmail-default in the /home/user/.qmail-default i 
have the following
|/usr/local/bin/vdeliver
|/usr/local/bin/vdeliver-predeliver
|/usr/local/bin/vdeliver-postdeliver

And in predeliver i have :
  #!/bin/sh
  /usr/bin/vcheckquota

and in postdeliver:

#!/bin/sh
  if test -s $MAILDIR/autoresponse/message.txt
  then
qmail-autoresponder $MAILDIR/autoresponse/message.txt 
$MAILDIR/autoresponse
  fi

When i use predeliver it says in maillog:

failure: vcheckquota:_MAILDIR_is_not_set/

and i postdeliver it does nothing

Anybody knows why???

Tks  Best Regards
Koulis Constantine.
Bucharest Romania
Business Phone :+4-093979131


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




limiting the inbox size...cjk

2001-08-02 Thread Constantine Koulis

hello.
I am giving free email to my clients and i would like somehow to limit the 
inbox to 1 mb.I am using Redhat 7 with qmail,vmailmgr,courier-imap

Tks  Best Regards
Koulis Constantine.
Bucharest Romania
Business Phone :+4-093979131


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




LIMIT inbox size......cjk

2001-07-30 Thread Constantine Koulis

Hello All.
I want to put a limit of 2 MB lets say in my users inbox.I am using 
vmailmg,courier-imap,qmail,omail-admin.
my users are under /home/xxx where xxx are the virtual domain and under 
there is the users,Anybody know how?
Also i would like to limit the maximum size of a email that a user can 
receive.This lets say to be 2 mb.Where do i have to go for that?

Sincerely

Tks  Best Regards
Koulis Constantine.
Bucharest Romania
Business Phone :+4-093979131


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




slow SMTP...cjk

2001-07-27 Thread Constantine Koulis

Hello
I have a qmail,courier-imap,vmailmgr email server and works fine.My small 
problem is that when i send an email it takes around 20 second for the SMTP 
to send the email.Anybody knows why?I install the qmail from the LWQ 
document and so i install the smtp program that it is mentioned over 
there...
Sincerely

Tks  Best Regards
Koulis Constantine.
Bucharest Romania
Business Phone :+4-093979131


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




slow SMTP...cjk

2001-07-27 Thread Constantine Koulis

Hello
My stmp is slow when i send email.it takes around 20 sec to procced.I read 
the LWQ g.10 section but nothing i could do.I am sending the 
/qmail-smtpd/run file if somebody could correct it...
Sincerely


#!/bin/sh
QMAILDUID=`id -u qmaild
NOFILESGID=`id -g qmaild
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c $MAXSMTPD \-u 
$QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 21
Tks  Best Regards
Koulis Constantine.
Bucharest Romania
Business Phone :+4-093979131


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




Re: mailsize limit

2001-07-24 Thread Constantine Koulis

Dear Sir.
I am very interested to do what u said in ur email about limiting the 
mailbox size.please give me an example how to do it cause i do use the
tcp.smtp file.
Sincerely

Tks  Best Regards
Koulis Constantine.
Bucharest Romania
Business Phone :+4-093979131


From: Magnus Bodin [EMAIL PROTECTED]
To: Frank Moeller [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: mailsize limit
Date: Tue, 24 Jul 2001 17:32:39 +0200

On Tue, Jul 24, 2001 at 05:04:25PM +0200, Frank Moeller wrote:
  Hi all.
 
  I'd like to do some mailsize limiting with qmail and I'm wondering
  if there's a simple way to do this:
 
  - external to local should be limited to i.e. 5Mb
  - local to local mail should be unlimited
 
  What I'm looking for is some kind of domain dependend maximum mail size
  limiting...

You can set the environment variable DATABYTES
in your tcp.smtp-file (that I assume you use and compile to tcp.smtp.cdb,
and use with tcpserver according to life with qmail).

Just like you set RELAYCLIENT=, you can set DATABYTES there to different
values.

Set DATABYTES TO 0 if you don't want any limit.
set it to something else to limit.

/magnus

--
Unfortunately, those people who have nothing better to do than post on the
  Internet all day long are rarely the ones who have the most insights.
- Jakob Nielsen, 
August 1997


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




php-qmail-sendmail...cjk

2001-07-18 Thread Constantine Koulis

Hello.
I want to use a NEWSLETTER for my web site .
I have 2 servers
Server A:
qmail,php-4.0.5,apache,courier/imap,mysql

server b:
sendmail,php4.0.2,apache,cyrus/imap,mysql

In server A when i am trying to send a newsletter i have the following
error:

Warning: mail() is not supported in this PHP build in
/usr/local/htdocs/test/newsletter/phpmynewsletter/include/cls.php3 on line
141

Now i thought to install SENDMAIL in server A in order to install and
configure again PHP-APACHE-MYSQL and after uninstall it.

I want to know will this function influence the qmail program?

and another thing that i can do but dont know how is to somehow say to PHP
that my mail program is QMAIL.Anybody knows how?

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Fwd: Re: php-qmail-sendmail...cjk

2001-07-18 Thread Constantine Koulis

i did the following to my php.ini file but still dont work.
i even did change the path to :/var/qmail/bin/sendmail -t -i or only 
/var/qmail/bin/qmail-inject -t -i but nothing goes.
I have the following message:

Warning: mail() is not supported in this PHP build in 
/usr/local/htdocs/test/newsletter/phpmynewsletter/include/cls.php3 on line 
141

From: Justin Heesemann [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: php-qmail-sendmail...cjk
Date: Wed, 18 Jul 2001 11:09:45 +0200

Hello Constantine,

  and another thing that i can do but dont know how is to somehow say to 
PHP
  that my mail program is QMAIL.Anybody knows how?

sendmail_path   =   /var/qmail/bin/qmail-inject

this is what i use in my php.ini (usually located in /usr/local/lib)

it works fine and you don't have to reconfigure anything.


Best Regards,

Justin



_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




qmail and mailman...cjk

2001-07-18 Thread Constantine Koulis

Hello
i am trying to install mailman on a machine that has already qmail install 
and courier-imap with VMAILMGR and i am using a web interface program to add 
virtual users to my virtual DOmains.
Do i need or to take care anything special about all this?
i am at the final step of the mailman.
how do i setup an aliasses for a user in qmail cause mailman wants aliases 
with a user.
i dont have any etc/aliasses

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




autoresponder install....cjk

2001-07-17 Thread Constantine Koulis

Hello.
I download the autoresponder program from untroubled.org of Bruce Guenter
but i dont know how to INSTALL it.
Can somebody help...
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




autoresponce...cjk

2001-07-13 Thread Constantine Koulis

Hello all
In order to activate the AUTORESPONCE do i have to install any EXTRA 
package?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




LWQ question..cjk

2001-07-03 Thread Constantine Koulis

Hi all.
i am instaling for the 20th time the LINUX 7.0 +qmail+courier-imap+vmailmgr 
but dont want to make mistakes again so i followed the maildirmake HOWTO 
that is in the /doc/ directory but i have a question.
In the LWQ is says the following :


Note: qmail-local can deliver mail to maildir mailboxes, but it can't create 
them. Maildir mailboxes should be created with the maildirmake program that 
comes with qmail. E.g., maildirmake ~/Maildir. Be sure to run maildirmake 
as the owner of the maildir, not as root. Your useradd or adduser command 
might support a skeleton directory, e.g. /etc/skel, where you can create a 
maildir that will be copied for all new users.

THAT MEANS THAT FOR EVERY VIRTUAL USER I HAVE TO DO MAILDIRMAKE
and what is SKELETON?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Any suggestion...cjk

2001-06-29 Thread Constantine Koulis

Hi all.
Finally after 2-3 weks of playing with qmail on a server i succeded to 
install it with courier-imap and vmailmgr.My last desire though is to have 
the ability my users not to be UNIX users but virtual users.I have problems 
with my vmailmgr program but i would like to know if there is a way to 
define VIRTUAL users by the qmail??
Sincerely
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Newbie question-CJK

2001-06-07 Thread Constantine Koulis

Hello all.

I am niebie to qmail but untill now i am happy.
I have some questions :


I  can connect POP3 to the unix users but i cannot receive any email.
When i open the unix-user i made his home directory to be :
/home/username.
Is this the correct one for qmail?If not which is?

Another thing Do i need to put in the /var/qmail/control/rcpthosts all the 
domains that i want to send email?
Thats impossible.I have to put all the domains in the world?LIke 
hotmail.com,yahoo.com..

Thanks in advance

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Newbie question-CJK

2001-06-07 Thread Constantine Koulis

I would like to know why i can receive emails from the internet using pine 
with the user X and from the OUtlook Express lets say using again user X 
dont receive anything..

From: Tom Beer [EMAIL PROTECTED]
To: Constantine Koulis [EMAIL PROTECTED]
CC: qmail list [EMAIL PROTECTED]
Subject: Re: Newbie question-CJK
Date: Thu, 7 Jun 2001 12:14:23 +0200

Hi,
 
 
  I  can connect POP3 to the unix users but i cannot receive any email.
  When i open the unix-user i made his home directory to be :
  /home/username.
  Is this the correct one for qmail?If not which is?

this depends on your configuration, in most cases it is
hint: link /var/spool/mail/user + maildir / mailbox
see lwq

 
  Another thing Do i need to put in the /var/qmail/control/rcpthosts all 
the
  domains that i want to send email?

all the domains which allowed to _send_ mails


Start reading the man pages and lwq and www.qmail.org

Tom


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Its impossible....CJK

2001-06-07 Thread Constantine Koulis

Hello.

I have a running REDHAT linux 7.0 with QMAIL and COURIER on it.I can send 
email from my UNIX-USERS but i can receive only using PINE.I mean to POP3 i 
dont receive anything using OUTLOOK EXPRESS and by IMAP using squirrelmail 
nothing.
Can somebody help me.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Cant receive email

2001-05-30 Thread Constantine Koulis

Hello all.

my network:
1 server called A connected to the radio antenna with ip 217.10.200.134 
running sendmail
1 server called B connected to server A both of them with routable IP and 
can send email but cant receive.
What i did:
Went to DNS to server A i added B as mailserver with the IP of B.
I gave IP Masquirading acces.I can send email but i cant receive.Maybe is 
something wrong in configuration of either qmail or Courier-Imap.
Cant receive even from root to user or oposite both of them on server B.
Any solution?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Installation of QMAIL

2001-05-29 Thread Constantine Koulis

hi all.
i have a nameserver as my primary server running redhat 7.0 with sendmail.I 
made another server and i am trying to install qmail on it in order to use 
it for my email server.ITS HARD.
i think i succeded to install the qmail cause i can send email from the 
second server using pine lets say.

Anybody knows what should i do next.i mean i have to go to the BIND DNS of 
the primary to say what?or to the secondaru to say what.

I went to primary and i said that my other mail server is the ip of the 
secondary computer.So when i ping the mail1..ro i have a reply.

No i think i have to go to qmail and to run ./config mail1.xxx.ro in order 
to configure qmail.It doesnt let me proced.
Anybody knows?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Installation of QMAIL

2001-05-29 Thread Constantine Koulis

hi all.
i have a nameserver as my primary server running redhat 7.0 with sendmail.I 
made another server and i am trying to install qmail on it in order to use 
it for my email server.ITS HARD.
i think i succeded to install the qmail cause i can send email from the 
second server using pine lets say.

Anybody knows what should i do next.i mean i have to go to the BIND DNS of 
the primary to say what?or to the secondaru to say what.

I went to primary and i said that my other mail server is the ip of the 
secondary computer.So when i ping the mail1..ro i have a reply.

No i think i have to go to qmail and to run ./config mail1.xxx.ro in order 
to configure qmail.It doesnt let me proced.
Anybody knows?
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Do i need to install SMTP server?

2001-05-29 Thread Constantine Koulis

Hi all.

i am new at LInux and Qmail but i am trying..I installed qmail and 
now i am trying to setup my mail server.I can send email and i think that i 
can receive with IMAP and POP3.Sometimes if i try to use the program OUTLOOK 
EXPRESS to test IMAP and POP3 i have error on smtp.Do i need to install 
another program or my SMTP rules are not correct?If my rules are not correct 
then i have to edit the /etc/tcp.smtp file in order to put the rules?

Can somebody sent me the file tcp.smtp to see?

Thanks in advance
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Setting up a second server..........

2001-05-29 Thread Constantine Koulis

Hello all..
I am a newbie general in linux and especially to qmail.I have another server 
running sendmail and i want to move everything to a new mail server running 
qmail but untill now is impossible.My network is :

a gateway with 2 local ips : 192.168.1.30
 192.168.0.3
   and a routable ip 217.10.200.134
The 192.168.0.3 is connected with  the second server which has the qmail.
My first question is that should i change this to a routable ip address.I 
mean the 192.168.0.3 to be changed to 217.10.220... and also the ip from the 
second so i will see them from the net?

Now as i said i have non-routable ips.I can use my pop3 server and IMAP 
which is the courier by the way if i only put the ip 192.168.0.2 of the 
second computer.Why?In linux i gave a IP ALIASES FOR VIRTUAL HOSTS but i 
cant see the server from the net.
Anybody knows
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: Do i need to install SMTP server?

2001-05-29 Thread Constantine Koulis

I am using Courier Imap.Does this server has a config file where i go and i 
say to listen to this ports and to this ips???
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Qmail courier Imap.....

2001-05-28 Thread Constantine Koulis

Hello.

Maybe this is not the correct place for this question but.
I am trying to install the qmail and with the courier imap server.I think 
qmail is running and is set up corectly but about courier imap dont know 
muchanybody knows how i can check whether it run or no.I have Redhat 7.0

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Dont know if qmail is installed

2001-05-27 Thread Constantine Koulis

Hello All.

I am trying to install the qmail but unfortunately i dont know whether or
not is installed on my system or no.i read the Qmail-HOW-to at
http://www.flounder.net/qmail/qmail-howto.html and i followed every step.
I dont know as i said whether is installed or not.Can somebody tell me how
is start/stop the qmail?
Also is there a Gnome user interface to configure qmail?
Sincerely

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




installation Problems

2001-05-16 Thread Constantine Koulis
Hello all.
I tried to install the qmail but when i give the command MAKE i have the following msg :

bash:make:command not found

Anybody knows?Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.