[qmailtoaster] VQADMIN Domain Name Length

2006-03-09 Thread Brian Weck


I attempted to add a domain name that is 35 characters and it gets 
blocked by vqadmin's javascript validation.


If you have a domain name that is more than 30 characters long, you can 
change the allowed length by altering the following file:line -

/usr/share/toaster/vqadmin/html/add_domain.html:15

-Brian


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] SPF on Toaster

2006-03-09 Thread Erik Espinoza
/var/qmail/control/spfbehavior

On 3/9/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
> Yeah I have been reading up on http://spf.pobox.com/. Wondering where
> are the config files in QT, to configure SPF related stuff.
>
> Thanks Erik. That helps.
>
> Regards,
>
> Riezal Ross
>
>
> -Original Message-
> From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 10, 2006 9:29 AM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] SPF on Toaster
>
>
> The SPF patch is included in the QmailToaster. For more info on setting
> SPF for your domain, refer to the wizard at http://spf.pobox.com/
>
> The SPF patch in QmailToaser is configured for spf level 3
>
> spfbehavior
> Use this to turn on SPF checking. The default value is 0 (off).
> You can specify a value between 0 and 6:
>
> * 0: Never do SPF lookups, don't create Received-SPF headers
> * 1: Only create Received-SPF headers, never block
> * 2: Use temporary errors when you have DNS lookup problems
> * 3: Reject mails when SPF resolves to fail (deny)
> * 4: Reject mails when SPF resolves to softfail
> * 5: Reject mails when SPF resolves to neutral
> * 6: Reject mails when SPF does not resolve to pass
>
>
> This means that if a domain has spf records, and it fails, reject the
> mail.
>
> More info on the qmail spf patch is available here:
> http://www.saout.de/misc/spf/
>
> On 3/9/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
> >
> >
> > I'm quite certain this is a common question, so don't shoot me for
> > asking again.
> >
> > How do we make SPF work with QT? I know that it has SPF capabilities
> > built-in. But how would I get started? I feel that SPF could help me
> > reduce some bogus emails coming in.
> >
> >
> > Regards,
> >
> >
> > Riezal Ross
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] SPF on Toaster

2006-03-09 Thread Riezal Ross
Yeah I have been reading up on http://spf.pobox.com/. Wondering where
are the config files in QT, to configure SPF related stuff.

Thanks Erik. That helps.

Regards,

Riezal Ross


-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 10, 2006 9:29 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] SPF on Toaster


The SPF patch is included in the QmailToaster. For more info on setting
SPF for your domain, refer to the wizard at http://spf.pobox.com/

The SPF patch in QmailToaser is configured for spf level 3

spfbehavior
Use this to turn on SPF checking. The default value is 0 (off).
You can specify a value between 0 and 6:

* 0: Never do SPF lookups, don't create Received-SPF headers
* 1: Only create Received-SPF headers, never block
* 2: Use temporary errors when you have DNS lookup problems
* 3: Reject mails when SPF resolves to fail (deny)
* 4: Reject mails when SPF resolves to softfail
* 5: Reject mails when SPF resolves to neutral
* 6: Reject mails when SPF does not resolve to pass


This means that if a domain has spf records, and it fails, reject the
mail.

More info on the qmail spf patch is available here:
http://www.saout.de/misc/spf/

On 3/9/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
>
>
> I'm quite certain this is a common question, so don't shoot me for 
> asking again.
>
> How do we make SPF work with QT? I know that it has SPF capabilities 
> built-in. But how would I get started? I feel that SPF could help me 
> reduce some bogus emails coming in.
>
>
> Regards,
>
>
> Riezal Ross

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] SPF on Toaster

2006-03-09 Thread Erik Espinoza
The SPF patch is included in the QmailToaster. For more info on
setting SPF for your domain, refer to the wizard at
http://spf.pobox.com/

The SPF patch in QmailToaser is configured for spf level 3

spfbehavior
Use this to turn on SPF checking. The default value is 0 (off).
You can specify a value between 0 and 6:

* 0: Never do SPF lookups, don't create Received-SPF headers
* 1: Only create Received-SPF headers, never block
* 2: Use temporary errors when you have DNS lookup problems
* 3: Reject mails when SPF resolves to fail (deny)
* 4: Reject mails when SPF resolves to softfail
* 5: Reject mails when SPF resolves to neutral
* 6: Reject mails when SPF does not resolve to pass


This means that if a domain has spf records, and it fails, reject the mail.

More info on the qmail spf patch is available here:
http://www.saout.de/misc/spf/

On 3/9/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
>
>
> I'm quite certain this is a common question, so don't shoot me for asking
> again.
>
> How do we make SPF work with QT? I know that it has SPF capabilities
> built-in. But how would I get started? I feel that SPF could help me reduce
> some bogus emails coming in.
>
>
> Regards,
>
>
> Riezal Ross

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] SPF on Toaster

2006-03-09 Thread Riezal Ross
Title: SPF on Toaster






I'm quite certain this is a common question, so don't shoot me for asking again.


How do we make SPF work with QT? I know that it has SPF capabilities built-in. But how would I get started? I feel that SPF could help me reduce some bogus emails coming in.


Regards,


Riezal Ross





[qmailtoaster] Quota quandry.

2006-03-09 Thread Dairenn Lombard
Hello everybody,

My colleagues have noticed something about (at least) one of our Qmail
Toasters.  

The quota that we set when first creating an account doesn't appear to
be the true quota limit per domain.  

It seems to be the quota per email address created.  

He saw one domain with a 200MB limit go beyond 300MB when few e-mail
accounts got created.  There is some concern about this because another
domain was found to have a 201 email account limit.

For example; if our customer creates all of the POP accounts they're
allowed to create, and then each account uses up all of the space
they're limited to, it ends up being 40GB used for just that one domain.
Another e-mail account was found to have surpassed its individual 200MB
limit--presently using 250MB.

Are we adding these accounts incorrectly?  Did a service stop, or is
misconfigured?
Please advise.

Thanks in advance.


---
Dairenn Lombard <[EMAIL PROTECTED]>
BroadSpire, Inc.
Systems Administration Dept.

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Tips and tricks

2006-03-09 Thread 321Admin



Eric,
That would be great !
May I offer:
 
tcp.server with slow pop 40-60 second delays may 
need 
-vHRD added to /var/qmail/supervise/smtp/run on 
CentOS 4.2
that extra dns lookup can make you pull a few hairs 
out
 
after I bought my rogain, I read man page for 
tcp.server 

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: qmailtoaster-list@qmailtoaster.com 
  
  Sent: Thursday, March 09, 2006 5:07 
  PM
  Subject: Re: [qmailtoaster] Tips and 
  tricks
   Eric,Thanks.  
  So do we know what the most asked question and or problems are?  
  I can get them in a doc format.  Maybe that should be a question 
  to us all.  What was you biggest problem and how do you get it 
  resolved.Brent 
  
  

  No virus found in this incoming message.Checked by AVG Free 
  Edition.Version: 7.1.375 / Virus Database: 268.2.0/275 - Release Date: 
  3/6/2006


Re: [qmailtoaster] Tips and tricks

2006-03-09 Thread bdacus

 Eric,Thanks.  So do we know what the most asked question and or problems are?  I can get them in a doc format.  Maybe that should be a question to us all.  What was you biggest problem and how do you get it resolved.Brent 


[qmailtoaster] Balasan: Re: [qmailtoaster] qmailtoaster on CentOS-4.2-x86_64

2006-03-09 Thread Nurcahyo Santoso
thanks HarryHarry Zink <[EMAIL PROTECTED]> menulis:  On Mar 7, 2006, at 10:28 PM, Nurcahyo Santoso wrote:  Hello... i want to install qmail toaster on CentOS-4.2-x86_64... and i read the installation guide at line that said set DISTRO=cnt40 and ARCH=i386... should i change ARCH=i386 to be ARCH=i686  .. and is there anything else that i have to notice about installing qmail toaster on CentOS-4.2-x86_64  ?  No, you set arch to x86_64Harry
		Apakah Anda Yahoo!?Kunjungi halaman depan Yahoo! Indonesia yang baru!

Re: [qmailtoaster] oversized httpd log files

2006-03-09 Thread Warren
Unfortunately what you are seeing is business as usual on the web these
days.  There are scripts running everywhere to try to break into
computers and own them by using pretty much every web server
vulnerability ever known.  Just be sure that everything on your machine
is turned off if it need not be on, and if ssh is open to the world,
move it to a different port to stop the dictionary scans.

W


AM wrote:
> Hello,
> I have my centos 4.2 toaster in production for about 300 user's.
> Everything seems to be working fine except, when I tail my httpd
> access_log. I see thousands(per day) of bots and third party rejects
> getting 404 errors.
> When crond sends me my morning report its in MB's and growing.
> We start with failed attempts to connect to mod_proxy
> small example:
>172.179.95.251 -> steganos.asknet.de:443 : 2 Time(s)
>172.180.18.216 -> steganos.asknet.de:443 : 4 Time(s)
>172.181.3.40 -> steganos.asknet.de:443 : 2 Time(s)
>172.183.66.100 -> steganos.asknet.de:443 : 4 Time(s)
>172.186.0.222 -> steganos.asknet.de:443 : 4 Time(s)
>172.211.123.88 -> steganos.asknet.de:443 : 4 Time(s)
> then the other attemps are logged... today we logged over 3300 attemps
> another micro snippet:
>   GET
> http://202.43.219.19/config/login?.patner=sbc&login=drichmond&passwd=duke&.save=1
> HTTP/1.0  with response code(s) 2 404 responses
>   GET
> http://209.73.177.65/config/login?.done=http://smallbusiness.yahoo.com/services/index.php&.src=sbs&login=lover_boy_99_ca&passwd=lisa
> HTTP/1.0 with response code(s) 2 404 responses
>   GET
> http://us.a1.yimg.com/login.india.yahoo.com/config/login?login=iceman_98_1&passwd=yahoo
> HTTP/1.0 with response code(s) 2 404 responses
>   GET
> http://us.geo1.yimg.com/login.yahoo.com/config/login?login=kelsey___15&passwd=yahoo
> HTTP/1.0 with response code(s) 2 404 responses
>   GET
> http://217.12.4.64/config?&.done=http://jpager.yahoo.com/jpager/pager2.shtml&login=Polykirl&passwd=pooh
> HTTP/1.0 with response code(s) 2 404 responses
>   GET http://techslave.com/index.php/TechSlave_Security_News?disp=stats
> HTTP/1.1 with response code(s) 2 404 responses
>  #
> So I made sure that mod_proxy is commented out in the httpd.conf file and
> httpd is re started. Still my logs grow
> At one point I have seen the GET turn to WGET which seems like a dangerous
> call comming from the outside world.
>
> Can someone explain to me what is happening and or how to protect myself.
> I feel like fowarding all my user's and everybody else to /dev/null and
> getting off the grid !
>
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Tips and tricks

2006-03-09 Thread Erik Espinoza
Hey Brent,

I maintain the unofficial faq. If you would like to add things, shoot
me a note and I'll update.

Erik

On 3/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> All:
>
> I share this is one of the best lists.  Lots of great info.  So is anyone
> working on a FAQ for the top 10 asked questions, a tips and trick, or help
> guide.  Not an install guide qmailtoaster is way easy on the install.  Just
> general info like directory structure, permissions, and log locations
> ectas well.  If this is going on I would like to help, if not I would
> like to get is started...
>
>
>
> Thoughts
>
> Brent Dacus

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Tips and tricks

2006-03-09 Thread bdacus

All:
I share this is one of the best lists.  Lots of great info.  So is anyone working on a FAQ for the top 10 asked questions, a tips and trick, or help guide.  Not an install guide qmailtoaster is way easy on the install.  Just general info like directory structure, permissions, and log locations ectas well.  If this is going on I would like to help, if not I would like to get is started...
 
Thoughts
Brent Dacus 


[qmailtoaster] attachment problem

2006-03-09 Thread Joshua Hopkins








I am having a problem with attachments.  When my users
are receiving attachments larger than 500k it drops the message and the
attachment.  This is happening sporadically.  Someone will send the
message to me and we will not get it but when I have them send it to a gmail or
hotmail account it arrives just fine.  I then will forward the message to
my internal account and I get it.  When the original sender sends
something without an attachment we get it.  It is only when there is an
attachment that we don’t.  Has anyone had a similar problem? 
Any ideas what might be going on?

 

 








Re: [qmailtoaster] Hardware

2006-03-09 Thread Erik Espinoza
I'd highly recommend ASA Computers. They have great support, and good
prices on Opteron equipment.

http://www.asacomputers.com/

For Intel, most of the companies I have consulted for would use Dell.

* note I am not affiliated with ASA in any way other than a satisfied customer.

Thanks,
Erik

On 3/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hello All:
>
> Sort of off topic...  Looking for a hardware server vendor.  So give me your
> favorites and the one that I should avoid.
>
>
>
> Thanks
>
> Brent Dacus

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Hardware

2006-03-09 Thread bdacus

Hello All:
Sort of off topic...  Looking for a hardware server vendor.  So give me your favorites and the one that I should avoid.
 
Thanks
Brent Dacus


Re: [qmailtoaster] How Blocked the Fuck Spam!!

2006-03-09 Thread Harry Zink


On Mar 9, 2006, at 6:50 AM, Robin Sánchez wrote:

Im tired creating and creating rules with SpamAssin because is not  
enough.

Somebody known how block the major quantity of SPAM specially VIAGRA?
because Im Tired!!


TMDA is your friend.


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] How Blocked the Fuck Spam!!

2006-03-09 Thread Richard Baxant
Hello Robin,

I felt your pain. All bad words aside, I recommend trying bogofilter,
which uses a Bayesian technique. It has cut my SPAM by 75% especially
Viagra. You still have to teach it and the more Spam you feed it the
more accurate it becomes.



Read more about it here: http://bogofilter.sourceforge.net/

I used this tutorial to get me started:

http://wiki.volker-boehme.de/doku.php?id=wiki:bogofilter


Side Note: Does anyone know of any good Spam and Ham corpuses

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] How Blocked the Fuck Spam!!

2006-03-09 Thread Ray Van Dolson
On Thu, Mar 09, 2006 at 08:50:51AM -0600, Robin Sánchez wrote:
> 
> Im tired creating and creating rules with SpamAssin because is not enough.
> Somebody known how block the major quantity of SPAM specially VIAGRA?
> because Im Tired!!
> 

Probably your best bet is to get a nice source of spam and ham and train the
bayesian filter in SA.  Rules can only do so much these days as spammers
just change their tactics.

Ray

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] How Blocked the Fuck Spam!!

2006-03-09 Thread Robin Sánchez

Im tired creating and creating rules with SpamAssin because is not enough.
Somebody known how block the major quantity of SPAM specially VIAGRA?
because Im Tired!!



Thanks


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Thiago - TI - Realeza

hummm...

have you update the apache?? openssl and other stuffs...

try to uninstall the vqadmin with rpm -e vqadmin* --nodeps and try to 
install again...before you install again, look in cgi-dir of your apache, if 
the files of vqadmin are there, if have, erase all, after this, reinstall 
vqadmin.


I don´t know if go works, but tryi think it don´t change anything in 
your sql database


cheers

- Original Message - 
From: "Ingrid Schirmer" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 10:44 AM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



Hi,

i have changed it when i installed the server. the server was working for 
approx four months without any problems considerung vqadmin.


also when i added the new domain using ssh the database was updated 
correctly no problem at all. only the html interface is not working... :-(


Ciao
IS

- Original Message - 
From: "Thiago - TI - Realeza" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 2:15 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



it seems a Mysql error...

did you runned the mysql setup script??

have you changed the password?

cya

- Original Message - 
From: "Ingrid Schirmer" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 10:06 AM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



hi,
:

# service mysqld status
mysqld (pid 26058) is running...

yepp
is running i check also the password in
/home/vpopmail/vpopmail.mysql


the problem is if i open the the domain with qmailadmin i can add email 
accounts aso


but not in vqadmin

does anyone now how to add that by command line? if that works, then 
there muss be a problem with the cgi stuff






- Original Message - 
From: "Natalio Gatti" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 1:57 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM


do you have mysqld running? Verify it with  "service mysqld status"

On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:


Hi everyone,
i would lile to add a domain to the qmail installation therefore i 
login to

/admin-toaster/
then i go to vqadmin and add the domain, but the domain is not added to 
the
database. when i click List all domais the page reloads but does not 
show

any domains at all.

how can i fix that?

Cheers
IS


PS how can i add a new domain with 1GB Quota on the comand line???



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Ingrid Schirmer

Hi,

i have changed it when i installed the server. the server was working for 
approx four months without any problems considerung vqadmin.


also when i added the new domain using ssh the database was updated 
correctly no problem at all. only the html interface is not working... :-(


Ciao
IS

- Original Message - 
From: "Thiago - TI - Realeza" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 2:15 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



it seems a Mysql error...

did you runned the mysql setup script??

have you changed the password?

cya

- Original Message - 
From: "Ingrid Schirmer" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 10:06 AM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



hi,
:

# service mysqld status
mysqld (pid 26058) is running...

yepp
is running i check also the password in
/home/vpopmail/vpopmail.mysql


the problem is if i open the the domain with qmailadmin i can add email 
accounts aso


but not in vqadmin

does anyone now how to add that by command line? if that works, then 
there muss be a problem with the cgi stuff






- Original Message - 
From: "Natalio Gatti" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 1:57 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM


do you have mysqld running? Verify it with  "service mysqld status"

On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:


Hi everyone,
i would lile to add a domain to the qmail installation therefore i login 
to

/admin-toaster/
then i go to vqadmin and add the domain, but the domain is not added to 
the
database. when i click List all domais the page reloads but does not 
show

any domains at all.

how can i fix that?

Cheers
IS


PS how can i add a new domain with 1GB Quota on the comand line???



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] oversized httpd log files

2006-03-09 Thread AM
Yes, I am a newbie, I would welcome any help.
The server is at 12.180.110.5 (mail.321online.net)I am mailing from a
fresh mail server from one of my other domains
Here is a small current error_log snip from the server 12.180.110.5

[Thu Mar 09 08:34:56 2006] [error] [client 69.106.106.60] File does not
exist: /var/www/html/n10.login.dcn.yahoo.com, referer:
http://login.tpe.yahoo.com/config/login
[Thu Mar 09 08:35:01 2006] [error] [client 160.45.22.203] File does not
exist: /var/www/html/~binaural, referer:
http://binural.ru/2006/02/26/griffiny_21_25_serii__nash_reliz_.html
[Thu Mar 09 08:35:04 2006] [error] [client 160.45.22.203] File does not
exist: /var/www/html/2006, referer: http://www.binural.ru/
[Thu Mar 09 08:35:05 2006] [error] [client 200.125.19.179] File does not
exist: /var/www/html/ls:5063, referer: http://www.poligames.com
[Thu Mar 09 08:35:07 2006] [error] [client 69.106.106.60] File does not
exist: /var/www/html/n10.login.scd.yahoo.com, referer:
http://login.tpe.yahoo.com/config/login
[Thu Mar 09 08:35:11 2006] [error] [client 160.45.22.203] File does not
exist: /var/www/html/2006
[Thu Mar 09 08:35:11 2006] [error] [client 86.200.232.217] File does not
exist: /var/www/html/login.yahoo.com, referer: http://www.yahoo.com/
[Thu Mar 09 08:35:17 2006] [error] [client 200.127.203.234] File does not
exist: /var/www/html/202.165.103.196, referer:
http://login.tpe.yahoo.com/config/login
[Thu Mar 09 08:35:17 2006] [error] [client 68.52.86.29] File does not
exist: /var/www/html/config
###
If you are US based I can give you an toll free line to contact me










Hello,
What does your /var/log/httpd/error_log say?
Have you done any penetration tests for your server?
I can do so if you want.

B/R
Ole J

-Opprinnelig melding-
Fra: AM [mailto:[EMAIL PROTECTED]
Sendt: 9. mars 2006 13:43
Til: qmailtoaster-list@qmailtoaster.com
Emne: [qmailtoaster] oversized httpd log files

Hello,
I have my centos 4.2 toaster in production for about 300 user's.
Everything seems to be working fine except, when I tail my httpd
access_log. I see thousands(per day) of bots and third party rejects
getting 404 errors.
When crond sends me my morning report its in MB's and growing.
We start with failed attempts to connect to mod_proxy
small example:
   172.179.95.251 -> steganos.asknet.de:443 : 2 Time(s)
   172.180.18.216 -> steganos.asknet.de:443 : 4 Time(s)
   172.181.3.40 -> steganos.asknet.de:443 : 2 Time(s)
   172.183.66.100 -> steganos.asknet.de:443 : 4 Time(s)
   172.186.0.222 -> steganos.asknet.de:443 : 4 Time(s)
   172.211.123.88 -> steganos.asknet.de:443 : 4 Time(s)
then the other attemps are logged... today we logged over 3300 attemps
another micro snippet:
  GET
http://202.43.219.19/config/login?.patner=sbc&login=drichmond&passwd=duke&.s
ave=1
HTTP/1.0  with response code(s) 2 404 responses
  GET
http://209.73.177.65/config/login?.done=http://smallbusiness.yahoo.com/servi
ces/index.php&.src=sbs&login=lover_boy_99_ca&passwd=lisa
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://us.a1.yimg.com/login.india.yahoo.com/config/login?login=iceman_98
_1&passwd=yahoo
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://us.geo1.yimg.com/login.yahoo.com/config/login?login=kelsey___15&passw
d=yahoo
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://217.12.4.64/config?&.done=http://jpager.yahoo.com/jpager/pager2.shtml
&login=Polykirl&passwd=pooh
HTTP/1.0 with response code(s) 2 404 responses
  GET http://techslave.com/index.php/TechSlave_Security_News?disp=stats
HTTP/1.1 with response code(s) 2 404 responses
 #
So I made sure that mod_proxy is commented out in the httpd.conf file and
httpd is re started. Still my logs grow
At one point I have seen the GET turn to WGET which seems like a dangerous
call comming from the outside world.

Can someone explain to me what is happening and or how to protect myself.
I feel like fowarding all my user's and everybody else to /dev/null and
getting off the grid !


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Thiago - TI - Realeza

it seems a Mysql error...

did you runned the mysql setup script??

have you changed the password?

cya

- Original Message - 
From: "Ingrid Schirmer" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 10:06 AM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



hi,
:

# service mysqld status
mysqld (pid 26058) is running...

yepp
is running i check also the password in
/home/vpopmail/vpopmail.mysql


the problem is if i open the the domain with qmailadmin i can add email 
accounts aso


but not in vqadmin

does anyone now how to add that by command line? if that works, then there 
muss be a problem with the cgi stuff






- Original Message - 
From: "Natalio Gatti" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 1:57 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM


do you have mysqld running? Verify it with  "service mysqld status"

On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:


Hi everyone,
i would lile to add a domain to the qmail installation therefore i login 
to

/admin-toaster/
then i go to vqadmin and add the domain, but the domain is not added to 
the

database. when i click List all domais the page reloads but does not show
any domains at all.

how can i fix that?

Cheers
IS


PS how can i add a new domain with 1GB Quota on the comand line???



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] contents of /var/qmail

2006-03-09 Thread Supriyo Banerjee








Hi there!

 

I need to understand the various
features offered by the contents of the ‘/var/qmail’ directory so as to maintain
my Qmail Toaster setup properly.

 

I have two Qmail Toaster mail
servers running for our University in India. Both the servers are at
separate locations (the University having two campuses and each campus has
separate domain names).

 

I would like to explain my setup
first here…

 

At the main campus, the various
departments have separate sub-domains under the primary domain. (e.g. the
primary domain is ‘rsduniv.ac.in’ whilst the departments have subdomains like
‘chemical.rsduniv.ac.in’, ‘geo.rsduniv.ac.in’, …). The Qmailtoaster mail server
at the main campus accepts mail for the primary domain as well as for all the
sub-domains. Similarly the second campus of the University has the domain name
‘rsdunivpk.ac.in’ and it also has sub-domains for around seven departments. The
Qmailtoaster mail server at the second campus also accepts mail for the
‘rsdunivpk.ac.in’ domain as well as its sub-domains.

 

The e-mail servers installed at both
the campuses run the older versions of Qmailtoaster and now I want to update
them to the latest package. I have installed a second mail server at the mail
campus and installed the QmailToaster packages there on Centos 4.2. While
inspecting the contents of files in the ‘/var/qmail’ directory, I found that:

 

1) The ‘/var/qmail/alias’ directory
has three files all of which contain the postmaster’s e-mail address. However,
the domain portion of the e-mail address is ‘ac.in’ while my domain name is
‘rsduniv.ac.in’. 

 

Should I rectify the address as
'&[EMAIL PROTECTED]'?

 

2) Also, in /var/qmail/control', the
files - 'defaultdomain', 'defaulthost', 'plusdomain' mentions the domain name
as 'ac.in'. I feel that it should be 'rsduniv.ac.in' in the 'defaultdomain' and
'plusdomain' files while the 'defaulthost' file should contain the FQDN of my
mail server. Isn't it?

 

3) Kindly explain the functions of
the following files contained in the /var/qmail/control' directory:

   
Badloadertypes, badmailfrom, badmailto, concurrencyincoming, concurrencyremote,
databytes, logcount

 

4) I would like configure the two
e-mail servers at both the campuses in such a fashion so that besides accepting
the mails for their own sub-domains, they should also become the caching mail
servers for each other, so that in case one server is down, the mails for that
server should get cached on the other and vice versa. How to do that?

 

Thanking you in anticipation...

 

Supriyo Banerjee

 

 

 

 








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/277 - Release Date: 3/8/2006
 


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/277 - Release Date: 3/8/2006
 

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/277 - Release Date: 3/8/2006
 


Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Thiago - TI - Realeza

try this

vadddomain newdomain.com postmaster-password


cheers
thiago


- Original Message - 
From: "Ingrid Schirmer" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 10:06 AM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM



hi,
:

# service mysqld status
mysqld (pid 26058) is running...

yepp
is running i check also the password in
/home/vpopmail/vpopmail.mysql


the problem is if i open the the domain with qmailadmin i can add email 
accounts aso


but not in vqadmin

does anyone now how to add that by command line? if that works, then there 
muss be a problem with the cgi stuff






- Original Message - 
From: "Natalio Gatti" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 1:57 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM


do you have mysqld running? Verify it with  "service mysqld status"

On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:


Hi everyone,
i would lile to add a domain to the qmail installation therefore i login 
to

/admin-toaster/
then i go to vqadmin and add the domain, but the domain is not added to 
the

database. when i click List all domais the page reloads but does not show
any domains at all.

how can i fix that?

Cheers
IS


PS how can i add a new domain with 1GB Quota on the comand line???



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Natalio Gatti
On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:
> hi,
> :
>
> # service mysqld status
> mysqld (pid 26058) is running...
>
> yepp
> is running i check also the password in
> /home/vpopmail/vpopmail.mysql
>
>
> the problem is if i open the the domain with qmailadmin i can add email
> accounts aso
>
> but not in vqadmin
>
> does anyone now how to add that by command line? if that works, then there
> muss be a problem with the cgi stuff
>
you can add it via command line with:
/home/vpopmail/bin/vadddomain

If you run it without any parameters will see the options and how to
set a quota>

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Ingrid Schirmer

hi,
:

# service mysqld status
mysqld (pid 26058) is running...

yepp
is running i check also the password in
/home/vpopmail/vpopmail.mysql


the problem is if i open the the domain with qmailadmin i can add email 
accounts aso


but not in vqadmin

does anyone now how to add that by command line? if that works, then there 
muss be a problem with the cgi stuff






- Original Message - 
From: "Natalio Gatti" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 09, 2006 1:57 PM
Subject: Re: [qmailtoaster] URGENT BIG PROBLEM


do you have mysqld running? Verify it with  "service mysqld status"

On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:


Hi everyone,
i would lile to add a domain to the qmail installation therefore i login 
to

/admin-toaster/
then i go to vqadmin and add the domain, but the domain is not added to 
the

database. when i click List all domais the page reloads but does not show
any domains at all.

how can i fix that?

Cheers
IS


PS how can i add a new domain with 1GB Quota on the comand line???



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Natalio Gatti
do you have mysqld running? Verify it with  "service mysqld status"

On 3/9/06, Ingrid Schirmer <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
> i would lile to add a domain to the qmail installation therefore i login to
> /admin-toaster/
> then i go to vqadmin and add the domain, but the domain is not added to the
> database. when i click List all domais the page reloads but does not show
> any domains at all.
>
> how can i fix that?
>
> Cheers
> IS
>
>
> PS how can i add a new domain with 1GB Quota on the comand line???
>

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] URGENT BIG PROBLEM

2006-03-09 Thread Ingrid Schirmer



Hi everyone,
i would lile to add a domain to the qmail 
installation therefore i login to /admin-toaster/
then i go to vqadmin and add the domain, but the 
domain is not added to the database. when i click List all domais the page 
reloads but does not show any domains at all.
 
how can i fix that?
 
Cheers
IS
 
 
PS how can i add a new domain with 1GB Quota on the 
comand line???
 


SV: [qmailtoaster] oversized httpd log files

2006-03-09 Thread Ole Johansen
Hello,
What does your /var/log/httpd/error_log say?
Have you done any penetration tests for your server?
I can do so if you want.

B/R
Ole J

-Opprinnelig melding-
Fra: AM [mailto:[EMAIL PROTECTED] 
Sendt: 9. mars 2006 13:43
Til: qmailtoaster-list@qmailtoaster.com
Emne: [qmailtoaster] oversized httpd log files 

Hello,
I have my centos 4.2 toaster in production for about 300 user's.
Everything seems to be working fine except, when I tail my httpd
access_log. I see thousands(per day) of bots and third party rejects
getting 404 errors.
When crond sends me my morning report its in MB's and growing.
We start with failed attempts to connect to mod_proxy
small example:
   172.179.95.251 -> steganos.asknet.de:443 : 2 Time(s)
   172.180.18.216 -> steganos.asknet.de:443 : 4 Time(s)
   172.181.3.40 -> steganos.asknet.de:443 : 2 Time(s)
   172.183.66.100 -> steganos.asknet.de:443 : 4 Time(s)
   172.186.0.222 -> steganos.asknet.de:443 : 4 Time(s)
   172.211.123.88 -> steganos.asknet.de:443 : 4 Time(s)
then the other attemps are logged... today we logged over 3300 attemps
another micro snippet:
  GET
http://202.43.219.19/config/login?.patner=sbc&login=drichmond&passwd=duke&.s
ave=1
HTTP/1.0  with response code(s) 2 404 responses
  GET
http://209.73.177.65/config/login?.done=http://smallbusiness.yahoo.com/servi
ces/index.php&.src=sbs&login=lover_boy_99_ca&passwd=lisa
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://us.a1.yimg.com/login.india.yahoo.com/config/login?login=iceman_98
_1&passwd=yahoo
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://us.geo1.yimg.com/login.yahoo.com/config/login?login=kelsey___15&passw
d=yahoo
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://217.12.4.64/config?&.done=http://jpager.yahoo.com/jpager/pager2.shtml
&login=Polykirl&passwd=pooh
HTTP/1.0 with response code(s) 2 404 responses
  GET http://techslave.com/index.php/TechSlave_Security_News?disp=stats
HTTP/1.1 with response code(s) 2 404 responses
 #
So I made sure that mod_proxy is commented out in the httpd.conf file and
httpd is re started. Still my logs grow
At one point I have seen the GET turn to WGET which seems like a dangerous
call comming from the outside world.

Can someone explain to me what is happening and or how to protect myself.
I feel like fowarding all my user's and everybody else to /dev/null and
getting off the grid !


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] oversized httpd log files

2006-03-09 Thread AM
Hello,
I have my centos 4.2 toaster in production for about 300 user's.
Everything seems to be working fine except, when I tail my httpd
access_log. I see thousands(per day) of bots and third party rejects
getting 404 errors.
When crond sends me my morning report its in MB's and growing.
We start with failed attempts to connect to mod_proxy
small example:
   172.179.95.251 -> steganos.asknet.de:443 : 2 Time(s)
   172.180.18.216 -> steganos.asknet.de:443 : 4 Time(s)
   172.181.3.40 -> steganos.asknet.de:443 : 2 Time(s)
   172.183.66.100 -> steganos.asknet.de:443 : 4 Time(s)
   172.186.0.222 -> steganos.asknet.de:443 : 4 Time(s)
   172.211.123.88 -> steganos.asknet.de:443 : 4 Time(s)
then the other attemps are logged... today we logged over 3300 attemps
another micro snippet:
  GET
http://202.43.219.19/config/login?.patner=sbc&login=drichmond&passwd=duke&.save=1
HTTP/1.0  with response code(s) 2 404 responses
  GET
http://209.73.177.65/config/login?.done=http://smallbusiness.yahoo.com/services/index.php&.src=sbs&login=lover_boy_99_ca&passwd=lisa
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://us.a1.yimg.com/login.india.yahoo.com/config/login?login=iceman_98_1&passwd=yahoo
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://us.geo1.yimg.com/login.yahoo.com/config/login?login=kelsey___15&passwd=yahoo
HTTP/1.0 with response code(s) 2 404 responses
  GET
http://217.12.4.64/config?&.done=http://jpager.yahoo.com/jpager/pager2.shtml&login=Polykirl&passwd=pooh
HTTP/1.0 with response code(s) 2 404 responses
  GET http://techslave.com/index.php/TechSlave_Security_News?disp=stats
HTTP/1.1 with response code(s) 2 404 responses
 #
So I made sure that mod_proxy is commented out in the httpd.conf file and
httpd is re started. Still my logs grow
At one point I have seen the GET turn to WGET which seems like a dangerous
call comming from the outside world.

Can someone explain to me what is happening and or how to protect myself.
I feel like fowarding all my user's and everybody else to /dev/null and
getting off the grid !


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] Webmail default domain

2006-03-09 Thread Marco Cordeiro
I went to folders to try subscribe others and the message is " No folders
were found to subscribe to! "

This happens only when I log without domain.

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: quarta-feira, 8 de março de 2006 15:36
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Webmail default domain

I worded part of that horribly. I meant to say the webmail client
automatically subscribes when you create a folder. If you create folders
when you login with the domain and don't subscribe to them in the non-domain
login then you will have problems.

Thanks,
Erik

On 3/8/06, Erik Espinoza <[EMAIL PROTECTED]> wrote:
> Hey Marco,
>
> The webmail is just an IMAP client. With IMAP you have to subscribe to 
> folders after making them for the folders to show up. The webmail 
> client does this automatically If you login with the domain, create a 
> few folders and login without the domain, the folders created will not 
> work until you subscribe to them.
>
> Check under "Folders" to see if there are any unsubscribed folders.
>
> Thanks,
> Erik
>
> On 3/8/06, Marco Cordeiro <[EMAIL PROTECTED]> wrote:
> > Hey guys , I did the same on my webmail but  inbox isn't the same 
> > when I log without domain ??
> >
> > Riezel did you have the same issue ??? What you did ???
> > Just put defaultdomain on vpopmail or change others things ???
> >
> > Regards,
> >
> > Marco.
> >
> > -Original Message-
> > From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> > Sent: quarta-feira, 8 de março de 2006 13:42
> > To: qmailtoaster-list@qmailtoaster.com
> > Subject: Re: [qmailtoaster] Webmail default domain
> >
> > Edit /etc/squirrelmail/config.php and set your domain
> >
> > On 3/8/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Recently, I made a test change to webmail so that users can login 
> > > with just their username, rather than their having to enter their 
> > > full email address as the username. However, now when my users 
> > > login with just their username, recepients would see their email 
> > > address as [EMAIL PROTECTED] But when they login to webmail 
> > > using their full email address as the username, the receipient 
> > > would see the correct email
> > address [EMAIL PROTECTED]
> > >
> > > How do I fix this?
> > >
> > > Regards,
> > >
> > >
> > > Riezal Ross
> >
> > -
> >  QmailToaster hosted by: VR Hosted 
> > 
> > - To unsubscribe, e-mail: 
> > [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> > [EMAIL PROTECTED]
> >
> >
> >
> > -
> >  QmailToaster hosted by: VR Hosted 
> > 
> > - To unsubscribe, e-mail: 
> > [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> > [EMAIL PROTECTED]
> >
> >
>

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] Webmail default domain

2006-03-09 Thread Marco Cordeiro
Yeah , I know that but even Inbox is wrong ! That's my problem  

-Original Message-
From: Erik Espinoza [mailto:[EMAIL PROTECTED] 
Sent: quarta-feira, 8 de março de 2006 15:35
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Webmail default domain

Hey Marco,

The webmail is just an IMAP client. With IMAP you have to subscribe to
folders after making them for the folders to show up. The webmail client
does this automatically If you login with the domain, create a few folders
and login without the domain, the folders created will not work until you
subscribe to them.

Check under "Folders" to see if there are any unsubscribed folders.

Thanks,
Erik

On 3/8/06, Marco Cordeiro <[EMAIL PROTECTED]> wrote:
> Hey guys , I did the same on my webmail but  inbox isn't the same when 
> I log without domain ??
>
> Riezel did you have the same issue ??? What you did ???
> Just put defaultdomain on vpopmail or change others things ???
>
> Regards,
>
> Marco.
>
> -Original Message-
> From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> Sent: quarta-feira, 8 de março de 2006 13:42
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] Webmail default domain
>
> Edit /etc/squirrelmail/config.php and set your domain
>
> On 3/8/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
> >
> >
> > Recently, I made a test change to webmail so that users can login 
> > with just their username, rather than their having to enter their 
> > full email address as the username. However, now when my users login 
> > with just their username, recepients would see their email address 
> > as [EMAIL PROTECTED] But when they login to webmail using their 
> > full email address as the username, the receipient would see the 
> > correct email
> address [EMAIL PROTECTED]
> >
> > How do I fix this?
> >
> > Regards,
> >
> >
> > Riezal Ross
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
>
>
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
>
>

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] contents of /var/qmail

2006-03-09 Thread Supriyo Banerjee








Hi there!

 

I need to understand the various
features offered by the contents of the ‘/var/qmail’ directory so
as to maintain my Qmail Toaster setup properly.

 

I have two Qmail Toaster mail
servers running for our University in India. Both the servers are at
separate locations (the University having two campuses and each campus has
separate domain names).

 

I would like to explain my setup
first here…

 

At the main campus, the various
departments have separate sub-domains under the primary domain. (e.g. the
primary domain is ‘rsduniv.ac.in’ whilst the departments have
subdomains like ‘chemical.rsduniv.ac.in’, ‘geo.rsduniv.ac.in’,
…). The Qmailtoaster mail server at the main campus accepts mail for the
primary domain as well as for all the sub-domains. Similarly the second campus
of the University has the domain name ‘rsdunivpk.ac.in’ and it also
has sub-domains for around seven departments. The Qmailtoaster mail server at
the second campus also accepts mail for the ‘rsdunivpk.ac.in’
domain as well as its sub-domains.

 

The e-mail servers installed at both
the campuses run the older versions of Qmailtoaster and now I want to update
them to the latest package. I have installed a second mail server at the mail
campus and installed the QmailToaster packages there on Centos 4.2. While
inspecting the contents of files in the ‘/var/qmail’ directory, I
found that:

 

1) The
‘/var/qmail/alias’ directory has three files all of which contain
the postmaster’s e-mail address. However, the domain portion of the
e-mail address is ‘ac.in’ while my domain name is
‘rsduniv.ac.in’. 

 

Should I rectify the address as
'&[EMAIL PROTECTED]'?

 

2) Also, in /var/qmail/control', the
files - 'defaultdomain', 'defaulthost', 'plusdomain' mentions the domain name
as 'ac.in'. I feel that it should be 'rsduniv.ac.in' in the 'defaultdomain' and
'plusdomain' files while the 'defaulthost' file should contain the FQDN of my
mail server. Isn't it?

 

3) Kindly explain the functions of
the following files contained in the /var/qmail/control' directory:

    Badloadertypes,
badmailfrom, badmailto, concurrencyincoming, concurrencyremote, databytes,
logcount

 

4) I would like configure the two
e-mail servers at both the campuses in such a fashion so that besides accepting
the mails for their own sub-domains, they should also become the caching mail
servers for each other, so that in case one server is down, the mails for that
server should get cached on the other and vice versa. How to do that?

 

Thanking you in anticipation...

 

Supriyo Banerjee

 

 

 

 








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/277 - Release Date: 3/8/2006