Re: [qmailtoaster] dumping my mysql-database

2007-12-05 Thread Ashok Chauhan
Hi Sandip,

You have 2 options:
1. scp vpopmail mail folder to new server like:
   scp /var/lib/mysql/vpopmail [EMAIL PROTECTED]:/var/lib/mysql/
   chown mysql.mysql /var/lib/mysql/vpopmail -R
   restart mysql service
   In my qmail server only vpopmail exist but if u r side any other folder
related to qmail exist  then plz. copy that one also.

2. Take proper dump from mysqldump command and then restore it in new
server.

On Dec 6, 2007 12:39 PM, Sandip Kumar Das, RDG Systems <
[EMAIL PROTECTED]> wrote:

>  How do I dump my mysql-database on the old server and inserted on the new
> server ?  Pl let me know the steps. Is it very much required. Because If i
> manually created all my subdomains and transfer user mailboxes manually from
> old server, stilll i need to dump my old mysql database? Pl suggest.
>
>  Can I use scp to copy all my mailboxes from my old server to new seerver
> ?
>
> Thanks in advance,
>
> Sandip
>



-- 
Best Regards
Ashok Chauhan


[qmailtoaster] dumping my mysql-database

2007-12-05 Thread Sandip Kumar Das, RDG Systems
How do I dump my mysql-database on the old server and inserted on the new 
server ?  Pl let me know the steps. Is it very much required. Because If i 
manually created all my subdomains and transfer user mailboxes manually from 
old server, stilll i need to dump my old mysql database? Pl suggest.

 Can I use scp to copy all my mailboxes from my old server to new seerver ?

Thanks in advance,

Sandip

[qmailtoaster] Re: ***SPAM*** [qmailtoaster] Queueing Server

2007-12-05 Thread PakOgah
creating a secondary MX  ??
based on wiki
http://wiki.qmailtoaster.com/index.php/Rcpthosts

yup just put your domain there
you also need to add a line on smtproutes only if...
you passing to internal server
http://www.faqts.com/knowledge_base/view.phtml/aid/26702/fid/232

> Hey all,
>
>
>
> I went over this awhile back and found it in the wiki but I can't seem to
> find it now.
>
>
>
> What do I need to edit to create a queuing server on another qmt install
> so
> that if my primary goes down the back will queue the mail until the
> primary
> comes back up?
>
>
>
> Is it just putting the domain in rcpthosts?
>
>
>
> Thanks
>
> Q
>
>
>
>



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



RE: [qmailtoaster] web based log interface (WAS: lost emails)

2007-12-05 Thread Phil Leinhauser
Todd,

You were right on the money with Splunk!!

Sorry the reply is a bit late but just got around to setting it up.  This is
exactly what I was looking for.

Thanks,
Phil

-Original Message-
From: Todd W [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 06, 2007 10:43 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] web based log interface (WAS: lost emails)


From: "Phil Leinhauser" <[EMAIL PROTECTED]>


> Speaking of the log file timestamps...
>
> Has anyone found an easier way to view the logs using tai64nlocal?  What 
> I'm
> looking for is something like a Webmin plugin or some other type of 
> viewer,
> rather than always going to command line.

I sure have... splunk. It provides a web based interface to your logs. You 
can even search them (i.e. What IP addresses sent my server email that was 
rejected yesterday?). The non-free version dosent have login (you just go to

the web page and it loads), but what I did was added iptables rules that 
refuse everyone but my IP on those ports.

Here are my notes:

=item Download

 # wget 
'http://www.splunk.com/index.php/download_track?file=/3.0.2/linux/splunk-3.0
.2-24828.i386.rpm&ac=&wget=true&name=wget

=item Install

 # rpm -i splunk-3.0.2-24828.i386.rpm

=item License

 # cp -i /opt/splunk/etc/splunk-free.license 
/opt/splunk/etc/splunk.license

=item Start

 # /opt/splunk/bin/splunk start

=item Index Logs

 /opt/splunk/bin/splunk add tail /var/log/qmail/imap4-ssl/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/imap4/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/spamd/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/clamd/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/authlib/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/pop3/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/smtp/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/pop3-ssl/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/send/current
 /opt/splunk/bin/splunk add tail /var/log/qmail/submission/current
 /opt/splunk/bin/splunk add tail /var/log/clamav/freshclam.log

=item Browser

 http://192.168.1.38:8000/


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




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



Re: [qmailtoaster] Restrict Access

2007-12-05 Thread Natalio Gatti
[
On Dec 5, 2007 4:04 PM, Eduardo <[EMAIL PROTECTED]> wrote:

> somebody knows if and possible to restrict access to the qmailtoaster for
> the ip address
>
>
> Eduardo
>
>
If I understand correctly, you can deny connections by IP using tcprules.
Add a line in /etc/tcprules.d/tcp.smtp (before the one that starts with
":allow"), with:

IP.TO.BLOCK:deny

Ej:
192.168.1.1:deny


Natalio.


[qmailtoaster] Restrict Access

2007-12-05 Thread Eduardo
somebody knows if and possible to restrict access to the qmailtoaster for
the ip address


Eduardo


mensagem enviada
pelo Webmail LOG/DGEO/FURG usando UebiMiau 2.7.2


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



RE: [qmailtoaster] Not RBL check for sending out

2007-12-05 Thread Kyle Quillen
Just turn on authentication and set the smtp port on the mail client to port
587 

 

The submission port bypasses rbl checks

 

Q

 

 

  _  

From: Ernesto Vargas [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 4:34 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Not RBL check for sending out

 

How can I disable RBL check for email been send out?

 

Ernesto Vargas-Azofeifa
Senior Web Developer & IT Manager
Macromedia Certified Cold Fusion & Web Developer
Linux-Apache-MySql-PHP advocate.

Visit: Photos.aero   | 

 

 

  _  

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
  it now.



[qmailtoaster] Not RBL check for sending out

2007-12-05 Thread Ernesto Vargas
How can I disable RBL check for email been send out?
 
Ernesto Vargas-Azofeifa
Senior Web Developer & IT Manager
Macromedia Certified Cold Fusion & Web Developer
Linux-Apache-MySql-PHP advocate.

Visit: Photos.aero | 





  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Re: [qmailtoaster] Spamassassin Modules

2007-12-05 Thread A M
2007/12/5, Kyle Quillen <[EMAIL PROTECTED]>:
>
>  Does anyone use
>
> Mail::Spamassassin:DCC
>
> And
>
>
>
> Mail::Spammassassin:Razor2
>
>
>
> Both of these are disabled in my v310.pre file and wanted to know if
> anyone else uses them.  I am trying to figure out how I can get spam to hit
> higher as I have a lot of users complaining about it and I have my spam
> threshold at 3.20 right now and I just feel like I don't have something
> setup right.
>
>
>
> Does anyone have any insight?
>
>
>
> Thanks
>
> Q
>
>
>
Hi you have to download and compile dcc (
http://www.rhyolite.com/anti-spam/dcc) and Razor2 (
http://razor.sourceforge.net/).

Then just follow de README/INSTALL.

for dcc , if you have a small server just build the basic (no sendmail-miler
and no server), but if you have a lot of traffice check their web page for
pointers.

afterwards just uncoment the lines in your .cf file and run spamassassin
--lint and check the output for loaded modules.


-- 
AM
agmsoft(at)gmail.com


[qmailtoaster] Queueing Server

2007-12-05 Thread Kyle Quillen
Hey all,

 

I went over this awhile back and found it in the wiki but I can't seem to
find it now.  

 

What do I need to edit to create a queuing server on another qmt install so
that if my primary goes down the back will queue the mail until the primary
comes back up?

 

Is it just putting the domain in rcpthosts?

 

Thanks

Q

 



Re: [qmailtoaster] Hello all

2007-12-05 Thread Sam Clippinger
The message is indicating the remote server is attempting to negotiate a 
TLS session with your server and failing.  The problem is in the initial 
SSL handshake; apparently the remote server is requesting an encryption 
algorithm your server's OpenSSL library doesn't support.


Can you connect to your server with a MUA (e.g. Thunderbird) and use TLS 
to test if TLS works at all?  If you're using spamdyke to perform the 
TLS, try running it with the "config-test" option to test your 
certificate and private key for consistency.


-- Sam Clippinger

Kyle Quillen wrote:
I am trying to setup a qmailtoaster server with spamdyke and am running 
into a small issue when trying to receive from a qmailtoaster server 
that does not have spamdyke here is the message that I get back.


 

 

TLS connect failed: error:140770FC:SSL 
routines:SSL23_GET_SERVER_HELLO:unknown protocol; connected to 74.218.24.12.


I'm not going to try again; this message has been in the queue too long.

 


Any ideas what would cause this>?

 


Thanks

Q

 



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



RE: [qmailtoaster] multilog goes defunct

2007-12-05 Thread Bobby Tyner
Hi Kyle,

 

I appreciate the feedback.  I belive that log size is set to 1.1megs by
default, given this line from the /var/qmail/supervise/send/log/run
script

 

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

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

exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT
/var/log/qmail/send 2>&1

 

So in this case I am having trouble seeing that logsize is the issue.

 

cat /var/qmail/control/logsize 

1048576

 

Keep the ideas coming, anyone :-)

 

Thanks,

 

Bobby

 

-Original Message-
From: Kyle Quillen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 8:39 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] multilog goes defunct

 

I seem to remember there was an issue with the log file becoming to
large. 

 

What is the log file size on this?>

 

Or maybe that was Maildrop.

 

Thanks

Q

 

 



From: Bobby Tyner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 11:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] multilog goes defunct

 

Upon qmail service restarts multilog zombifies about 30-40 seconds into
start.

 

4155 ?Z  0:00 [multilog] 

 

some background on the environment:

 

CentOS 4.5 Linux 2.6.9-55.0.12.ELsmp on Dual Intel(R) Xeon(TM) CPU
3.20GHz running a single 144 GB SCSI disk.  I installed the most recent
Qmail Toaster RPMs, the only deviations behing that I re-compiled
vpopmail with roaming users enabled.

 

When Multilog goes defunct it randomly will take down qmail-smtpd(also
becomes a zombie) with it.  

 

If more info is needed, ask away.  This is an intermittent problem.
Right now we are up and going, despite the defunct multilog.

 

 

Any help or insight is appreciated.

 

Thank you,

 


Bobby Tyner

 

BroadSpire, Inc.



RE: [qmailtoaster] multilog goes defunct

2007-12-05 Thread Kyle Quillen
I seem to remember there was an issue with the log file becoming to large. 

 

What is the log file size on this?>

 

Or maybe that was Maildrop.

 

Thanks

Q

 

 

  _  

From: Bobby Tyner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 11:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] multilog goes defunct

 

Upon qmail service restarts multilog zombifies about 30-40 seconds into
start.

 

4155 ?Z  0:00 [multilog] 

 

some background on the environment:

 

CentOS 4.5 Linux 2.6.9-55.0.12.ELsmp on Dual Intel(R) Xeon(TM) CPU 3.20GHz
running a single 144 GB SCSI disk.  I installed the most recent Qmail
Toaster RPMs, the only deviations behing that I re-compiled vpopmail with
roaming users enabled.

 

When Multilog goes defunct it randomly will take down qmail-smtpd(also
becomes a zombie) with it.  

 

If more info is needed, ask away.  This is an intermittent problem.  Right
now we are up and going, despite the defunct multilog.

 

 

Any help or insight is appreciated.

 

Thank you,

 


Bobby Tyner

 

BroadSpire, Inc.



[qmailtoaster] Spamassassin Modules

2007-12-05 Thread Kyle Quillen
Does anyone use 

Mail::Spamassassin:DCC

And 

 

Mail::Spammassassin:Razor2

 

Both of these are disabled in my v310.pre file and wanted to know if anyone
else uses them.  I am trying to figure out how I can get spam to hit higher
as I have a lot of users complaining about it and I have my spam threshold
at 3.20 right now and I just feel like I don't have something setup right. 

 

Does anyone have any insight?

 

Thanks

Q

 



[qmailtoaster] multilog goes defunct

2007-12-05 Thread Bobby Tyner
Upon qmail service restarts multilog zombifies about 30-40 seconds into
start.

 

4155 ?Z  0:00 [multilog] 

 

some background on the environment:

 

CentOS 4.5 Linux 2.6.9-55.0.12.ELsmp on Dual Intel(R) Xeon(TM) CPU
3.20GHz running a single 144 GB SCSI disk.  I installed the most recent
Qmail Toaster RPMs, the only deviations behing that I re-compiled
vpopmail with roaming users enabled.

 

When Multilog goes defunct it randomly will take down qmail-smtpd(also
becomes a zombie) with it.  

 

If more info is needed, ask away.  This is an intermittent problem.
Right now we are up and going, despite the defunct multilog.

 

 

Any help or insight is appreciated.

 

Thank you,

 


Bobby Tyner

 

BroadSpire, Inc.



[qmailtoaster] qmail is now Open Source

2007-12-05 Thread Guillermo Villasana
Hi guys, just wanted to know your comments about qmail now beeing open 
source. Is there a consideration on generating an rpm now?

Best regards.

http://cr.yp.to/qmail/dist.html_


Terius

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



Re: [qmailtoaster] Mi servidor re chaza mis envíos

2007-12-05 Thread John Jaiver Rodriguez Herrera

Richard Ramírez escribió:




 


Yo tenía el mismo problema, lo que hice fue desactivar esa 
opción en /var/qmail/control/blacklists

ya que mis usuarios se conectaban desde su casa y al parecer el
rango de ip's del proveedor estaba en lista negra.






Saludos,





style="font-size: 10pt; font-family: "Book 
Antiqua";"> 

style="font-size: 10pt; font-family: "Book 
Antiqua";"> 

style="font-size: 10pt; font-family: "Book 
Antiqua";">Saludos,
style="font-size: 10pt; font-family: Arial;">
 

style="font-size: 10pt; font-family: "Book 
Antiqua";">Richard Ramírez
Ortiz

style="font-size: 10pt; font-family: "Book 
Antiqua";">Área de Sistemas
style="font-size: 10pt; font-family: Arial;">mailto:[EMAIL PROTECTED]">




Ariel escribió:

 Ese error te lo esta dando la RBL , o sea el chequeo 
contra las listas negras.

Esa ip que intentas  enviarle esta en lista negra.



El 17/11/07, ArcosCom Linux User href="mailto:[EMAIL PROTECTED]"><[EMAIL PROTECTED]> 
escribió:

 
 
   Mirando en:

href="http://www.spamhaus.org/query/bl?ip=84.123.238.233";>http://www.spamhaus.org/query/bl?ip=84.123.238.233 



Veo que configurando mi cliente para que use el puerto 587 en vez del 25
funciona bien ahora.

¿A qué se debe este cambio de un día para otro? 
¿Alguien tiene alguna

explicación al respecto?

Salu2

El Dom, 18 de Noviembre de 2007, 0:31, ArcosCom Linux User 
escribió:

   
   
 De buenas a primeras mi servidor toaster parece que 
ya no le gusta que

envíe e-mails.

Me está soltando cosas así:

451 href="http://www.spamhaus.org/query/bl?ip=84.123.238.233";>http://www.spamhaus.org/query/bl?ip=84.123.238.233 



¿Alguien puede ayudarme? Es la primera vez que me suelta algo 
por el

estilo y me tiene sin poder enviar e-mails.

Hace unos días actualicé los paquetes de toaster en el 
servidor y no noté

nada al respecto.

Salu2


-
QmailToaster hosted by: VR Hosted href="http://www.vr.org";>;

-
To unsubscribe, e-mail: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] 

For additional commands, e-mail: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] 




 
   
   

-
QmailToaster hosted by: VR Hosted href="http://www.vr.org";>;

-
To unsubscribe, e-mail: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] 

For additional commands, e-mail: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] 




   
 
 
-
QmailToaster hosted by: VR Hosted href="http://www.vr.org";>;

-
To unsubscribe, e-mail: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] 

For additional commands, e-mail: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] 





__ Información de NOD32, revisión 2667 
(20071119) __


Este mensaje ha sido analizado con NOD32 antivirus system
href="http://www.nod32.com";>http://www.nod32.com




 



este error aparece por la linea que hay dentro del archivo blacklists -r 
zen.spamhaus.org


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



Re: [qmailtoaster] Migration

2007-12-05 Thread Johannes Weberhofer, Weberhofer GmbH

There is some information at 
http://wiki.qmailtoaster.com/index.php/Main_Page#Migration


I'm using rsync for migrating from one to another system. After having installed all RPM's, a rsync via the network keeps all owner/group settings for the files. Of course you have to check/modify some files (like "assign"). This way of copying works best when the qmail-toaster versions are identical the old and the new server. 
Btw:"--dry-run" is a nice parameter for rsync, which can be used to show what rsync would do without the parameter.


The mysql-database must be dumped on the old server and inserted on the new 
server, too.



Here is what I am copying during migration:

#courier configuration
rsync -tvrlog --delete oldserver.mydomain.com:/etc/courier /etc

#vpopmail domains
rsync -trlog --delete oldserver.mydomain.com:/home/vpopmail /home

#qmail configuration
rsync -tvrlog --delete oldserver.mydomain.com:/var/qmail/alias /var/qmail
rsync -tvrlog --delete oldserver.mydomain.com:/var/qmail/control /var/qmail
rsync -tvrlog --delete oldserver.mydomain.com:/var/qmail/users /var/qmail
rsync -tvrlog --delete oldserver.mydomain.com:/var/log/qmail /var/log

#isoqlog data
rsync -tvrlog --delete oldserver.mydomain.com:/usr/share/toaster/htdocs/isoqlog 
/usr/share/toaster/htdocs/
rsync -tvrlog --delete oldserver.mydomain.com:/usr/share/toaster/htdocs/mrtg 
/usr/share/toaster/htdocs/


Best regards,
Johannes

Sandip Kumar Das, RDG Systems schrieb:

Dear all,
 
 
How do i copy vpopmail domains & mailboxes of all users manually from 
one server to another ? In old server domains uids are 7797 (  checking 
/var/qmail/users/assign ) but in new server domains uids are 89. If I 
manually created all old domains in new server , the uids will be 89. 
and then how do i copy all the users and their maildirectories from old 
server to new server ? pl suggest. Am I to copy vpopmail database from 
old to new ?
 
Thanks in advance,
 
Sandip


--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|--->>

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



[qmailtoaster] Migration

2007-12-05 Thread Sandip Kumar Das, RDG Systems
Dear all,


How do i copy vpopmail domains & mailboxes of all users manually from one 
server to another ? In old server domains uids are 7797 (  checking 
/var/qmail/users/assign ) but in new server domains uids are 89. If I manually 
created all old domains in new server , the uids will be 89. and then how do i 
copy all the users and their maildirectories from old server to new server ? pl 
suggest. Am I to copy vpopmail database from old to new ? 

Thanks in advance,

Sandip