[qmailtoaster] Users Mailbox

2011-07-13 Thread sys
Hi list:

Is there an easy way to see what the size is of  all  user mailboxes.

Reanon for the questions is, our daily back jumped up from 6Gb to 26 Gb in just 
2 Days.

I have temperarilly disabled backup for now, as I also run Jakes  server 
cloning ( Unison )  as a main failover.

Thanks guys

madmac

[qmailtoaster] SPF Disable in tcp.smtp rule

2011-07-13 Thread Carlos Herrera Polo
Hello..

I have mount a smtp backup server, when the principal is down (MX 10) the
second get the email (MX 20) and sendit to principal.
My problem is qmail SPF in principal server, mi level is 3 and the emails
backups always arrive for al IP LAN (192.168.1.5) then the SFP REJECT.

Can I bypass SPF check by ip ?? Works SPFBEHAVIOR variable in tmp rules ?
Who it works ?


Re: [qmailtoaster] Users Mailbox

2011-07-13 Thread Eric Broch
On 7/13/2011 4:15 PM, sys wrote:
 Hi list:
  
 Is there an easy way to see what the size is of  all  user mailboxes.
  
 Reanon for the questions is, our daily back jumped up from 6Gb to 26
 Gb in just 2 Days.
  
 I have temperarilly disabled backup for now, as I also run Jakes 
 server cloning ( Unison )  as a main failover.
  
 Thanks guys
  
 madmac

I wrote my own script:

#!/bin/bash
#
#  Domain disk use -- Written by Eric C. Broch
#
domain=mydomain.com
directory=/home/vpopmail/domains/$domain
directories=/home/vpopmail/domains/$domain/*
if [ $1 !=  ]
then
   if [ -d $directory/$1 ]
   then
  du -sh $directory/$1
   else
  echo No such user: $1
   fi
   exit 0
fi
for file in $directories
do
   if [ -d $file ]
   then
  echo 
  du -sh  $file
   fi
done
du -sh $directory
exit 0




Re: [qmailtoaster] Users Mailbox

2011-07-13 Thread sys
Thanks Eric I will give it a try.

  - Original Message - 
  From: Eric Broch 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Wednesday, July 13, 2011 10:38 AM
  Subject: Re: [qmailtoaster] Users Mailbox


  On 7/13/2011 4:15 PM, sys wrote: 
Hi list:

Is there an easy way to see what the size is of  all  user mailboxes.

Reanon for the questions is, our daily back jumped up from 6Gb to 26 Gb in 
just 2 Days.

I have temperarilly disabled backup for now, as I also run Jakes  server 
cloning ( Unison )  as a main failover.

Thanks guys

madmac

  I wrote my own script:

  #!/bin/bash
  #
  #  Domain disk use -- Written by Eric C. Broch
  #
  domain=mydomain.com
  directory=/home/vpopmail/domains/$domain
  directories=/home/vpopmail/domains/$domain/*
  if [ $1 !=  ]
  then
 if [ -d $directory/$1 ]
 then
du -sh $directory/$1
 else
echo No such user: $1
 fi
 exit 0
  fi
  for file in $directories
  do
 if [ -d $file ]
 then
echo 
du -sh  $file
 fi
  done
  du -sh $directory
  exit 0




Re: [qmailtoaster] Users Mailbox

2011-07-13 Thread sys
It works, so I piped the scrip to output to a txt file for reading off the 
server.

Just curious if it can give reults on  all  hosted domains on the same server.

Great , thanks again eric.
madmac
  - Original Message - 
  From: Eric Broch 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Wednesday, July 13, 2011 10:38 AM
  Subject: Re: [qmailtoaster] Users Mailbox


  On 7/13/2011 4:15 PM, sys wrote: 
Hi list:

Is there an easy way to see what the size is of  all  user mailboxes.

Reanon for the questions is, our daily back jumped up from 6Gb to 26 Gb in 
just 2 Days.

I have temperarilly disabled backup for now, as I also run Jakes  server 
cloning ( Unison )  as a main failover.

Thanks guys

madmac

  I wrote my own script:

  #!/bin/bash
  #
  #  Domain disk use -- Written by Eric C. Broch
  #
  domain=mydomain.com
  directory=/home/vpopmail/domains/$domain
  directories=/home/vpopmail/domains/$domain/*
  if [ $1 !=  ]
  then
 if [ -d $directory/$1 ]
 then
du -sh $directory/$1
 else
echo No such user: $1
 fi
 exit 0
  fi
  for file in $directories
  do
 if [ -d $file ]
 then
echo 
du -sh  $file
 fi
  done
  du -sh $directory
  exit 0




Re: [qmailtoaster] Users Mailbox

2011-07-13 Thread sys
Answerd my own question:
Eric , I modified your scrip, to give the  domain  total size, Then I can use 
your original script on an individual domain, to find the culprit with the huge 
mail box:

Modified script:
#!/bin/bash

#

# Domain disk use -- Written by Eric C. Broch

#

#domain=yourdomain.com

directory=/home/vpopmail/domains/

directories=/home/vpopmail/domains/*

if [ $1 !=  ]

then

if [ -d $directory/$1 ]

then

du -sh $directory/$1

else

echo No such user: $1

fi

exit 0

fi

for file in $directories

do

if [ -d $file ]

then

echo 

du -sh $file

fi

done

du -sh $directory

exit 0

Thanks again

madmac






[qmailtoaster] duplicate emails

2011-07-13 Thread sys
Yesterday started getting Duplicate emails in only some accounts, including 
mine:

Narrowed it down to imap accounts, some on Outlook, others on Thunderbird, so 
different clients.

What can I check on the server end please.

Thanks

madmac

Re: [qmailtoaster] duplicate emails

2011-07-13 Thread Kalil Costa - Brasilsite


  
  
madmac,

you use nfs to storage de messages ??




Em 13-07-2011 19:48, sys escreveu:

  
  
  
  Yesterday started getting
  Duplicate emails in only some accounts, including mine:
  
  Narrowed it down to imap
  accounts, some on Outlook, others on Thunderbird, so different
  clients.
  
  What can I check on the server
  end please.
  
  Thanks
  
  madmac

  


-
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] duplicate emails

2011-07-13 Thread sys
Dont think so, whatever is in a default install from the qmail ISO
  - Original Message - 
  From: Kalil Costa - Brasilsite 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Wednesday, July 13, 2011 2:48 PM
  Subject: Re: [qmailtoaster] duplicate emails


  madmac,

  you use nfs to storage de messages ??




  Em 13-07-2011 19:48, sys escreveu: 
Yesterday started getting Duplicate emails in only some accounts, including 
mine:

Narrowed it down to imap accounts, some on Outlook, others on Thunderbird, 
so different clients.

What can I check on the server end please.

Thanks

madmac
  
-
 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] duplicate emails

2011-07-13 Thread Kalil Costa - Brasilsite


  
  

  
Ah ok.

I see this using nfs for storage the messages

I solved synchronizing
the time, but i don't think this
is the case



Em 13-07-2011 19:55, sys escreveu:

  
  
  Dont think so, whatever is in a
  default install from the qmail ISO
  
- Original Message - 
From: Kalil Costa -
Brasilsite 
To: qmailtoaster-list@qmailtoaster.com

Sent: Wednesday, July 13,
  2011 2:48 PM
Subject: Re:
  [qmailtoaster] duplicate emails


madmac,

you use nfs to storage de messages ??




Em 13-07-2011 19:48, sys escreveu:

  
  
  Yesterday started getting
  Duplicate emails in only some accounts, including mine:
  
  Narrowed it down to imap
  accounts, some on Outlook, others on Thunderbird, so
  different clients.
  
  What can I check on the
  server end please.
  
  Thanks
  
  madmac

-
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