Re: [qmailtoaster] QMT on Xen? (I hope not)

2010-08-06 Thread Sysadmin
I currently run a QMT on ESXi Vmware server 4 update 1 ( the free version ), 
never had any problems at all, set it to have 4 Gb Ram and 2 cpu`s

and a second stand alone server on an HP Sever single Xeon cpu 4gb RAM

madmac

- Original Message - 
From: "Jake Vickers" 

To: 
Sent: Thursday, August 05, 2010 10:57 AM
Subject: Re: [qmailtoaster] QMT on Xen? (I hope not)



On 08/04/2010 07:40 PM, Eric Shubert wrote:

Is anyone running QMT on Xen?
I just noticed that RHEL6 will not contain Xen, in favor of KVM.


I've run it on VMware Server (1.x and 2.x) for development, and recently I 
installed it under Virtualbox on my laptop so I can work on the packages 
while away from the office.


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and 
packages.

To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: Disable SMTP

2010-08-06 Thread Eric Shubert

Amit Dalia wrote:

There is a option in vqadmin for "Disable email relay".


That's interesting. I don't even have vqadmin installed because it has 
some problems with updating things.


After a little digging, I see that the vmoddomlimits command (CLI) can 
do some interesting domain related things:

# /home/vpopmail/bin/vmoddomlimits
vmoddomlimits: usage: [options] domain
options: -v ( display the vpopmail version number )
 -d ( use the vlimits.default file, instead of domain )
 -S ( show current settings )
 -D ( delete limits for this domain, i.e. switch to default limits)
 -Q quota-in-megabytes ( set domain disk quota, '100' = 100 MB )
 -q quota-in-bytes ( set default user quota, '10M' = 10 MB )
 -M count ( set domain max msg count )
 -m count ( set default user max msg count )
 -P count ( set max amount of pop accounts )
 -A count ( set max amount of aliases )
 -F count ( set max amount of forwards )
 -R count ( set max amount of autoresponders )
 -L count ( set max amount of mailing lists )
the following options are bit flags in the gid int field
 -g "flags"  (set flags, see below)
 gid flags:
u ( set no dialup flag )
d ( set no password changing flag )
p ( set no pop access flag )
s ( set no smtp access flag )
w ( set no web mail access flag )
i ( set no imap access flag )
r ( set no external relay flag )
c ( set no spamassasssin flag )
x ( set delete spam flag )
the following options are bit flags for non postmaster admins
 -p "flags"  (set pop account flags)
 -a "flags"  (set alias flags)
 -f "flags"  (set forward flags)
 -r "flags"  (set autoresponder flags)
 -l "flags"  (set mailinglist flags)
 -u "flags"  (set mailinglist users flags)
 -o "flags"  (set mailinglist moderators flags)
 -x "flags"  (set quota flags)
 -z "flags"  (set default quota flags)
 perm flags:
a ( set deny all flag )
c ( set deny create flag )
m ( set deny modify flag )
d ( set deny delete flag )

Note, I'm sure that message quota settings don't work. This should be 
fixed when we upgrade to vpopmail 5.5.x


I suppose that turning off smtp access must be for submission, since 
inbound messages wouldn't be authenticating. I wonder if this actually 
works. Has anyone used or tested this?


This reminds me of the vmoduser command:
# ./vmoduser
vmoduser: usage: [options] email_addr or domain (for each user in domain)
options: -v ( display the vpopmail version number )
 -n ( don't rebuild the vpasswd.cdb file )
 -q quota ( set quota )
 -c comment (set the comment/gecos field )
 -e encrypted_passwd (set the password field )
 -C clear_text_passwd (set the password field )
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 )
 -o ( user is not subject to domain limits )
 -r ( disable roaming user/pop-before-smtp )
 -a ( grant qmailadmin administrator privileges )
 -S ( grant system administrator privileges - access all domains )
 -E ( grant expert privileges - edit .qmail files )
 -f ( disable spamassassin)
 -F ( delete spam)
  [The following flags aren't used directly by vpopmail but are]
  [included for other programs that share the user database.]
 -u ( set no dialup flag )
 -0 ( set V_USER0 flag )
 -1 ( set V_USER1 flag )
 -2 ( set V_USER2 flag )
 -3 ( set V_USER3 flag )

It appears that SMTP AUTH processing can be disabled on a per-user 
basis. This might be preferable to changing the passwords, provided it 
works. Once again, I know that quotas don't work (reliably). Does anyone 
know if all the other functions work? I haven't used or tested any of them.


--
-Eric 'shubes'




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaste

[qmailtoaster] Re: Disable SMTP

2010-08-06 Thread Amit Dalia
There is a option in vqadmin for "Disable email relay".
May be this can solve your problem but i'm not sure. Even eMPF is the
another option.

Regards,

Amit 

At Friday, 06-08-2010 on 18:32 Eric Shubert wrote:

Ariel wrote:
> hello list, I need to do the following
> 
> I have a Domain which has charged midominio.com 80
> accounts, now everyone can send emails, using my
> autentication smtp.
> I need only allowed to send midominio.com
> mail to one account and disable the SMTP
> rest.
> for example, that only the master account @ mydomain
> can use SMTP, the rest refused.
> 
> Thanks
> 
>
-

I'm not sure I understand precisely.
You want to keep all 80 accounts for incoming email, but allow only 1

account outbound capability? Sounds like something that eMPF rules
would 
handle.

-- 
-Eric 'shubes'

-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and
packages.

To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: DKIM test tool

2010-08-06 Thread Eric Shubert

Rob Wellard wrote:
Can any one suggest a decent test tool for dkim testing i get random 
answers from the places i have tried?


Thanks

Rob


Have you checked the wiki? I think there a couple sites listed there.
If not, I'm pretty sure there are some in the list archives.

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: Disable SMTP

2010-08-06 Thread Eric Shubert

Ariel wrote:

hello list, I need to do the following

I have a Domain which has charged midominio.com 80
accounts, now everyone can send emails, using my
autentication smtp.
I need only allowed to send midominio.com
mail to one account and disable the SMTP
rest.
for example, that only the master account @ mydomain
can use SMTP, the rest refused.

Thanks

-


I'm not sure I understand precisely.
You want to keep all 80 accounts for incoming email, but allow only 1 
account outbound capability? Sounds like something that eMPF rules would 
handle.


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] DKIM test tool

2010-08-06 Thread Rob Wellard
Can any one suggest a decent test tool for dkim testing i get random answers
from the places i have tried?

 

Thanks

 

Rob

 



[qmailtoaster] Disable SMTP

2010-08-06 Thread Ariel
hello list, I need to do the following

I have a Domain which has charged midominio.com 80
accounts, now everyone can send emails, using my
autentication smtp.
I need only allowed to send midominio.com
mail to one account and disable the SMTP
rest.
for example, that only the master account @ mydomain
can use SMTP, the rest refused.

Thanks

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] updated : [qmailtoaster] email out without "my smtp server require authentication"

2010-08-06 Thread Pak Ogah
On 06-Aug-10 17:03, Sam - SD wrote:
> sorry, only can email to internail (same domain) without authentication.
> when email to outside, just like to gmail, yahoo, will fail and get
> bounce msg: "53 sorry, that domain isn't in my list of allowed
> rcpthosts (#5.5.3 - chkuser"
> is it correct ?
> regards
>
> Sam
yap, that's the correct error came when you are not using smtp auth
sending to external domain


[qmailtoaster] updated : [qmailtoaster] email out without "my smtp server require authentication"

2010-08-06 Thread Sam - SD
sorry, only can email to internail (same domain) without authentication.
when email to outside, just like to gmail, yahoo, will fail and get bounce msg: 
"53 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - chkuser"

is it correct ?

regards

Sam


From: Sam - SD 
Sent: Friday, August 06, 2010 5:53 PM
To: qmailtoaster-list@qmailtoaster.com 
Subject: [qmailtoaster] email out without "my smtp server require 
authentication"


Dear All,

Currently i just installed the qmail server, and how come there is no 
authentication needed.

even I "tick" "untick" the box on outlook, "my outgoing server (SMTP) require 
authentication", i can email out.
and even using the wrong password.

that is mean open relay, right ?

how to fix.

regards

Sam

[qmailtoaster] email out without "my smtp server require authentication"

2010-08-06 Thread Sam - SD
Dear All,

Currently i just installed the qmail server, and how come there is no 
authentication needed.

even I "tick" "untick" the box on outlook, "my outgoing server (SMTP) require 
authentication", i can email out.
and even using the wrong password.

that is mean open relay, right ?

how to fix.

regards

Sam