[qmailtoaster] Disabling IMAP/webmail access

2008-10-10 Thread Natalio Gatti
I´m managing a qmail-toaster server, and I need to block IMAP access to some
users, but not webmail. The webmail soft and qmail service are running in
the same hardware.

Looking at vpopmail's parameters, there are some flags to apply this kind of
filters:

[EMAIL PROTECTED] ~]# /home/vpopmail/bin/vmoduser
vmoduser: usage: [options] email_addr or domain (for each user in domain)
(...)
the following options are bit flags in the gid int field
 -x ( clear all flags )
 -d ( don't allow user to change password )
 -p ( disable POP access )
 -s ( disable SMTP AUTH access )
 -w ( disable webmail [IMAP from localhost*] access )
( * full list of webmail server IPs in vchkpw.c )
 -i ( disable non-webmail IMAP access )
 -b ( bounce all mail )
(...)

But, guess what! they don't work as expected. If I set the w flag, nothing
happens, the user is able to access webmail as well as IMAP.
If I set the i flag, the user can´t access webmail nor IMAP.
I check the vchkpw.c file in the sources, and it defines clearly
127.0.0.1as a webmail server.

I don´t want anyone to start coding or patching to solve my problem, I just
wanted to know if someone has implemented this kind of filter successfuly.

Salutti,

Natalio.


Re: [qmailtoaster] Disabling IMAP/webmail access

2008-10-10 Thread Martin Waschbuesch

Hi there,

Did you check that the webmail soft is really using localhost to  
connect or perhaps it has been configured to use the FQDN and is  
therefore treated as coming from outside?


You probably have, it's just that reading your post I wondered as you  
had not mentioned it.


Martin

--
What a fool believes he sees, no wise man has the power to reason away...

Doobie Brothers


Zitat von Natalio Gatti [EMAIL PROTECTED]:


I´m managing a qmail-toaster server, and I need to block IMAP access to some
users, but not webmail. The webmail soft and qmail service are running in
the same hardware.

Looking at vpopmail's parameters, there are some flags to apply this kind of
filters:

[EMAIL PROTECTED] ~]# /home/vpopmail/bin/vmoduser
vmoduser: usage: [options] email_addr or domain (for each user in domain)
(...)
the following options are bit flags in the gid int field
 -x ( clear all flags )
 -d ( don't allow user to change password )
 -p ( disable POP access )
 -s ( disable SMTP AUTH access )
 -w ( disable webmail [IMAP from localhost*] access )
( * full list of webmail server IPs in vchkpw.c )
 -i ( disable non-webmail IMAP access )
 -b ( bounce all mail )
(...)

But, guess what! they don't work as expected. If I set the w flag, nothing
happens, the user is able to access webmail as well as IMAP.
If I set the i flag, the user can´t access webmail nor IMAP.
I check the vchkpw.c file in the sources, and it defines clearly
127.0.0.1as a webmail server.

I don´t want anyone to start coding or patching to solve my problem, I just
wanted to know if someone has implemented this kind of filter successfuly.

Salutti,

Natalio.






This message was sent using IMP, the Internet Messaging Program.


binqxogjoFpAi.bin
Description: Öffentlicher 	PGP-Schlüssel
-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] sending error...

2008-10-10 Thread Wilder Deza

yo tambien tengo el mismo problema...

* *

Saludos,

*Wilder Deza*

*GAMMA CARGO SAC***

*/Área/**/ de /**/Sistemas/*

Phone: + 51 (1) 222 4176 ext. /205* */

Fax : + 51 (1) 221 4955

Nextel: 51 (1) 403*8302

Visit us on: www.gammacargo.com http://www.gammacargo.com/

E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

/“Su opinión es importante para nosotros, en/

/ caso consultas / sugerencias / comentarios/

/favor escribir a: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]”/



Bilgehan POYRAZ escribió:


Hello everyone,

I installed QmailToaster latest package on CentOs 5.2.

Internal is mail working.WebMail is working.

Bu When I want to send email from outside getting following error.

And tcp.smtp is following.

[EMAIL PROTECTED] tcprules.d]# more tcp.smtp

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1

192.168.20.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=100,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var

/qmail/control/domainkeys/%/private,NOP0FCHECK=1

Have you any idea?

Bilgehan



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Disabling IMAP/webmail access

2008-10-10 Thread Natalio Gatti
Yep, I checked it, and webmail uses 127.0.0.1 to connect to the imap
service.

On Fri, Oct 10, 2008 at 11:09 AM, Martin Waschbuesch
[EMAIL PROTECTED]wrote:

 Hi there,

 Did you check that the webmail soft is really using localhost to connect or
 perhaps it has been configured to use the FQDN and is therefore treated as
 coming from outside?

 You probably have, it's just that reading your post I wondered as you had
 not mentioned it.

 Martin

 --
 What a fool believes he sees, no wise man has the power to reason away...

 Doobie Brothers


 Zitat von Natalio Gatti [EMAIL PROTECTED]:

  I´m managing a qmail-toaster server, and I need to block IMAP access to
 some
 users, but not webmail. The webmail soft and qmail service are running in
 the same hardware.

 Looking at vpopmail's parameters, there are some flags to apply this kind
 of
 filters:

 [EMAIL PROTECTED] ~]# /home/vpopmail/bin/vmoduser
 vmoduser: usage: [options] email_addr or domain (for each user in domain)
 (...)
 the following options are bit flags in the gid int field
 -x ( clear all flags )
 -d ( don't allow user to change password )
 -p ( disable POP access )
 -s ( disable SMTP AUTH access )
 -w ( disable webmail [IMAP from localhost*] access )
( * full list of webmail server IPs in vchkpw.c )
 -i ( disable non-webmail IMAP access )
 -b ( bounce all mail )
 (...)

 But, guess what! they don't work as expected. If I set the w flag,
 nothing
 happens, the user is able to access webmail as well as IMAP.
 If I set the i flag, the user can´t access webmail nor IMAP.
 I check the vchkpw.c file in the sources, and it defines clearly
 127.0.0.1as a webmail server.

 I don´t want anyone to start coding or patching to solve my problem, I
 just
 wanted to know if someone has implemented this kind of filter successfuly.

 Salutti,

 Natalio.




 
 This message was sent using IMP, the Internet Messaging Program.

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] sending error...

2008-10-10 Thread Bilgehan POYRAZ
Hello,

 

This problem was not in the old version QmailToaster.Maybe this is
bug.Maybe additonal security feature.

But solved problem, if you are sayed solve;

Copied black list file to blaclist.org.And clear blacklist file
content.(/var/qmail/control)

Qmailctl restart.

 

Working without any problem.But our customer had a symantec brightmail
front of QmailToaster.

If you haven't any spam filter, you can't fight with spam.You'r mail
server opened for spam.

I tested this problem With outlook 2000 and 2007.Not tested 2003.

 

Bilgehan

 

 

From: Bilgehan POYRAZ [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 10, 2008 2:15 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] sending error...

 

Hello everyone,

 

I installed QmailToaster latest package on CentOs 5.2.

Internal is mail working.WebMail is working.

Bu When I want to send email from outside getting following error.

 

 

 

And tcp.smtp is following.

 

 

[EMAIL PROTECTED] tcprules.d]# more tcp.smtp

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/privat
e,RBLSMTPD=,NOP0FCHECK=1

192.168.20.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%
/private,RBLSMTPD=,NOP0FCHECK=1

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=100,CHKUSER_
WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var

/qmail/control/domainkeys/%/private,NOP0FCHECK=1

 

Have you any idea?

 

Bilgehan

image001.png

RE: Re: [qmailtoaster] sending error...

2008-10-10 Thread Bilgehan POYRAZ
but we have an interesting situation.
Turkey's all ADSL ip addresses blocked from this RBL list.(static or
dynamic)

And port 587 smart solution.I use this next customer...

Many Thanks...

Bilgehan




-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Shubert
Sent: Friday, October 10, 2008 6:50 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] sending error...

If the client's IP address is being blacklisted, the cause is probably
that
the client is on a dynamic IP address.

There are two ways to allow such clients to submit email while still
using
blacklists:
1) install and use spamdyke for RBL processing instead of rblsmtpd (this
is
easy to do with the qtp-install-spamdyke script in qmailtoaster-plus)
-or-
2) configure the client(s) to use port 587 for submission, which does
not
check rbls.

Bilgehan POYRAZ wrote:
 Hello,
 
  
 
 This problem was not in the old version QmailToaster.Maybe this is
 bug.Maybe additonal security feature.
 
 But solved problem, if you are sayed solve;
 
 Copied black list file to blaclist.org.And clear blacklist file
 content.(/var/qmail/control)
 
 Qmailctl restart.
 
  
 
 Working without any problem.But our customer had a symantec brightmail
 front of QmailToaster.
 
 If you haven't any spam filter, you can't fight with spam.You'r mail
 server opened for spam.
 
 I tested this problem With outlook 2000 and 2007.Not tested 2003.
 
  
 
 Bilgehan
 
  
 
  
 
 *From:* Bilgehan POYRAZ [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, October 10, 2008 2:15 PM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* [qmailtoaster] sending error...
 
  
 
 Hello everyone,
 
  
 
 I installed QmailToaster latest package on CentOs 5.2.
 
 Internal is mail working.WebMail is working.
 
 Bu When I want to send email from outside getting following error.
 
  
 
  
 
 And tcp.smtp is following.
 
  
 
  
 
 [EMAIL PROTECTED] tcprules.d]# more tcp.smtp
 

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/privat
e,RBLSMTPD=,NOP0FCHECK=1
 

192.168.20.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%
/private,RBLSMTPD=,NOP0FCHECK=1
 

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=100,CHKUSER_
WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var
 
 /qmail/control/domainkeys/%/private,NOP0FCHECK=1
 
  
 
 Have you any idea?
 
  
 
 Bilgehan
 


-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Horde Web Solution

2008-10-10 Thread senthil vel
Hi..

   I am in the way to install Horde Groupware Webmail Edition. But
i am facing some problems. Please help me to solve this. I am
mentoning all thing i did and what the error i got.

1. I installed qmail toaster iso (centos 4.6)

2. Downladed the Horde Groupware Webmail Edition to /usr/share/hord

3. Unziped it

4. Make a new file named as hord.conf in /etc/http/conf/

5. Added the following in that file..

IfModule mod_alias.c
Alias /testmail /usr/share/hord/horde-webmail-1.2
/IfModule
Directory /usr/share/hord/horde-webmail-1.2
   Options None
   Order allow,deny
   allow from all
/Directory

Means http://mysite/testmail should work.

6. Then i ran the configuration file

#php setup.php

Horde Groupware Webmail Edition Configuration Menu
(0) Exit
(1) Configure database settings
(2) Create database or tables
(3) Configure administrator settings
(4) Update from an older Horde Groupware Webmail Edition version


Type your choice: 1
What database backend should we use? [false]
(false) [None]
(dbase) dBase
(ibase) Firebird/InterBase
(fbsql) Frontbase
(ifx) Informix
(msql) mSQL
(mssql) MS SQL Server
(mysql) MySQL
(mysqli) MySQL (mysqli)
(oci8) Oracle
(odbc) ODBC
(pgsql) PostgreSQL
(sqlite) SQLite
(sybase) Sybase

Type your choice: mysql
Request persistent connections? [0]
(1) Yes
(0) No

Type your choice: 1

Username to connect to the database as* [] root

Password to connect with [] v2gnu-qmailtoaster
How should we connect to the database? [unix]
(unix) UNIX Sockets
(tcp) TCP/IP

Type your choice:

Location of UNIX socket [] /var/lib/mysql/mysql.sock

Database name to use* [] vpopmail

Internally used charset* [utf-8]
Split reads to a different server? [false]
(false) Disabled
(true) Enabled

Type your choice:

Writing main configuration file

PHP Notice:  Use of undefined constant DOMXML_LOAD_PARSING - assumed
'DOMXML_LOAD_PARSING' in
/usr/share/hord/horde-webmail-1.2/lib/Horde/DOM.php on line 78

Notice: Use of undefined constant DOMXML_LOAD_PARSING - assumed
'DOMXML_LOAD_PARSING' in
/usr/share/hord/horde-webmail-1.2/lib/Horde/DOM.php on line 78
PHP Fatal error:  Call to undefined function:  first_child() in
/usr/share/hord/horde-webmail-1.2/lib/Horde/Config.php on line 153

Fatal error: Call to undefined function:  first_child() in
/usr/share/hord/horde-webmail-1.2/lib/Horde/Config.php on line 153
---
Please help me to solve the problem. Or am i making any stupid error
while configuring.. Please help...







On Sun, Aug 10, 2008 at 7:33 PM, Roxanne Sandesara
[EMAIL PROTECTED] wrote:
 I have used Horde with QMT for a couple of years. It's a very nice
 application suite, with the potential to function as a web-based replacement
 for Outlook (or Exchange). The one difficulty I had with it is that unlike
 the current QMT-packaged Squirrelmail, it could not install forwards,
 filters and changes of account passwords, etc., without some non-secure FTP
 arrangements. Had I had the time, I'd have re-written the PHP for those
 particular segments to handle things differently. But I just didn't have the
 time.

 Roxanne

 On Aug 10, 2008, at 7:25 AM, Anil Aliyan wrote:

 yes i am using horde webmail since last 3 yrs. Earlier with Qmailrocks
 installation and now with QmailToaster.

 Regards,

 Anil Aliyan

 - Original Message - From: Benedict Claver [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Sunday, August 10, 2008 1:53 PM
 Subject: [qmailtoaster] Horde Web Solution


 Hi Team,
 I have a request to install HORDE to replace Squirrelmail in QmailToaster,
 has any one installed horde on qmail toaster. Please any experience is
 highly welcome.
 Benedict.




 -
QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 -
QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted