Re: [qmailtoaster] Re: CentOS 5.6

2011-04-16 Thread Maxwell Smart




Scott Hughes wrote:

  Eric,

I am running 5.6 on my production server and have seen no issues.

Scott



On Apr 16, 2011, at 12:38 PM, Eric Shubert  wrote:

  
  
Anyone else running a live QMT on 5.6 yet?
I'm about take the plunge in production.
-- 
-Eric 'shubes'

On 04/11/2011 01:25 PM, Joel Eddy wrote:


  Well I just took a leap of faith and upgraded and all is well.

WHEW.

qtp-whatami v0.3.7 Mon Apr 11 15:23:55 CDT 2011
DISTRO=CentOS
OSVER=5.6
QTARCH=x86_64
QTKERN=2.6.18-238.5.1.el5
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Joel


-
  



-
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


  

I am running it too with no issues.

CJ

-- 
Cecil Yother, Jr. "cj"
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787
http://yother.com
Check out the new Volvo classified resource http://www.volvoclassified.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: Mailing List Question

2011-04-16 Thread Eric Shubert

Grin.

On 04/16/2011 03:28 PM, Scott Hughes wrote:

I hope it made his, too.

Scott


On 4/16/11 5:06 PM, Michael J. Colvin wrote:


LOL! That made my day!

Mike

*From:*Scott Hughes [mailto:sonicscott9...@gmail.com]
*Sent:* Saturday, April 16, 2011 2:04 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Re: Mailing List Question

Just so Eric won't have to ask me (har har har):

http://wiki.qmailtoaster.com/index.php/How_to_set_up_a_mail_list_so_that_you_can_email_ALL_of_your_domains_at_one_time

Thanks,
Scott


On 4/16/11 3:49 PM, Scott Hughes wrote:

On 4/16/11 1:55 PM, Pak Ogah wrote:

On 04/17/11 0:16, Michael J. Colvin wrote:

I'm sorry... I've never used the mailing list functions, so I'm not a lot
of help and am probably asking stupid questions

How is the mailing list "Stored"? Flat file, cdb, MySQL? How does
qmailadmin delete it? IE, can you take code from qmailadmin and reuse it?
Or, maybe even call it from command line? (I know qmailadmin is gui, but
I've hardly every used it...)

Mike

cmiiw
this will forcefully deleted the subscriber from ezmlm-list
# cd /home/vpopmail/domains/domain.com/listname/subscribers/
# rm -rf *

Yep. That worked. Thanks Pak! Here is the updated script if anyone
would like to use it.

#!/bin/sh

# 06/15/2010 - Scott Hughes 

# Initial creation of script to create an import text file of all
# users on system and then import it into an already created
# ezmlm mailing list.
#
# 04/16/2011 - Scott Hughes 

# Added the complete removal of list subscribers before list
# generation to take care of deleted accounts. Thanks to Pak Ogah
# for the idea.

echo "All user mailing list generation..."

# Deleting current subscribers from mailing list
rm -f /home/vpopmail/domains///*

# Generate mailing list import file
#/home/vpopmail/bin/vpopbull -n -V > ~/alluserslist.txt

# Import List into ezmlm mailing list
~vpopmail/bin/vpopbull -n -V | ezmlm-sub ~vpopmail/domains//

exit 0


Thanks,
Scott


-

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





--
-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: Mailing List Question

2011-04-16 Thread Scott Hughes

I hope it made his, too.

Scott


On 4/16/11 5:06 PM, Michael J. Colvin wrote:


LOL!   That made my day!

Mike

*From:*Scott Hughes [mailto:sonicscott9...@gmail.com]
*Sent:* Saturday, April 16, 2011 2:04 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Re: Mailing List Question

Just so Eric won't have to ask me (har har har):

http://wiki.qmailtoaster.com/index.php/How_to_set_up_a_mail_list_so_that_you_can_email_ALL_of_your_domains_at_one_time

Thanks,
Scott


On 4/16/11 3:49 PM, Scott Hughes wrote:

On 4/16/11 1:55 PM, Pak Ogah wrote:

On 04/17/11 0:16, Michael J. Colvin wrote:

I'm sorry...  I've never used the mailing list functions, so I'm not a 
lot

of help and am probably asking stupid questions

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does
qmailadmin delete it?  IE, can you take code from qmailadmin and reuse 
it?

Or, maybe even call it from command line? (I know qmailadmin is gui, but
I've hardly every used it...)

Mike

cmiiw
this will forcefully deleted the subscriber from ezmlm-list
# cd /home/vpopmail/domains/domain.com/listname/subscribers/
# rm -rf *

Yep. That worked. Thanks Pak!  Here is the updated script if anyone 
would like to use it.


#!/bin/sh

 # 06/15/2010 - Scott Hughes  


 # Initial creation of script to create an import text file of all
 # users on system and then import it into an already created
 # ezmlm mailing list.
 #
 # 04/16/2011 - Scott Hughes  


 # Added the complete removal of list subscribers before list
 # generation to take care of deleted accounts. Thanks to Pak Ogah
 # for the idea.

 echo "All user mailing list generation..."

 # Deleting current subscribers from mailing list
 rm -f /home/vpopmail/domains///*

 # Generate mailing list import file
 #/home/vpopmail/bin/vpopbull -n -V > ~/alluserslist.txt

 # Import List into ezmlm mailing list
 ~vpopmail/bin/vpopbull -n -V | ezmlm-sub ~vpopmail/domains/name>/


exit 0


Thanks,
Scott


- 

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: Mailing List Question

2011-04-16 Thread Michael J. Colvin
LOL!   That made my day!

 

Mike

 

From: Scott Hughes [mailto:sonicscott9...@gmail.com] 
Sent: Saturday, April 16, 2011 2:04 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Mailing List Question

 

Just so Eric won't have to ask me (har har har):

http://wiki.qmailtoaster.com/index.php/How_to_set_up_a_mail_list_so_that_you
_can_email_ALL_of_your_domains_at_one_time

Thanks,
Scott


On 4/16/11 3:49 PM, Scott Hughes wrote: 

On 4/16/11 1:55 PM, Pak Ogah wrote: 



On 04/17/11 0:16, Michael J. Colvin wrote: 



I'm sorry...  I've never used the mailing list functions, so I'm not a lot 
of help and am probably asking stupid questions 

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does 
qmailadmin delete it?  IE, can you take code from qmailadmin and reuse it? 
Or, maybe even call it from command line? (I know qmailadmin is gui, but 
I've hardly every used it...) 

Mike 

cmiiw 
this will forcefully deleted the subscriber from ezmlm-list 
# cd /home/vpopmail/domains/domain.com/listname/subscribers/ 
# rm -rf * 

Yep. That worked. Thanks Pak!  Here is the updated script if anyone would
like to use it. 

#!/bin/sh 

 # 06/15/2010 - Scott Hughes  
 
 # Initial creation of script to create an import text file of all 
 # users on system and then import it into an already created 
 # ezmlm mailing list. 
 # 
 # 04/16/2011 - Scott Hughes  
 
 # Added the complete removal of list subscribers before list 
 # generation to take care of deleted accounts. Thanks to Pak Ogah 
 # for the idea. 

 echo "All user mailing list generation..." 

 # Deleting current subscribers from mailing list 
 rm -f /home/vpopmail/domains///* 

 # Generate mailing list import file 
 #/home/vpopmail/bin/vpopbull -n -V > ~/alluserslist.txt 

 # Import List into ezmlm mailing list 
 ~vpopmail/bin/vpopbull -n -V | ezmlm-sub ~vpopmail/domains// 

exit 0 


Thanks, 
Scott 



- 
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] Notice of updated wiki page

2011-04-16 Thread Scott Hughes
I have added the service that will check and report on your 
DKIM/DomainKeys/SPF,etc settings:


http://wiki.qmailtoaster.com/index.php/How_to_Setup_DKIM_with_Qmail_Toaster

Thanks,
Scott



Re: [qmailtoaster] Re: Mailing List Question

2011-04-16 Thread Scott Hughes

Just so Eric won't have to ask me (har har har):

http://wiki.qmailtoaster.com/index.php/How_to_set_up_a_mail_list_so_that_you_can_email_ALL_of_your_domains_at_one_time

Thanks,
Scott


On 4/16/11 3:49 PM, Scott Hughes wrote:

On 4/16/11 1:55 PM, Pak Ogah wrote:

On 04/17/11 0:16, Michael J. Colvin wrote:
I'm sorry...  I've never used the mailing list functions, so I'm not 
a lot

of help and am probably asking stupid questions

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does
qmailadmin delete it?  IE, can you take code from qmailadmin and 
reuse it?
Or, maybe even call it from command line? (I know qmailadmin is gui, 
but

I've hardly every used it...)

Mike

cmiiw
this will forcefully deleted the subscriber from ezmlm-list
# cd /home/vpopmail/domains/domain.com/listname/subscribers/
# rm -rf *
Yep. That worked. Thanks Pak!  Here is the updated script if anyone 
would like to use it.


#!/bin/sh

 # 06/15/2010 - Scott Hughes 
 # Initial creation of script to create an import text file of all
 # users on system and then import it into an already created
 # ezmlm mailing list.
 #
 # 04/16/2011 - Scott Hughes 
 # Added the complete removal of list subscribers before list
 # generation to take care of deleted accounts. Thanks to Pak Ogah
 # for the idea.

 echo "All user mailing list generation..."

 # Deleting current subscribers from mailing list
 rm -f /home/vpopmail/domains///*

 # Generate mailing list import file
 #/home/vpopmail/bin/vpopbull -n -V > ~/alluserslist.txt

 # Import List into ezmlm mailing list
 ~vpopmail/bin/vpopbull -n -V | ezmlm-sub ~vpopmail/domains/name>/


exit 0


Thanks,
Scott


- 

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: Mailing List Question

2011-04-16 Thread Scott Hughes

On 4/16/11 1:55 PM, Pak Ogah wrote:

On 04/17/11 0:16, Michael J. Colvin wrote:
I'm sorry...  I've never used the mailing list functions, so I'm not 
a lot

of help and am probably asking stupid questions

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does
qmailadmin delete it?  IE, can you take code from qmailadmin and 
reuse it?

Or, maybe even call it from command line? (I know qmailadmin is gui, but
I've hardly every used it...)

Mike

cmiiw
this will forcefully deleted the subscriber from ezmlm-list
# cd /home/vpopmail/domains/domain.com/listname/subscribers/
# rm -rf *
Yep. That worked. Thanks Pak!  Here is the updated script if anyone 
would like to use it.


#!/bin/sh

 # 06/15/2010 - Scott Hughes 
 # Initial creation of script to create an import text file of all
 # users on system and then import it into an already created
 # ezmlm mailing list.
 #
 # 04/16/2011 - Scott Hughes 
 # Added the complete removal of list subscribers before list
 # generation to take care of deleted accounts. Thanks to Pak Ogah
 # for the idea.

 echo "All user mailing list generation..."

 # Deleting current subscribers from mailing list
 rm -f /home/vpopmail/domains///*

 # Generate mailing list import file
 #/home/vpopmail/bin/vpopbull -n -V > ~/alluserslist.txt

 # Import List into ezmlm mailing list
 ~vpopmail/bin/vpopbull -n -V | ezmlm-sub ~vpopmail/domains/name>/


exit 0


Thanks,
Scott


-
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: Mailing List Question

2011-04-16 Thread Scott Hughes

On 4/16/11 1:55 PM, Pak Ogah wrote:

On 04/17/11 0:16, Michael J. Colvin wrote:
I'm sorry...  I've never used the mailing list functions, so I'm not 
a lot

of help and am probably asking stupid questions

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does
qmailadmin delete it?  IE, can you take code from qmailadmin and 
reuse it?

Or, maybe even call it from command line? (I know qmailadmin is gui, but
I've hardly every used it...)

Mike

cmiiw
this will forcefully deleted the subscriber from ezmlm-list
# cd /home/vpopmail/domains/domain.com/listname/subscribers/
# rm -rf *

I'll lookin to that.  Thanks Pak.

Scott


-
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: Dovecot Upgrade

2011-04-16 Thread Scott Hughes

On 4/16/11 12:37 PM, Eric Shubert wrote:

On 04/16/2011 10:15 AM, Scott Hughes wrote:

Okay - I have now configured a test VM with the latest QMT and the old
manual dovecot 1.x. I then upgraded the dovecot to the new RPM version
of dovecot 2.0. All went clean with no issues. I used the rpm stock
dovecot.conf. The only errors that I got (and they are minor) are upon
start-up I get this:

Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean
config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26:
protocols=imaps is no longer necessary, remove it


I don't have this in mine. I don't recall removing it, but perhaps I 
did. I'll try to look into this at some point. I don't think it's 
worth rolling a new rpm to fix though.

The imaps line is in toaster.conf, line 26. It currently reads:

protocols = imap imaps

I agree that it is not worth re-rolling the RPM to take care of it.  
I've just removed it from mine. After that I restarted Dovecot and had 
no errors in the log file.


Warning: Corrected permissions for login directory 
/var/run/dovecot/login



Tested by telneting to 143 & 993 and I was able to connect just fine.
One thing I noticed is that when you telnet to 143 you get the dovecot
banner. When you telnet to 993 you do not. Dovecot 1.x does the exact
same thing. Just something strange I noticed.

I have made some updates to the wiki (minor). Please check me on them
and edit them if you see the need, or of course, a better way!


Looks fine. FWIW, if you "touch down" to create a file named down in 
the run directory for a service, then supervise will not start that 
service. Just another way to keep a supervise'd service from running.



Thanks for your work Eric!


Welcome. Thanks for the due diligence. :)


Thanks,
Scott







-
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: CentOS 5.6

2011-04-16 Thread Scott Hughes
Eric,

I am running 5.6 on my production server and have seen no issues.

Scott



On Apr 16, 2011, at 12:38 PM, Eric Shubert  wrote:

> Anyone else running a live QMT on 5.6 yet?
> I'm about take the plunge in production.
> -- 
> -Eric 'shubes'
> 
> On 04/11/2011 01:25 PM, Joel Eddy wrote:
>> Well I just took a leap of faith and upgraded and all is well.
>> 
>> WHEW.
>> 
>> qtp-whatami v0.3.7 Mon Apr 11 15:23:55 CDT 2011
>> DISTRO=CentOS
>> OSVER=5.6
>> QTARCH=x86_64
>> QTKERN=2.6.18-238.5.1.el5
>> BUILD_DIST=cnt5064
>> BUILD_DIR=/usr/src/redhat
>> This machine's OS is supported and has been tested
>> 
>> Joel
>> 
>> 
>> -
> 
> 
> 
> -
> 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: Mailing List Question

2011-04-16 Thread Pak Ogah

On 04/17/11 0:16, Michael J. Colvin wrote:

I'm sorry...  I've never used the mailing list functions, so I'm not a lot
of help and am probably asking stupid questions

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does
qmailadmin delete it?  IE, can you take code from qmailadmin and reuse it?
Or, maybe even call it from command line? (I know qmailadmin is gui, but
I've hardly every used it...)

Mike

cmiiw
this will forcefully deleted the subscriber from ezmlm-list
# cd /home/vpopmail/domains/domain.com/listname/subscribers/
# rm -rf *





-
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: CentOS 5.6

2011-04-16 Thread Finn Buhelt

Hi Eric.

I have been running 5.6 live for at while now - no problemo ;-)

qtp-whatami v0.3.7 Sat Apr 16 20:02:54 CEST 2011
DISTRO=CentOS
OSVER=5.6
QTARCH=x86_64
QTKERN=2.6.18-238.9.1.el5
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

/Finn

On 16-04-2011 19:38, Eric Shubert wrote:

Anyone else running a live QMT on 5.6 yet?
I'm about take the plunge in production.


-
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: CentOS 5.6

2011-04-16 Thread Eric Shubert

Anyone else running a live QMT on 5.6 yet?
I'm about take the plunge in production.
--
-Eric 'shubes'

On 04/11/2011 01:25 PM, Joel Eddy wrote:

Well I just took a leap of faith and upgraded and all is well.

WHEW.

qtp-whatami v0.3.7 Mon Apr 11 15:23:55 CDT 2011
DISTRO=CentOS
OSVER=5.6
QTARCH=x86_64
QTKERN=2.6.18-238.5.1.el5
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Joel


-




-
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: Dovecot Upgrade

2011-04-16 Thread Eric Shubert

On 04/16/2011 10:15 AM, Scott Hughes wrote:

Okay - I have now configured a test VM with the latest QMT and the old
manual dovecot 1.x. I then upgraded the dovecot to the new RPM version
of dovecot 2.0. All went clean with no issues. I used the rpm stock
dovecot.conf. The only errors that I got (and they are minor) are upon
start-up I get this:

Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean
config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26:
protocols=imaps is no longer necessary, remove it


I don't have this in mine. I don't recall removing it, but perhaps I 
did. I'll try to look into this at some point. I don't think it's worth 
rolling a new rpm to fix though.



Warning: Corrected permissions for login directory /var/run/dovecot/login



Tested by telneting to 143 & 993 and I was able to connect just fine.
One thing I noticed is that when you telnet to 143 you get the dovecot
banner. When you telnet to 993 you do not. Dovecot 1.x does the exact
same thing. Just something strange I noticed.

I have made some updates to the wiki (minor). Please check me on them
and edit them if you see the need, or of course, a better way!


Looks fine. FWIW, if you "touch down" to create a file named down in the 
run directory for a service, then supervise will not start that service. 
Just another way to keep a supervise'd service from running.



Thanks for your work Eric!


Welcome. Thanks for the due diligence. :)


Thanks,
Scott




--
-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: Mailing List Question

2011-04-16 Thread Michael J. Colvin
I'm sorry...  I've never used the mailing list functions, so I'm not a lot
of help and am probably asking stupid questions

How is the mailing list "Stored"?  Flat file, cdb, MySQL?   How does
qmailadmin delete it?  IE, can you take code from qmailadmin and reuse it?
Or, maybe even call it from command line? (I know qmailadmin is gui, but
I've hardly every used it...)

Mike

-Original Message-
From: Scott Hughes [mailto:sc...@renshawauto.net] 
Sent: Saturday, April 16, 2011 5:54 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: Mailing List Question

I have not been able to find a way to automatically delete the mailing 
list in question. I did find a way to create a mailing list from the 
command line but of course without deleting it first that does no good.

I just manually deleted the mailing list using qmailadmin, re-created 
it, then let my script re-populate it.

Also, I've move the list-create script to cron.daily instead of 
cron.hourly.  No use taking up CPU cycles!

Thanks all!

Scott


On 4/15/11 3:22 PM, Michael J. Colvin wrote:
> Why can't you have your script "Rebuild" the mailing list everytime it
runs.
> That way, it adds new accounts and purges old ones..???  There's got to be
a
> way to delete all of the address on the list, and then you can use your
> script to repopulate it.
>
> Mike
>
> -Original Message-
> From: Scott Hughes [mailto:sc...@renshawauto.net]
> Sent: Friday, April 15, 2011 1:18 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: RE: [qmailtoaster] Re: Mailing List Question
>
> Eric,
>
> I looked at and tried the 'built-in' function and it was horrible. It
didn't
> work correctly at all.  I cannot currently find any documentation on it
> (looking in the wiki).  If you (or anyone) happens to know the name and
> location of said function, I'll gladly take a look at it.
>
> Thanks,
> Scott
>
> -Original Message-
> From: Eric Shubert [mailto:e...@shubes.net]
> Sent: Friday, April 15, 2011 3:10 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: [qmailtoaster] Re: Mailing List Question
>
> On 04/15/2011 12:58 PM, Scott Hughes wrote:
>> Is it possible to have the mailing list software that comes with QMT to
>> automatically remove a subscriber if the email bounces back to the
server?
>>
>> Example: I have created a script that runs once a day and gathers all of
>> the email addresses of my domains and if they aren't already, subscribes
>> them to a mailing list. This way if I need to email all users because
>> of, say, a planned outage, all the email addresses are there. However,
>> as people leave the company I delete their email account but they remain
>> on the mailing list.
>>
>> Any suggestions?
>>
>> Thanks,
>>
>> Scott
>>
> There's a function built in to send an email to everyone in a domain. I
> don't know how well that works or not though.
>
> I think I'd look at modifying that capability to do it for all domains
> on the server. That way you shouldn't need to mess with ezmlm or
> subscriptions.
>



-
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: Dovecot Upgrade

2011-04-16 Thread Scott Hughes

On 4/16/11 9:34 AM, Eric Shubert wrote:

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't 
seem to locate them on the wiki.




"Page History" link in the left column of the page.

Okay - I have now configured a test VM with the latest QMT and the old 
manual dovecot 1.x.  I then upgraded the dovecot to the new RPM version 
of dovecot 2.0.  All went clean with no issues. I used the rpm stock 
dovecot.conf.  The only errors that I got (and they are minor) are upon 
start-up I get this:


Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean 
config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/toaster.conf:26: 
protocols=imaps is no longer necessary, remove it

Warning: Corrected permissions for login directory /var/run/dovecot/login

Tested by telneting to 143 & 993 and I was able to connect just fine.  
One thing I noticed is that when you telnet to 143 you get the dovecot 
banner.  When you telnet to 993 you do not.  Dovecot 1.x does the exact 
same thing.  Just something strange I noticed.


I have made some updates to the wiki (minor). Please check me on them 
and edit them if you see the need, or of course, a better way!


Thanks for your work Eric!

Thanks,
Scott



Re: [qmailtoaster] Re: Dovecot Upgrade

2011-04-16 Thread Scott Hughes

On 4/16/11 9:34 AM, Eric Shubert wrote:

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't 
seem to locate them on the wiki.




"Page History" link in the left column of the page.

Thanks Eric.  I have created a VM to test the upgrade from the manual 
Dovecot install to the newer yum install of Dovecot 2.x


Thanks,
Scott



[qmailtoaster] Re: Dovecot Upgrade

2011-04-16 Thread Eric Shubert

On 04/16/2011 06:31 AM, Scott Hughes wrote:

Eric,

Are the manual Dovecot install instructions still available? I can't seem to 
locate them on the wiki.



"Page History" link in the left column of the page.

--
-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: Dovecot Upgrade

2011-04-16 Thread Scott Hughes
Eric,

Are the manual Dovecot install instructions still available? I can't seem to 
locate them on the wiki.

Thanks,
Scott



On Apr 14, 2011, at 7:27 PM, Eric Shubert  wrote:

> On 04/14/2011 05:08 PM, Scott Hughes wrote:
>> This message is intended for Eric and/or anyone that has upgraded from
>> the manual install of Dovecot 1.x to the new install of Dovecot 2.x that
>> Eric kindly worked out for us.
>> 
>> My question is this: What are the chances of a blown upgrade following
>> the new wiki instructions? Doing the make uninstall and them yum'ing the
>> latest Dovecot version?
>> 
>> I ask this because I just moved over a VERY important domain to our
>> qmail server that has the Dovecot 1.x running on it right now.
>> 
>> Thanks,
>> Scott
>> 
> 
> There's always a chance. I think it's pretty low though.
> 
> Has anyone used those instructions yet?
> 
> I think I'd install the rpm on a test host, copy the old configuration file 
> you used over there, run doveconf -n against it, and compare the result to 
> what the rpm is using. That should show you which configuration parameters 
> are different.
> 
> Also read through the dovecot wiki page(s) regarding upgrades from the 
> version you're running to v2.x, and see if there's anything there that 
> applies to your installation.
> 
> I think I didn't say anything explicitly about removing the supervise scripts 
> you created with the other install. You'll need to remove them as well.
> 
> Oh, and you might want to update the wiki with anything you come across 
> that's missing or incorrect. ;)
> -- 
> -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




Re: [qmailtoaster] Re: Mailing List Question

2011-04-16 Thread Scott Hughes
I have not been able to find a way to automatically delete the mailing 
list in question. I did find a way to create a mailing list from the 
command line but of course without deleting it first that does no good.


I just manually deleted the mailing list using qmailadmin, re-created 
it, then let my script re-populate it.


Also, I've move the list-create script to cron.daily instead of 
cron.hourly.  No use taking up CPU cycles!


Thanks all!

Scott


On 4/15/11 3:22 PM, Michael J. Colvin wrote:

Why can't you have your script "Rebuild" the mailing list everytime it runs.
That way, it adds new accounts and purges old ones..???  There's got to be a
way to delete all of the address on the list, and then you can use your
script to repopulate it.

Mike

-Original Message-
From: Scott Hughes [mailto:sc...@renshawauto.net]
Sent: Friday, April 15, 2011 1:18 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Re: Mailing List Question

Eric,

I looked at and tried the 'built-in' function and it was horrible. It didn't
work correctly at all.  I cannot currently find any documentation on it
(looking in the wiki).  If you (or anyone) happens to know the name and
location of said function, I'll gladly take a look at it.

Thanks,
Scott

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Friday, April 15, 2011 3:10 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Mailing List Question

On 04/15/2011 12:58 PM, Scott Hughes wrote:

Is it possible to have the mailing list software that comes with QMT to
automatically remove a subscriber if the email bounces back to the server?

Example: I have created a script that runs once a day and gathers all of
the email addresses of my domains and if they aren't already, subscribes
them to a mailing list. This way if I need to email all users because
of, say, a planned outage, all the email addresses are there. However,
as people leave the company I delete their email account but they remain
on the mailing list.

Any suggestions?

Thanks,

Scott


There's a function built in to send an email to everyone in a domain. I
don't know how well that works or not though.

I think I'd look at modifying that capability to do it for all domains
on the server. That way you shouldn't need to mess with ezmlm or
subscriptions.




-
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