Re: [qmailtoaster] Re: Problem with Mail list management and Qmailtoaster

2010-10-12 Thread Jake Vickers

 On 10/11/2010 05:53 PM, Michael King wrote:

Eric
Eureka!!!
By changing the value in the .qmail-default file from
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
To
| /home/vpopmail/bin/vdelivermail '' delete
The problem was solved.
It looks like the chkuser logic will only allow ezmlm messages through 
if messages are to be deleted.
My guess is that the qmail logic doesn't properly handle the 
extensions and since its told to bounce invalid users it does so 
during the initial handshake.
Removing the bounce-no-mailbox means the system will let it through 
and vpopmail has to sort it out.
Probably an error in the chkuser code in that it doesn't check -xxx 
extensions properly.
Again thanks -- you are lifesaver.  Now off to load all the old 
postings and email addresses.




This needs some more investigation - it does indeed work with 
bounce-no-mailbox. It's what this mailing list's server uses :)




Re: [qmailtoaster] After backup restoration web based email sending went slow

2010-10-12 Thread Jake Vickers

 On 10/11/2010 10:31 AM, Sandeil Tenebro wrote:

Hi Jake,

It seems all the restored users are slow. I forget to mention that the source 
OS is centos 4 then the destination OS is centos 5. Also the toaster's version 
of the source server is lower as to compared with the destination server. Maybe 
this is one of the cause.


Slow when browsing old mail, or new? To test you would need to have an 
account that has no mail in it, and then check it.
Squirrelmail slowness is usually caused by ownership/permission issues 
on the mailstore's files and/or folders.



-
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] After backup restoration web based email sending went slow

2010-10-12 Thread Sandeil Tenebro
Hi Jake,

The slowness is when sending an email. When testing the send/receive from 
destination server no issues were seen. It can send/receive fast via 
squirrelmail. But when the source server's backup is restored then sending is 
too slow. 

I will also check the ownership and permission on squirrelmail.

Can you please post the proper ownership and permission?

Please advice.

Thank you,
Sandeil 

--- On Tue, 10/12/10, Jake Vickers j...@qmailtoaster.com wrote:

From: Jake Vickers j...@qmailtoaster.com
Subject: Re: [qmailtoaster] After backup restoration web based email sending 
went slow
To: qmailtoaster-list@qmailtoaster.com
Date: Tuesday, 12 October, 2010, 6:30 AM

 On 10/11/2010 10:31 AM, Sandeil Tenebro wrote:
 Hi Jake,
 
 It seems all the restored users are slow. I forget to mention that the source 
 OS is centos 4 then the destination OS is centos 5. Also the toaster's 
 version of the source server is lower as to compared with the destination 
 server. Maybe this is one of the cause.

Slow when browsing old mail, or new? To test you would need to have an account 
that has no mail in it, and then check it.
Squirrelmail slowness is usually caused by ownership/permission issues on the 
mailstore's files and/or folders.


-
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] Re: Problem with Mail list management and Qmailtoaster

2010-10-12 Thread Michael King
Jake

Looking at the settings for chkuser it has a hard-coded value of 
bounce-no-mailbox (actually a #define of CHKUSER_BOUNCE_STRING).  This string 
must be in the first 1024 characters of the .qmail mailbox.

Perhaps yours is farther down?

Regards
Mike

  - Original Message - 
  From: Jake Vickers 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Tuesday, October 12, 2010 2:24 AM
  Subject: Re: [qmailtoaster] Re: Problem with Mail list management and 
Qmailtoaster


  On 10/11/2010 05:53 PM, Michael King wrote: 
Eric

Eureka!!!

By changing the value in the .qmail-default file from
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
To
| /home/vpopmail/bin/vdelivermail '' delete

The problem was solved. 
It looks like the chkuser logic will only allow ezmlm messages through if 
messages are to be deleted. 

My guess is that the qmail logic doesn't properly handle the extensions and 
since its told to bounce invalid users it does so during the initial handshake. 
Removing the bounce-no-mailbox means the system will let it through and 
vpopmail has to sort it out.

Probably an error in the chkuser code in that it doesn't check -xxx 
extensions properly.

Again thanks -- you are lifesaver.  Now off to load all the old postings 
and email addresses.



  This needs some more investigation - it does indeed work with 
bounce-no-mailbox. It's what this mailing list's server uses :)



Re: [qmailtoaster] Re: Problem with Mail list management and Qmailtoaster

2010-10-12 Thread Jake Vickers

 On 10/12/2010 08:52 AM, Michael King wrote:

Jake
Looking at the settings for chkuser it has a hard-coded value of 
bounce-no-mailbox (actually a #define of CHKUSER_BOUNCE_STRING).  This 
string must be in the first 1024 characters of the .qmail mailbox.

Perhaps yours is farther down?



Nope. Stock file:
# cat /home/vpopmail/domains/qmailtoaster.com/.qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

I am running qmail-toaster-1.03-1.3.18 versus the current of 1.03-1.3.20.
I'll look at the changes in the spec file tonight to see what has been 
changed in those two versions - I do not recall making a change to 
chkuser settings, but that doesn't mean I haven't forgotten :)




[qmailtoaster] Re: Problem with Mail list management and Qmailtoaster

2010-10-12 Thread Eric Shubert

On 10/12/2010 06:19 AM, Jake Vickers wrote:

  On 10/12/2010 08:52 AM, Michael King wrote:

Jake
Looking at the settings for chkuser it has a hard-coded value of
bounce-no-mailbox (actually a #define of CHKUSER_BOUNCE_STRING).  This
string must be in the first 1024 characters of the .qmail mailbox.
Perhaps yours is farther down?



Nope. Stock file:
# cat /home/vpopmail/domains/qmailtoaster.com/.qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

I am running qmail-toaster-1.03-1.3.18 versus the current of 1.03-1.3.20.
I'll look at the changes in the spec file tonight to see what has been
changed in those two versions - I do not recall making a change to
chkuser settings, but that doesn't mean I haven't forgotten :)



Hey Tonix, are you here? Can you shed some light on this?

--
-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




Re: [qmailtoaster] Re: Problem with Mail list management and Qmailtoaster

2010-10-12 Thread Jake Vickers

 On 10/12/2010 10:58 AM, Eric Shubert wrote:

On 10/12/2010 06:19 AM, Jake Vickers wrote:

  On 10/12/2010 08:52 AM, Michael King wrote:

Jake
Looking at the settings for chkuser it has a hard-coded value of
bounce-no-mailbox (actually a #define of CHKUSER_BOUNCE_STRING).  This
string must be in the first 1024 characters of the .qmail mailbox.
Perhaps yours is farther down?



Nope. Stock file:
# cat /home/vpopmail/domains/qmailtoaster.com/.qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

I am running qmail-toaster-1.03-1.3.18 versus the current of 
1.03-1.3.20.

I'll look at the changes in the spec file tonight to see what has been
changed in those two versions - I do not recall making a change to
chkuser settings, but that doesn't mean I haven't forgotten :)



Hey Tonix, are you here? Can you shed some light on this?



The chkuser version did not change between these qmail-toaster versions, 
so it will be a patch change at some point in there. I do not recall 
what changes were made (I'll check this evening) but the only thing I 
think may have been changed were the illegal characters definitions.
If someone wants to help they could VM the old version and try the 
scenario, and then upgrade to the new version and test again. I 
speculate it will work in the old version and not the new version.



-
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: After backup restoration web based email sending went slow

2010-10-12 Thread Eric Shubert

# chown -R vpopmail:vchkpw /home/vpopmail

I don't see how that would cause slowness though. Failure perhaps, but 
not sluggishness.


At which point is there slowness when sending from SM? Is it slow to 
respond back to the web page as being 'sent', or slow to be delivered to 
the destination server?


Are there large 'sent' folders involved?

--
-Eric 'shubes'

On 10/12/2010 01:13 AM, Sandeil Tenebro wrote:

Hi Jake,

The slowness is when sending an email. When testing the send/receive
from destination server no issues were seen. It can send/receive fast
via squirrelmail. But when the source server's backup is restored then
sending is too slow.

I will also check the ownership and permission on squirrelmail.

Can you please post the proper ownership and permission?

Please advice.

Thank you,
Sandeil

--- On *Tue, 10/12/10, Jake Vickers /j...@qmailtoaster.com/* wrote:


From: Jake Vickers j...@qmailtoaster.com
Subject: Re: [qmailtoaster] After backup restoration web based email
sending went slow
To: qmailtoaster-list@qmailtoaster.com
Date: Tuesday, 12 October, 2010, 6:30 AM

On 10/11/2010 10:31 AM, Sandeil Tenebro wrote:
  Hi Jake,
 
  It seems all the restored users are slow. I forget to mention
that the source OS is centos 4 then the destination OS is centos 5.
Also the toaster's version of the source server is lower as to
compared with the destination server. Maybe this is one of the cause.

Slow when browsing old mail, or new? To test you would need to have
an account that has no mail in it, and then check it.
Squirrelmail slowness is usually caused by ownership/permission
issues on the mailstore's files and/or folders.



-
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
/mc/compose?to=qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com
/mc/compose?to=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] qmail logfile archiving

2010-10-12 Thread PJF
Hi,

I need to keep at least 1 month of all mail logs, everything that logs via:

/var/qmail/supervise/*/log

I'm hoping I can use something like logrotate to rotate out logfiles, or
have the same functionality of rotated out logs...

Looking at the log/run files I see it reads some settings for multilog from:

LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`

Should I just up the logsize? I've got plenty of disk space.

I'm going over the miltilog man page and it is not obvious to me what the
most efficient way of accomplishing this is :)

Any suggestions or a point in the right direction would be appreciated.

Thanks in advance.

--
PJF


-
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] qmail logfile archiving

2010-10-12 Thread Martin Waschbüsch
Hi there,

the two values are just variables used to do this:

The s command is used to specify the maximum size of each file before it gets 
renamed, and the n command to specify the maximum number of old log files 
which may exist before they are deleted. For example...

multilog t n16 s1048576 ./main

This allows each file to grow up to 1MB (1048576 bytes) and allows up to 16 
files to exist before the oldest files are deleted.

So, the way you currently have it, you could have 'logcount' files of a 
'logsize' file size before overwriting old log data,

Your main problem is going to be that neither of these values has anything 
whatsoever to do with timestamps - how far your log reaches into the past 
totally depends on the amount of data logged. You could try setting logcount to 
something *really* large, though and then periodically delete all log files 
older than the desired amount of time logged...

like: find /path/to/files* -mtime +30 -delete

Martin

--
Martin Waschbüsch
IT-Dienstleistungen
Lautensackstr. 16
80687 München

Telefon: +49 89 57005708
Fax: +49 89 57868023
Mobil: +49 170 2189794
mar...@waschbuesch.de
http://martin.waschbuesch.de

Am 12.10.2010 um 18:44 schrieb PJF:

 Hi,
 
 I need to keep at least 1 month of all mail logs, everything that logs via:
 
 /var/qmail/supervise/*/log
 
 I'm hoping I can use something like logrotate to rotate out logfiles, or
 have the same functionality of rotated out logs...
 
 Looking at the log/run files I see it reads some settings for multilog from:
 
 LOGSIZE=`cat /var/qmail/control/logsize`
 LOGCOUNT=`cat /var/qmail/control/logcount`
 
 Should I just up the logsize? I've got plenty of disk space.
 
 I'm going over the miltilog man page and it is not obvious to me what the
 most efficient way of accomplishing this is :)
 
 Any suggestions or a point in the right direction would be appreciated.
 
 Thanks in advance.
 
 --
 PJF
 
 
 -
 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: qmail logfile archiving

2010-10-12 Thread Eric Shubert

On 10/12/2010 09:44 AM, PJF wrote:

Hi,

I need to keep at least 1 month of all mail logs, everything that logs via:

/var/qmail/supervise/*/log

I'm hoping I can use something like logrotate to rotate out logfiles, or
have the same functionality of rotated out logs...

Looking at the log/run files I see it reads some settings for multilog from:

LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`

Should I just up the logsize? I've got plenty of disk space.

I'm going over the miltilog man page and it is not obvious to me what the
most efficient way of accomplishing this is :)
Any suggestions or a point in the right direction would be appreciated.

Thanks in advance.

--
PJF


-


There's no easy/stock way to do this specifically by month/time, only 
size and number. I don't think I'd mess much with logsize, but logcount 
is fair game.


One option is to increase the logcount value so that you have at least 
one months worth of data in each log. I think the smtp log is the most 
verbose, so if you have a large enough value for that, you should be 
covered. Since you have plenty of space, you could increase logcount to 
9, then see after a month how many you have, and adjust logcount 
accordingly.


If you want tighter control than that, you could set logcount to 9, 
and write s script to delete the logs that are older than whatever 
period of time you like.


--
-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




RE: [qmailtoaster] qmail logfile archiving

2010-10-12 Thread PJF
Martin,

Actually - that will work just fine, thanks for the clarification.

I've upped it to 100MB and will have it clean them out once a month.

Thanks!

--
PJF

 -Original Message-
 From: Martin Waschbüsch [mailto:mar...@waschbuesch.de]
 Sent: Tuesday, October 12, 2010 10:01 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] qmail logfile archiving
 
 Hi there,
 
 the two values are just variables used to do this:
 
 The s command is used to specify the maximum size of each file before
 it gets renamed, and the n command to specify the maximum number of
 old log files which may exist before they are deleted. For example...
 
 multilog t n16 s1048576 ./main
 
 This allows each file to grow up to 1MB (1048576 bytes) and allows up
 to 16 files to exist before the oldest files are deleted.
 
 So, the way you currently have it, you could have 'logcount' files of a
 'logsize' file size before overwriting old log data,
 
 Your main problem is going to be that neither of these values has
 anything whatsoever to do with timestamps - how far your log reaches
 into the past totally depends on the amount of data logged. You could
 try setting logcount to something *really* large, though and then
 periodically delete all log files older than the desired amount of time
 logged...
 
 like: find /path/to/files* -mtime +30 -delete
 
 Martin
 
 --
 Martin Waschbüsch
 IT-Dienstleistungen
 Lautensackstr. 16
 80687 München
 
 Telefon: +49 89 57005708
 Fax: +49 89 57868023
 Mobil: +49 170 2189794
 mar...@waschbuesch.de
 http://martin.waschbuesch.de
 
 Am 12.10.2010 um 18:44 schrieb PJF:
 
  Hi,
 
  I need to keep at least 1 month of all mail logs, everything that
 logs via:
 
  /var/qmail/supervise/*/log
 
  I'm hoping I can use something like logrotate to rotate out logfiles,
 or
  have the same functionality of rotated out logs...
 
  Looking at the log/run files I see it reads some settings for
 multilog from:
 
  LOGSIZE=`cat /var/qmail/control/logsize`
  LOGCOUNT=`cat /var/qmail/control/logcount`
 
  Should I just up the logsize? I've got plenty of disk space.
 
  I'm going over the miltilog man page and it is not obvious to me what
 the
  most efficient way of accomplishing this is :)
 
  Any suggestions or a point in the right direction would be
 appreciated.
 
  Thanks in advance.
 
  --
  PJF
 
 
  -
 
  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 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] Sendmail MeToo equivalanet for qmail?

2010-10-12 Thread Rob


Does anyone know if qmail has a MeToo equivalent like in Sendmail?  
Essentially want to include sender in expanded aliases.


Thanks

--
Rob Ayer

-
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: Sendmail MeToo equivalanet for qmail?

2010-10-12 Thread Eric Shubert

On 10/12/2010 11:30 AM, Rob wrote:


Does anyone know if qmail has a MeToo equivalent like in Sendmail?
Essentially want to include sender in expanded aliases.

Thanks



Not that I'm aware of.
Will ezmlm fit the bill (instead of using aliases)?

--
-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




Re: [qmailtoaster] Re: Sendmail MeToo equivalanet for qmail?

2010-10-12 Thread Rob



Does anyone know if qmail has a MeToo equivalent like in Sendmail?
Essentially want to include sender in expanded aliases.


Not that I'm aware of.
Will ezmlm fit the bill (instead of using aliases)?


Probably not - using vpopmail and liking it. This is just a recurring  
request from users. Assume I can use procmail, filter the messages and  
expand the recipients and send to each (including sender). Kind of a hack  
for a simple feature though.


Thanks

--
Rob Ayer

-
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: Sendmail MeToo equivalanet for qmail?

2010-10-12 Thread Eric Shubert

On 10/12/2010 12:04 PM, Rob wrote:



Does anyone know if qmail has a MeToo equivalent like in Sendmail?
Essentially want to include sender in expanded aliases.


Not that I'm aware of.
Will ezmlm fit the bill (instead of using aliases)?


Probably not - using vpopmail and liking it.


ezmlm is perfectly compatible with vpopmail. It wouldn't be packaged 
with QMT if it wasn't. ezmlm has the sort of features I think you're 
trying to accomplish with aliases, and then some.



This is just a recurring
request from users. Assume I can use procmail, filter the messages and
expand the recipients and send to each (including sender). Kind of a
hack for a simple feature though.

Thanks



Have you tried having the users include their own address along with the 
alias address when they send a message? IOW, have 2 To: entries, one for 
the alias/list and another for their own. I think that'd work.


Are there any users who would prefer not to get a copy of messages they 
send to the alias?


--
-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




Re: [qmailtoaster] Re: barracuda rbl

2010-10-12 Thread South Computers

Spamdyke definitely looks interesting, it's now on my to-do list.

In the meantime however, I discovered the solution to my immediate 
problem, in case anyone else is having the same issue.


To give credit, I found it here: 
gossamer-threads.com/lists/qmail/users/137702


From gossamer threads list:


If, like me, you noticed that your b.barracudacentral.org based rblsmtpd
blacklisting is not working anymore, you can try to replace the :
-r b.barracudacentral.org
part by :
-r b.barracudacentral.org:IP_%IP%_blacklisted_by_barracudacentral.org
in your qmail-smtpd/run file. It may solve the issue (it did here).

Other lists like for example zen.spamhaus.org are fine, because they are
still setting a TXT record for listed IP's, but it is not the case
(anymore) for the barracuda RBL.

You will probably need a patched rblsmptd version for that (with
ucspi-rss.patch or ucspi-rss2.patch from
qmail.jms1.net/ucspi-tcp/ ) 


And it worked for me to.

Cheers!
Scott





Pablo Gonzalez wrote:

Great!! Excelent!!
Thanks very much Eric!

Pablo González A.

On 6 October 2010 10:37, Eric Shuberte...@shubes.net  wrote:
   

Brent Gardner wrote:
 

Eric Shubert wrote:
   

Brent, where'd you pick it up?
I need to get this included with QTP.
 

Sorry, I was offline all weekend.

Here's a link to the script:

http://pastebin.com/7Ey3ufcX


I found the original on the spamdyke-users mailing list and fixed the
section that is supposed to process Qmail logs.


Brent Gardner
   

Thanks Brent. I'll try to keep better track of it this time. ;)

--
-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 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




Re: [qmailtoaster] Re: After backup restoration web based email sending went slow

2010-10-12 Thread Sandeil Tenebro
Hi Eric,

I forgot to mention that php is upgraded to 5.2 before even installing the 
toaster. We used atomic repository for this.

Yes, sending email is slow. I  observed that at the lower left it said waiting 
for domain.com this takes a while. I thought there is an issue with domain 
but when I did an nslookup and dig to other domain the server can easily 
resolve them.

The slowness of sending email is also true when using an email client.

I'm now wondering on what may cause this. I am now thinking in doing the steps 
again but will not upgrade php to a higher version. Then re-test the issue.

For now we will try to change the ownership of vpopmail directory recursively 
as suggested.

We will report back with the results.

Thank you,
Sandeil 

--- On Tue, 10/12/10, Eric Shubert e...@shubes.net wrote:

From: Eric Shubert e...@shubes.net
Subject: [qmailtoaster] Re: After backup restoration web based email sending 
went slow
To: qmailtoaster-list@qmailtoaster.com
Date: Tuesday, 12 October, 2010, 3:06 PM

# chown -R vpopmail:vchkpw /home/vpopmail

I don't see how that would cause slowness though. Failure perhaps, but 
not sluggishness.

At which point is there slowness when sending from SM? Is it slow to 
respond back to the web page as being 'sent', or slow to be delivered to 
the destination server?

Are there large 'sent' folders involved?

-- 
-Eric 'shubes'

On 10/12/2010 01:13 AM, Sandeil Tenebro wrote:
 Hi Jake,

 The slowness is when sending an email. When testing the send/receive
 from destination server no issues were seen. It can send/receive fast
 via squirrelmail. But when the source server's backup is restored then
 sending is too slow.

 I will also check the ownership and permission on squirrelmail.

 Can you please post the proper ownership and permission?

 Please advice.

 Thank you,
 Sandeil

 --- On *Tue, 10/12/10, Jake Vickers /j...@qmailtoaster.com/* wrote:


     From: Jake Vickers j...@qmailtoaster.com
     Subject: Re: [qmailtoaster] After backup restoration web based email
     sending went slow
     To: qmailtoaster-list@qmailtoaster.com
     Date: Tuesday, 12 October, 2010, 6:30 AM

     On 10/11/2010 10:31 AM, Sandeil Tenebro wrote:
       Hi Jake,
      
       It seems all the restored users are slow. I forget to mention
     that the source OS is centos 4 then the destination OS is centos 5.
     Also the toaster's version of the source server is lower as to
     compared with the destination server. Maybe this is one of the cause.

     Slow when browsing old mail, or new? To test you would need to have
     an account that has no mail in it, and then check it.
     Squirrelmail slowness is usually caused by ownership/permission
     issues on the mailstore's files and/or folders.


     
-
     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
     /mc/compose?to=qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail:
     qmailtoaster-list-h...@qmailtoaster.com
     /mc/compose?to=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






Re: [qmailtoaster] Re: After backup restoration web based email sending went slow

2010-10-12 Thread Joselito Tapangan
Jake,

  The issue Is it slow to respond back to the web page as being 'sent' .

Respectfully Yours,

Joselito E. Tapangan
Network Administrator
Booom!! Interactive, Inc.
2F Tulips Center Bldg.
A.S. Fortuna St.
Mandaue City, Cebu
Philippines, 6014.


On Tue, Oct 12, 2010 at 11:06 PM, Eric Shubert e...@shubes.net wrote:

 # chown -R vpopmail:vchkpw /home/vpopmail

 I don't see how that would cause slowness though. Failure perhaps, but not
 sluggishness.

 At which point is there slowness when sending from SM? Is it slow to
 respond back to the web page as being 'sent', or slow to be delivered to the
 destination server?

 Are there large 'sent' folders involved?

 --
 -Eric 'shubes'


 On 10/12/2010 01:13 AM, Sandeil Tenebro wrote:

 Hi Jake,

 The slowness is when sending an email. When testing the send/receive
 from destination server no issues were seen. It can send/receive fast
 via squirrelmail. But when the source server's backup is restored then
 sending is too slow.

 I will also check the ownership and permission on squirrelmail.

 Can you please post the proper ownership and permission?

 Please advice.

 Thank you,
 Sandeil

 --- On *Tue, 10/12/10, Jake Vickers /j...@qmailtoaster.com/* wrote:


From: Jake Vickers j...@qmailtoaster.com
Subject: Re: [qmailtoaster] After backup restoration web based email
sending went slow
To: qmailtoaster-list@qmailtoaster.com
Date: Tuesday, 12 October, 2010, 6:30 AM

On 10/11/2010 10:31 AM, Sandeil Tenebro wrote:
  Hi Jake,
 
  It seems all the restored users are slow. I forget to mention
that the source OS is centos 4 then the destination OS is centos 5.
Also the toaster's version of the source server is lower as to
compared with the destination server. Maybe this is one of the cause.

Slow when browsing old mail, or new? To test you would need to have
an account that has no mail in it, and then check it.
Squirrelmail slowness is usually caused by ownership/permission
issues on the mailstore's files and/or folders.



  
 -
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
/mc/compose?to=qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com
/mc/compose?to=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] Set Up for the New qmail-toaster

2010-10-12 Thread Joselito Tapangan
Hi List,

We decide to re-install SQ since our problem in sending email slow
were hard to resolve. But in this manner we will not upgrade the php and
mysql. We will use the default of the of the squirrelmail packages. We will
observe if the problem still the same.

My question is this:

During installation or setup of qmail-toaster, I will use a private
email address. can we deploy it by changing it to public ip address?

Example: Installation/Setup process I will use  172.16.1.23 --
private ip address
   Deploying the qmail-toaster  I will use 125.61.6.24
-- public ip address

Can we do that? If yes, How do we change the private ip address  to
public ip address in qmail-toaster?


Respectfully Yours,

Joselito E. Tapangan
Network Administrator
Booom!! Interactive, Inc.
2F Tulips Center Bldg.
A.S. Fortuna St.
Mandaue City, Cebu
Philippines, 6014.


RE: [qmailtoaster] Set Up for the New qmail-toaster

2010-10-12 Thread Patrick Ring
I believe you'll need to edit and rerun the firewall.sh script when
you change the IP.

 



From: Joselito Tapangan [mailto:joselitotapan...@gmail.com] 
Sent: Tuesday, October 12, 2010 9:30 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Set Up for the New qmail-toaster

 

Hi List,

We decide to re-install SQ since our problem in sending email slow
were hard to resolve. But in this manner we will not upgrade the php and
mysql. We will use the default of the of the squirrelmail packages. We
will observe if the problem still the same.

My question is this:

During installation or setup of qmail-toaster, I will use a private
email address. can we deploy it by changing it to public ip address?

Example: Installation/Setup process I will use  172.16.1.23
-- private ip address
   Deploying the qmail-toaster  I will use
125.61.6.24 -- public ip address

Can we do that? If yes, How do we change the private ip address  to
public ip address in qmail-toaster?


Respectfully Yours,

Joselito E. Tapangan
Network Administrator
Booom!! Interactive, Inc.
2F Tulips Center Bldg.
A.S. Fortuna St.
Mandaue City, Cebu
Philippines, 6014.



Re: [qmailtoaster] Set Up for the New qmail-toaster

2010-10-12 Thread Joselito Tapangan
Hi Patrick,

I forgot to inform you guys that the firewall is already okey.. ports is
already opened such as smpt, web, pop, imap.. Do I have any other
configuration to change the private ip address to public ip address?

Respectfully Yours,

Joselito E. Tapangan
Network Administrator
Booom!! Interactive, Inc.
2F Tulips Center Bldg.
A.S. Fortuna St.
Mandaue City, Cebu
Philippines, 6014.


On Wed, Oct 13, 2010 at 7:19 AM, Patrick Ring pr...@pringtech.net wrote:

  I believe you’ll need to edit and rerun the “firewall.sh” script when you
 change the IP.


  --

 *From:* Joselito Tapangan [mailto:joselitotapan...@gmail.com]
 *Sent:* Tuesday, October 12, 2010 9:30 PM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* [qmailtoaster] Set Up for the New qmail-toaster



 Hi List,

 We decide to re-install SQ since our problem in sending email slow
 were hard to resolve. But in this manner we will not upgrade the php and
 mysql. We will use the default of the of the squirrelmail packages. We will
 observe if the problem still the same.

 My question is this:

 During installation or setup of qmail-toaster, I will use a private
 email address. can we deploy it by changing it to public ip address?

 Example: Installation/Setup process I will use  172.16.1.23 --
 private ip address
Deploying the qmail-toaster  I will use
 125.61.6.24 -- public ip address

 Can we do that? If yes, How do we change the private ip address  to
 public ip address in qmail-toaster?


 Respectfully Yours,

 Joselito E. Tapangan
 Network Administrator
 Booom!! Interactive, Inc.
 2F Tulips Center Bldg.
 A.S. Fortuna St.
 Mandaue City, Cebu
 Philippines, 6014.