Re: [qmailtoaster] Question on /etc/sysconfig/spamassassin

2024-03-22 Thread Gary Bowling


  
  

Thanks Philip, that looks exactly like what I need. No "per user"
  settings via the -c, and no razor home dirs via -H, and the
  default clamd user is clamscan.


Thanks.





On 3/22/2024 1:45 PM, Philip Nix Guru
  wrote:


  
  Hello
  On my system I am using this
  SPAMDOPTIONS="-m10 -x -u clamscan"
  
  
  the user depends on how it is installed
  

  I did have the issuse with the #org
  SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/'
  --razor-log-file='sys-syslog'"
  errors and right accesses
  
  
  Regards
  -P
  
  
  On 3/22/24 18:30, Gary Bowling wrote:
  
  



Also, in /etc/sysconfig/spamassassin  the options are set as
  follows:
# Options to spamd
  SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/'
  --razor-log-file='sys-syslog'"



There was a thread about this back in 2022, but there really
  wasn't any conclusion on that thread. Razor is not installed
  or configured in the installation. What should those
  SPAMDOPTIONS really be?
-- 
  
  Gary Bowling
   The Moderns on Spotify 
  

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

  


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



Re: [qmailtoaster] Question on /etc/sysconfig/spamassassin

2024-03-22 Thread Philip Nix Guru

Hello

On my system I am using this

SPAMDOPTIONS="-m10 -x -u clamscan"


the user depends on how it is installed


I did have the issuse with the #org SPAMDOPTIONS="-c -m5 -H 
--razor-home-dir='/var/lib/razor/' --razor-log-file='sys-syslog'"


errors and right accesses


Regards

-P


On 3/22/24 18:30, Gary Bowling wrote:



Also, in /etc/sysconfig/spamassassin  the options are set as follows:

# Options to spamd
SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"



There was a thread about this back in 2022, but there really wasn't 
any conclusion on that thread. Razor is not installed or configured in 
the installation. What should those SPAMDOPTIONS really be?


--

Gary Bowling
The Moderns on Spotify 

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

Re: [qmailtoaster] Question about dovecot and sieve and .qmail files

2021-10-06 Thread steve
Ah! Great news. Thanks for the quick reply.

Sent with a Spark
On Oct 6, 2021, 10:47 AM -0400, Remo Mattei , wrote:
> No
>
> > On Oct 6, 2021, at 06:16, st...@keptprivate.com wrote:
> >
> >
> > Hi,
> >
> > If I switch to LDA so that I can use Sieve, will I lose the ability to use 
> > user-based .qmail files?
> > I suspect the answer is yes.
> >
> > Steve
>


Re: [qmailtoaster] Question about dovecot and sieve and .qmail files

2021-10-06 Thread Remo Mattei
No

> On Oct 6, 2021, at 06:16, st...@keptprivate.com wrote:
> 
> 
> Hi,
> 
> If I switch to LDA so that I can use Sieve, will I lose the ability to use 
> user-based .qmail files?
> I suspect the answer is yes.
> 
> Steve



Re: [qmailtoaster] Question on maildrop

2021-02-12 Thread Bill Silverstein
1) What logfile is this in?
Its not in the log file, but was in the email header being bounced.

2)
-rwxr-xr-x 1 root vchcat ../ronnieexley/.qmail

3)
-rw-r--r-- 1 vpopmail vchkpw 64 May 24  2017 ../username/.qmail
|preline /usr/local/bin/maildrop /home/vpopmail/etc/.mailfilterkpw 161768

cat /home/vpopmail/etc/.mailfilter

#VHOME="/home/vpopmail/domains/$HOST/USERNAME"
#VHOME=`pwd`
###Subject '' :SPAM: '' INBOX.Bulk '' m '' on '' off '' '' Contains
#logfile mailfilter
#log "sending ($EXT@$HOST) to  $VHOME/Maildir"
if (/^X-Spam-Status:.*\Yes,/:h)
{
#to "$VHOME/Maildir/.Bulk"
to "$PWD/Maildir/.Bulk"
}
to "$PWD/Maildir"

##End Filter Configuration


On Tue, February 9, 2021 5:17 am, Eric Broch wrote:
> Bill,
>
> Some questions:
>
> 1) What logfile is this in?
>
> 2) Where is the maildrop program?
>
> 3) How is maidrop being used, the actual call to maildrop from .qmail
> file?
>
> 4) Any other information that might be useful.
>
> My maildrop binary is in /usr/bin
>
> # ls -l /home/vpopmail/domains/mydomain.com/myuser
>
> drwx-- 365 vpopmail vchkpw 12288 Feb  9 06:02 Maildir
> lrwxrwxrwx   1 root     root      21 Dec 28  2016 .mailfilter
> ->
> .mailfilter.ooo.dspam
> -rw---   1 vpopmail vchkpw  6102 Jun 17  2018
> .mailfilter.ooo.dspam
> -rw---   1 vpopmail vchkpw    42 Aug 16 13:38 .qmail
>
> # cat /home/vpopmail/domains/mydomain.com/myuser/.qmail
>
> | preline /usr/bin/maildrop ./.mailfilter
>
> # cat /home/vpopmail/domains/mydomain.com/myuser/.mailfilter (notice the
> 'to $MAILDIR', 'to $SPAMDIR', and etc...)
>
> SHELL="/bin/sh"
> import EXT
> import HOST
> VHOME=`pwd`
> MAILDIR="$VHOME/Maildir"
> SPAMDIR="$VHOME/Maildir/.spam"
> VACDIR="$VHOME/vacation"
> POSTMASTER="../postmaster/Maildir"
> SUBJ=""
> SUBJADD=""
> DUR=86400
> NUM=3
> VACSUBJ="[oO][uU][tT] [oO][fF] [oO][fF][fF][iI][cC][eE]"
> TIMESTAMP=`date "+%b %d %H:%M:%S"`
> EXT=tolower($EXT)
> HOST=tolower($HOST)
> logfile "/var/log/maildrop/maildrop-$EXT@$HOST.log"
> log "=== $TIMESTAMP - BEGIN maildrop processing for $EXT@$HOST ==="
> log "Delivery: $VHOME"
> log "Size: $SIZE"
>
> # Check vpopmail mysql db for user
> `/home/vpopmail/bin/vuserinfo $EXT@$HOST`
> if ( $RETURNCODE == 0 )
> {
>     # Check for vpopmail user directory
>     `test -d $MAILDIR`
>     if ( $RETURNCODE == 0 )
>     {
>
>        exception {
>           #xfilter "/usr/bin/rspamc --mime"
>           xfilter "/usr/bin/dspam --user $EXT@$HOST
> --deliver=stdout"
>        }
>        if ( $RETURNCODE == 0 )
>        {
>           # Check if spam and deliver to spam folder
>           if ( /^X-Spam-Status: Yes/  || /^X-DSPAM-Result: Spam/
> ||
> /^X-Mlf-Threat: likelyspam/ )
>           {
>              `test -d $SPAMDIR`
>              if ( $RETURNCODE != 0 )
>              {
>                 `maildirmake -f spam $MAILDIR`
>                 if ( $RETURNCODE != 0 )
>                 {
>                    log "Error creating $SPAMDIR..."
>                    exception {
>                         SUBJ=`reformail -x
> 'Subject:'`
>                         xfilter 'reformail -I
> "Subject: $SUBJ [ERROR
> CREATING SPAM DIRECTORY]"'
>                    }
>                    cc "$POSTMASTER"
>                    to "$MAILDIR"
>                 }
>              }
>              to "$SPAMDIR"
>           }
>           # Check if message is from this user, and process
>           if (( /^From: .*$EXT@$HOST.*/ ) && ( /^To:
> .*$EXT@$HOST.*/ )
> && ( /^Return-Path: .*$EXT@$HOST.*/ ) && ( /^From .*$EXT@$HOST.*/ ))
>           {
>           # Check if this is a user vacation (autorespond)
> start/stop
> request message.
>              if ( /^Subject: $VACSUBJ/  )
>              {
>                 log "= OUT OF OFFICE (begin) ="
>                 `test -d $VACDIR`
>                 if ( $RETURNCODE != 0 )
>                 {
>                    `mkdir $VACDIR`
>                    if ( $RETURNCODE != 0 )
>                    {
>                       log "Could not create ($VAC)
> vacation directory..."
>                       exception {
>                             SUBJ=`reformail -x
> 'Subject:'`
>                             xfilter 'reformail
> -I "Subject: $SUBJ
> [VACATION REQUEST FAILED]"'
>                       }
>                       cc "$POSTMASTER"
>                       to "$MAILDIR"
>               

Re: [qmailtoaster] Question on maildrop

2021-02-09 Thread Eric Broch

Bill,

Some questions:

1) What logfile is this in?

2) Where is the maildrop program?

3) How is maidrop being used, the actual call to maildrop from .qmail file?

4) Any other information that might be useful.

My maildrop binary is in /usr/bin

# ls -l /home/vpopmail/domains/mydomain.com/myuser

drwx-- 365 vpopmail vchkpw 12288 Feb  9 06:02 Maildir
lrwxrwxrwx   1 root root  21 Dec 28  2016 .mailfilter -> 
.mailfilter.ooo.dspam

-rw---   1 vpopmail vchkpw  6102 Jun 17  2018 .mailfilter.ooo.dspam
-rw---   1 vpopmail vchkpw    42 Aug 16 13:38 .qmail

# cat /home/vpopmail/domains/mydomain.com/myuser/.qmail

| preline /usr/bin/maildrop ./.mailfilter

# cat /home/vpopmail/domains/mydomain.com/myuser/.mailfilter (notice the 
'to $MAILDIR', 'to $SPAMDIR', and etc...)


SHELL="/bin/sh"
import EXT
import HOST
VHOME=`pwd`
MAILDIR="$VHOME/Maildir"
SPAMDIR="$VHOME/Maildir/.spam"
VACDIR="$VHOME/vacation"
POSTMASTER="../postmaster/Maildir"
SUBJ=""
SUBJADD=""
DUR=86400
NUM=3
VACSUBJ="[oO][uU][tT] [oO][fF] [oO][fF][fF][iI][cC][eE]"
TIMESTAMP=`date "+%b %d %H:%M:%S"`
EXT=tolower($EXT)
HOST=tolower($HOST)
logfile "/var/log/maildrop/maildrop-$EXT@$HOST.log"
log "=== $TIMESTAMP - BEGIN maildrop processing for $EXT@$HOST ==="
log "Delivery: $VHOME"
log "Size: $SIZE"

# Check vpopmail mysql db for user
`/home/vpopmail/bin/vuserinfo $EXT@$HOST`
if ( $RETURNCODE == 0 )
{
   # Check for vpopmail user directory
   `test -d $MAILDIR`
   if ( $RETURNCODE == 0 )
   {

  exception {
 #xfilter "/usr/bin/rspamc --mime"
 xfilter "/usr/bin/dspam --user $EXT@$HOST --deliver=stdout"
  }
  if ( $RETURNCODE == 0 )
  {
 # Check if spam and deliver to spam folder
 if ( /^X-Spam-Status: Yes/  || /^X-DSPAM-Result: Spam/ || 
/^X-Mlf-Threat: likelyspam/ )

 {
    `test -d $SPAMDIR`
    if ( $RETURNCODE != 0 )
    {
   `maildirmake -f spam $MAILDIR`
   if ( $RETURNCODE != 0 )
   {
  log "Error creating $SPAMDIR..."
  exception {
   SUBJ=`reformail -x 'Subject:'`
   xfilter 'reformail -I "Subject: $SUBJ [ERROR 
CREATING SPAM DIRECTORY]"'

  }
  cc "$POSTMASTER"
  to "$MAILDIR"
   }
    }
    to "$SPAMDIR"
 }
 # Check if message is from this user, and process
 if (( /^From: .*$EXT@$HOST.*/ ) && ( /^To: .*$EXT@$HOST.*/ ) 
&& ( /^Return-Path: .*$EXT@$HOST.*/ ) && ( /^From .*$EXT@$HOST.*/ ))

 {
 # Check if this is a user vacation (autorespond) start/stop 
request message.

    if ( /^Subject: $VACSUBJ/  )
    {
   log "= OUT OF OFFICE (begin) ="
   `test -d $VACDIR`
   if ( $RETURNCODE != 0 )
   {
  `mkdir $VACDIR`
  if ( $RETURNCODE != 0 )
  {
 log "Could not create ($VAC) vacation directory..."
 exception {
   SUBJ=`reformail -x 'Subject:'`
   xfilter 'reformail -I "Subject: $SUBJ 
[VACATION REQUEST FAILED]"'

 }
 cc "$POSTMASTER"
 to "$MAILDIR"
  }
   }
   # Remove all vacation files (esp. message)
   `find $VACDIR/ -type f -exec rm {} \;`
   SUBJADD="[OUT-OF-OFFICE STOP]"
   if ( /^Content-Type: text\/html/ )
   {
  log "= OOO-Pre (html) =="
  MSG=`formail -I "" | sed '/Content-Type: 
text\/html/,$d' | sed '/Content-Transfer-Encoding:/,$!d' | grep -v 
Content- | sed '/^-.*[0-9,A-Z,a-z]/d' | sed '/^$/d' | sed '/--/,$d'`

   }
   else
   {
  log "= OOO-Pre (text) =="
  MSG=`/usr/bin/formail -I "" | sed '/--/,$d'`
   }

   # This is a vacation (autorespond) start request, if MSG 
is not empty.

   `test -z $MSG`
   if ( $RETURNCODE != 0 )
   {
  log "= OOO Start request ="
  if ( /^Content-Type: text\/html/ )
  {
 log "= OOO (html) =="
 `formail -I "" | sed '/Content-Type: 
text\/html/,$d' | sed '/Content-Transfer-Encoding:/,$!d' | grep -v 
Content- | sed '/^-.*[0-9,A-Z,a-z]/d' | sed '/--/,$d'>$VACDIR/message`
 `formail -I "" | sed '/Content-Type: 
text\/html/,$d' | sed '/Content-Transfer-Encoding:/,$!d' | grep -v 
Content- | sed '/^-.*[0-9,A-Z,a-z]/d' | sed '/--/,$!d'>>$VACDIR/message`

  }
  else
  {
 log  "= OOO (text) =="
 `/usr/bin/formail -I "" > $VACDIR/message`
  }
  

RE: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Dan McAllister - QMT DNS Admin
Eric:

 

I’m about at my wits end on this server. I’ve tested the RAM, I’ve checked 
EVERYTHING I can think of… and to no avail.

As it turns out, the ripmime error ONLY shows up when an email is submitted to 
the SUBMISSION port and ONLY when SSL is invoked.

Whats more, it fails the submit job, rendering outside clients UINABLE to send 
messages (though internal clients are sending without incident)

 

I’m about to the point of ripping this thing out and migrating the client to a 
new service., but I was wondering if you’d be willing to remote in and look 
things over – maybe I’m missing something simple. (NOTE: This is an OLD config 
– courier and all!)

 

I’d be willing to pay you for your time – but I’ve gotta do SOMETHING with it 
this weekend. My client’s about to pull their hair out over this!

 

Thanks

 

Dan

 

727-213-2280 (my follow-me number – I’m on Eastern time – Florida – and am 
usually up until midnight, and awaken at about 8AM)

 

 

 

From: Eric Broch [mailto:ebr...@whitehorsetc.com] 
Sent: Friday, February 3, 2017 5:13 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question about qmailtoaster and + as a delimiter 
instead of the default - option

 

Thanks for clearing it up Dan.

 

On 2/3/2017 3:11 PM, Dan McAllister - QMT DNS Admin wrote:

Just catching up on emails in this box, and have 4 notes on this topic:

1.  The dash being a delimiter is embedded inside of qmail. It was done so 
primarily to help the likes of the ezmlm group management system, but it comes 
in handy in TONS of ways. (For example, I use dan=ms@mydomain as my email at 
live.com so that when SPAM shows up in my inbox having been addresses to 
dan-ms@mydomain, I know that Microsoft has sold my email address (or leaked it 
in a data breach!)).
2.  You cannot change the delimiter in qmail unless you recompile the code. 
It’s not a variable that is set somewhere (AFIK). It’s OLD qmail.
3.  The qmail-users file is designed for use in old-qmail – but we (qmt) 
use qmail with vpopmail – so the folders are located differently. Just an FYI 
for when you go out and read some of the documentation for the format of that 
file.
4.  You CAN accomplish using + as a delimiter by using vpopmail aliases…. 
But that’s not likely what you want at all.

 

Dan

 

From: Eric Broch [mailto:ebr...@whitehorsetc.com] 
Sent: Friday, February 3, 2017 12:45 PM
To: qmailtoaster-list@qmailtoaster.com 
<mailto:qmailtoaster-list@qmailtoaster.com> 
Subject: Re: [qmailtoaster] question about qmailtoaster and + as a delimiter 
instead of the default - option

 

Perhaps,

This may help, although, honestly, I wouldn't know now how to implement it.

http://www.lifewithqmail.org/lwq.html#qmail-users

Eric

 

On 2/3/2017 10:33 AM, Eric Broch wrote:

Okay, I understand.

I'm not sure how to use a + instead of a -, easily in qmail.

 

On 2/3/2017 9:58 AM, Michiel van Es wrote:

Hi Eric, 

 

I don't want to create a new user but it should be all sent to the same mailbox.
For example test+t...@domain.ltd <mailto:test+t...@domain.ltd>  should go to 
the mailbox of user t...@domain.ltd <mailto:t...@domain.ltd> .

The good thing with the delimiter is that you can use 
user+websitewhereyouveboughtsomethin...@domain.ltd 
<mailto:user+websitewhereyouveboughtsomethin...@domain.ltd>  and it is always 
sent to the u...@domain.ltd <mailto:u...@domain.ltd>  mailbox where the user 
can filter the detail part and sent it to a subfolder and keep track on all 
those websites.

 

Cheers,

 

Michiel

 

2017-02-03 17:27 GMT+01:00 Eric Broch <ebr...@whitehorsetc.com 
<mailto:ebr...@whitehorsetc.com> >:

Hi Michiel

I have to admit that I know nothing about the delimiters in qmail, but as a 
test set up two accounts on my own server:

1) test+t...@mydomain.com <mailto:test+t...@mydomain.com> 

2) test-t...@mydomain.com <mailto:test-t...@mydomain.com> 

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using Sieve for Dovecot 
'triggered' by its own LDA, 'deliver' here:  
http://www.qmailtoaster.org/notes.html 

originally here: wiki: http://wiki.dovecot.org/LDA/Qmail

Eric

 

On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric, 

 

Correct. I use sieve to filter on the detail part.

 

Cheers,

 

Michiel

 

2017-02-03 16:27 GMT+01:00 Eric Broch <ebr...@whitehorsetc.com 
<mailto:ebr...@whitehorsetc.com> >:

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld <mailto:test+t...@domain.tld> 

as opposed to

test+t...@domain.tld <mailto:test+t...@domain.tld> 

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as delimiter which I can filter on 
with sieve (dovecot).
I know that the default delimiter in Qmail is - and if you want to change it, 
you have to recompile Qmail to use + as a delimiter.

My question is: is there an easy way

Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Eric Broch

Thanks for clearing it up Dan.


On 2/3/2017 3:11 PM, Dan McAllister - QMT DNS Admin wrote:


Just catching up on emails in this box, and have 4 notes on this topic:

 1. The /dash/ being a delimiter is embedded inside of qmail. It was
done so primarily to help the likes of the ezmlm group management
system, but it comes in handy in TONS of ways. (For example, I use
dan=ms@mydomain as my email at live.com so that when SPAM shows up
in my inbox having been addresses to dan-ms@mydomain, I know that
Microsoft has sold my email address (or leaked it in a data breach!)).
 2. You cannot change the delimiter in qmail unless you recompile the
code. It’s not a variable that is set somewhere (AFIK). It’s OLD
qmail.
 3. The qmail-users file is designed for use in old-qmail – but we
(qmt) use qmail with vpopmail – so the folders are located
differently. Just an FYI for when you go out and read some of the
documentation for the format of that file.
 4. You CAN accomplish using + as a delimiter by using vpopmail
aliases…. But that’s not likely what you want at all.

Dan

*From:*Eric Broch [mailto:ebr...@whitehorsetc.com]
*Sent:* Friday, February 3, 2017 12:45 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] question about qmailtoaster and + as a 
delimiter instead of the default - option


Perhaps,

This may help, although, honestly, I wouldn't know now how to 
implement it.


http://www.lifewithqmail.org/lwq.html#qmail-users

Eric

On 2/3/2017 10:33 AM, Eric Broch wrote:

Okay, I understand.

I'm not sure how to use a + instead of a -, easily in qmail.

On 2/3/2017 9:58 AM, Michiel van Es wrote:

Hi Eric,

I don't want to create a new user but it should be all sent to
the same mailbox.
For example test+t...@domain.ltd <mailto:test+t...@domain.ltd>
should go to the mailbox of user t...@domain.ltd
<mailto:t...@domain.ltd>.

The good thing with the delimiter is that you can use
user+websitewhereyouveboughtsomethin...@domain.ltd
<mailto:user+websitewhereyouveboughtsomethin...@domain.ltd>
and it is always sent to the u...@domain.ltd
<mailto:u...@domain.ltd> mailbox where the user can filter the
detail part and sent it to a subfolder and keep track on all
those websites.

Cheers,

Michiel

2017-02-03 17:27 GMT+01:00 Eric Broch <ebr...@whitehorsetc.com
<mailto:ebr...@whitehorsetc.com>>:

Hi Michiel

I have to admit that I know nothing about the delimiters
in qmail, but as a test set up two accounts on my own server:

1) test+t...@mydomain.com <mailto:test+t...@mydomain.com>

2) test-t...@mydomain.com <mailto:test-t...@mydomain.com>

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using
Sieve for Dovecot 'triggered' by its own LDA, 'deliver'
here: http://www.qmailtoaster.org/notes.html

originally here: wiki: http://wiki.dovecot.org/LDA/Qmail

Eric

On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric,

Correct. I use sieve to filter on the detail part.

Cheers,

Michiel

2017-02-03 16:27 GMT+01:00 Eric Broch
<ebr...@whitehorsetc.com
<mailto:ebr...@whitehorsetc.com>>:

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld <mailto:test+t...@domain.tld>

as opposed to

test+t...@domain.tld <mailto:test+t...@domain.tld>

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the +
as delimiter which I can filter on with sieve
(dovecot).
I know that the default delimiter in Qmail is
- and if you want to change it, you have to
recompile Qmail to use + as a delimiter.

My question is: is there an easy way to switch
from the - delimiter to + so I can keep my
current email addresses intact?

Cheers,

Michiel


-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 



-
To unsubscribe, e-mail:
qmailtoaster-list-un

RE: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Dan McAllister - QMT DNS Admin
Just catching up on emails in this box, and have 4 notes on this topic:

1.  The dash being a delimiter is embedded inside of qmail. It was done so 
primarily to help the likes of the ezmlm group management system, but it comes 
in handy in TONS of ways. (For example, I use dan=ms@mydomain as my email at 
live.com so that when SPAM shows up in my inbox having been addresses to 
dan-ms@mydomain, I know that Microsoft has sold my email address (or leaked it 
in a data breach!)).
2.  You cannot change the delimiter in qmail unless you recompile the code. 
It’s not a variable that is set somewhere (AFIK). It’s OLD qmail.
3.  The qmail-users file is designed for use in old-qmail – but we (qmt) 
use qmail with vpopmail – so the folders are located differently. Just an FYI 
for when you go out and read some of the documentation for the format of that 
file.
4.  You CAN accomplish using + as a delimiter by using vpopmail aliases…. 
But that’s not likely what you want at all.

 

Dan

 

From: Eric Broch [mailto:ebr...@whitehorsetc.com] 
Sent: Friday, February 3, 2017 12:45 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question about qmailtoaster and + as a delimiter 
instead of the default - option

 

Perhaps,

This may help, although, honestly, I wouldn't know now how to implement it.

http://www.lifewithqmail.org/lwq.html#qmail-users

Eric

 

On 2/3/2017 10:33 AM, Eric Broch wrote:

Okay, I understand.

I'm not sure how to use a + instead of a -, easily in qmail.

 

On 2/3/2017 9:58 AM, Michiel van Es wrote:

Hi Eric, 

 

I don't want to create a new user but it should be all sent to the same mailbox.
For example test+t...@domain.ltd <mailto:test+t...@domain.ltd>  should go to 
the mailbox of user t...@domain.ltd <mailto:t...@domain.ltd> .

The good thing with the delimiter is that you can use 
user+websitewhereyouveboughtsomethin...@domain.ltd 
<mailto:user+websitewhereyouveboughtsomethin...@domain.ltd>  and it is always 
sent to the u...@domain.ltd <mailto:u...@domain.ltd>  mailbox where the user 
can filter the detail part and sent it to a subfolder and keep track on all 
those websites.

 

Cheers,

 

Michiel

 

2017-02-03 17:27 GMT+01:00 Eric Broch <ebr...@whitehorsetc.com 
<mailto:ebr...@whitehorsetc.com> >:

Hi Michiel

I have to admit that I know nothing about the delimiters in qmail, but as a 
test set up two accounts on my own server:

1) test+t...@mydomain.com <mailto:test+t...@mydomain.com> 

2) test-t...@mydomain.com <mailto:test-t...@mydomain.com> 

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using Sieve for Dovecot 
'triggered' by its own LDA, 'deliver' here:  
http://www.qmailtoaster.org/notes.html 

originally here: wiki: http://wiki.dovecot.org/LDA/Qmail

Eric

 

On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric, 

 

Correct. I use sieve to filter on the detail part.

 

Cheers,

 

Michiel

 

2017-02-03 16:27 GMT+01:00 Eric Broch <ebr...@whitehorsetc.com 
<mailto:ebr...@whitehorsetc.com> >:

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld <mailto:test+t...@domain.tld> 

as opposed to

test+t...@domain.tld <mailto:test+t...@domain.tld> 

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as delimiter which I can filter on 
with sieve (dovecot).
I know that the default delimiter in Qmail is - and if you want to change it, 
you have to recompile Qmail to use + as a delimiter.

My question is: is there an easy way to switch from the - delimiter to + so I 
can keep my current email addresses intact?

Cheers,

Michiel


-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802  


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

 





-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802 <tel:%28406%29%20214-6802> 

 





-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802





-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802


Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Eric Broch

Michiel,

Just getting my head around this, but this man page has an explanation:

http://www.qmail.org/man/man8/qmail-pw2u.html (at the bottom of the page):


 *OPTIONS*
  *-o*(Default.)  Skip/user/  if/home/  does not exist (or is not
   visible to*qmail-pw2u*).  Skip/user/  if/home/  is not owned
   by/user/.

  *-h*Stop if/home/  does not exist.  This is appropriate if
   every user is supposed to have a home directory.  Skip
   /user/  if/home/  is not owned by/user/.

  *-H*Do not check the existence or ownership of/home/.

  *-U*(Default.)  Skip/user/  if there are any uppercase
   letters in/user/.

  *-u*Allow uppercase letters in/user/.

 *-c*/char/ Use /char/ as the user-extension delimiter in place of *-*.
  *-C*Disable the user-extension mechanism.

  *-/*Use/home/*/.qmail-/*...  instead of/home/*/.qmail-*...

Again, I'm not sure how to use this without some investigation, but it looks 
like a possibility WITHOUT recompilation of Qmail code (simply a cdb).

EricB


On 2/3/2017 10:44 AM, Eric Broch wrote:


Perhaps,

This may help, although, honestly, I wouldn't know now how to 
implement it.


http://www.lifewithqmail.org/lwq.html#qmail-users

Eric


On 2/3/2017 10:33 AM, Eric Broch wrote:


Okay, I understand.

I'm not sure how to use a + instead of a -, easily in qmail.


On 2/3/2017 9:58 AM, Michiel van Es wrote:

Hi Eric,

I don't want to create a new user but it should be all sent to the 
same mailbox.
For example test+t...@domain.ltd should go to the mailbox of user 
t...@domain.ltd.
The good thing with the delimiter is that you can use 
user+websitewhereyouveboughtsomethin...@domain.ltd and it is always 
sent to the u...@domain.ltd mailbox where the user can filter the 
detail part and sent it to a subfolder and keep track on all those 
websites.


Cheers,

Michiel

2017-02-03 17:27 GMT+01:00 Eric Broch >:


Hi Michiel

I have to admit that I know nothing about the delimiters in
qmail, but as a test set up two accounts on my own server:

1) test+t...@mydomain.com 

2) test-t...@mydomain.com 

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using Sieve for
Dovecot 'triggered' by its own LDA, 'deliver' here:
http://www.qmailtoaster.org/notes.html


originally here: wiki: http://wiki.dovecot.org/LDA/Qmail


Eric


On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric,

Correct. I use sieve to filter on the detail part.

Cheers,

Michiel

2017-02-03 16:27 GMT+01:00 Eric Broch >:

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld 

as opposed to

test+t...@domain.tld 

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as
delimiter which I can filter on with sieve (dovecot).
I know that the default delimiter in Qmail is - and if
you want to change it, you have to recompile Qmail to
use + as a delimiter.

My question is: is there an easy way to switch from the
- delimiter to + so I can keep my current email
addresses intact?

Cheers,

Michiel


-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 


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

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





-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 




--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802


--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802


--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802



Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Eric Broch

Perhaps,

This may help, although, honestly, I wouldn't know now how to implement it.

http://www.lifewithqmail.org/lwq.html#qmail-users

Eric


On 2/3/2017 10:33 AM, Eric Broch wrote:


Okay, I understand.

I'm not sure how to use a + instead of a -, easily in qmail.


On 2/3/2017 9:58 AM, Michiel van Es wrote:

Hi Eric,

I don't want to create a new user but it should be all sent to the 
same mailbox.
For example test+t...@domain.ltd should go to the mailbox of user 
t...@domain.ltd.
The good thing with the delimiter is that you can use 
user+websitewhereyouveboughtsomethin...@domain.ltd and it is always 
sent to the u...@domain.ltd mailbox where the user can filter the 
detail part and sent it to a subfolder and keep track on all those 
websites.


Cheers,

Michiel

2017-02-03 17:27 GMT+01:00 Eric Broch >:


Hi Michiel

I have to admit that I know nothing about the delimiters in
qmail, but as a test set up two accounts on my own server:

1) test+t...@mydomain.com 

2) test-t...@mydomain.com 

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using Sieve for
Dovecot 'triggered' by its own LDA, 'deliver' here:
http://www.qmailtoaster.org/notes.html


originally here: wiki: http://wiki.dovecot.org/LDA/Qmail


Eric


On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric,

Correct. I use sieve to filter on the detail part.

Cheers,

Michiel

2017-02-03 16:27 GMT+01:00 Eric Broch >:

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld 

as opposed to

test+t...@domain.tld 

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as
delimiter which I can filter on with sieve (dovecot).
I know that the default delimiter in Qmail is - and if
you want to change it, you have to recompile Qmail to
use + as a delimiter.

My question is: is there an easy way to switch from the
- delimiter to + so I can keep my current email
addresses intact?

Cheers,

Michiel


-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 


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

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





-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 




--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802


--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802



Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Eric Broch

Okay, I understand.

I'm not sure how to use a + instead of a -, easily in qmail.


On 2/3/2017 9:58 AM, Michiel van Es wrote:

Hi Eric,

I don't want to create a new user but it should be all sent to the 
same mailbox.
For example test+t...@domain.ltd should go to the mailbox of user 
t...@domain.ltd.
The good thing with the delimiter is that you can use 
user+websitewhereyouveboughtsomethin...@domain.ltd and it is always 
sent to the u...@domain.ltd mailbox where the user can filter the 
detail part and sent it to a subfolder and keep track on all those 
websites.


Cheers,

Michiel

2017-02-03 17:27 GMT+01:00 Eric Broch >:


Hi Michiel

I have to admit that I know nothing about the delimiters in qmail,
but as a test set up two accounts on my own server:

1) test+t...@mydomain.com 

2) test-t...@mydomain.com 

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using Sieve for
Dovecot 'triggered' by its own LDA, 'deliver' here:
http://www.qmailtoaster.org/notes.html


originally here: wiki: http://wiki.dovecot.org/LDA/Qmail


Eric


On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric,

Correct. I use sieve to filter on the detail part.

Cheers,

Michiel

2017-02-03 16:27 GMT+01:00 Eric Broch >:

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld 

as opposed to

test+t...@domain.tld 

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as delimiter
which I can filter on with sieve (dovecot).
I know that the default delimiter in Qmail is - and if
you want to change it, you have to recompile Qmail to use
+ as a delimiter.

My question is: is there an easy way to switch from the -
delimiter to + so I can keep my current email addresses
intact?

Cheers,

Michiel


-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 


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

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





-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 




--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802



Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Michiel van Es
Hi Eric,

I don't want to create a new user but it should be all sent to the same
mailbox.
For example test+t...@domain.ltd should go to the mailbox of user
t...@domain.ltd.
The good thing with the delimiter is that you can use
user+websitewhereyouveboughtsomethin...@domain.ltd and it is always sent to
the u...@domain.ltd mailbox where the user can filter the detail part and
sent it to a subfolder and keep track on all those websites.

Cheers,

Michiel

2017-02-03 17:27 GMT+01:00 Eric Broch :

> Hi Michiel
>
> I have to admit that I know nothing about the delimiters in qmail, but as
> a test set up two accounts on my own server:
>
> 1) test+t...@mydomain.com
>
> 2) test-t...@mydomain.com
>
> qmail accepted mail for both users.
>
> Personally I use Maildrop, but have looked into using Sieve for Dovecot
> 'triggered' by its own LDA, 'deliver' here:  http://www.qmailtoaster.org/
> notes.html
>
> originally here: wiki: http://wiki.dovecot.org/LDA/Qmail
>
> Eric
>
> On 2/3/2017 9:04 AM, Michiel van Es wrote:
>
> Hi Eric,
>
> Correct. I use sieve to filter on the detail part.
>
> Cheers,
>
> Michiel
>
> 2017-02-03 16:27 GMT+01:00 Eric Broch :
>
>> Hi Michiel,
>>
>> Are you talking about an address like
>>
>> test+t...@domain.tld
>>
>> as opposed to
>>
>> test+t...@domain.tld
>>
>> ?
>>
>> Eric
>>
>>
>> On 2/3/2017 6:19 AM, Michiel van Es wrote:
>>
>>> Hi,
>>>
>>> I am using Postfix/OpenSMTPD which use the + as delimiter which I can
>>> filter on with sieve (dovecot).
>>> I know that the default delimiter in Qmail is - and if you want to
>>> change it, you have to recompile Qmail to use + as a delimiter.
>>>
>>> My question is: is there an easy way to switch from the - delimiter to +
>>> so I can keep my current email addresses intact?
>>>
>>> Cheers,
>>>
>>> Michiel
>>>
>>
>> --
>> Eric Broch, IMSO, DAM, NGOO, DITH, URTS
>> White Horse Technical Consulting (WHTC)
>> 406.214.6802
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
> --
> Eric Broch, IMSO, DAM, NGOO, DITH, URTS
> White Horse Technical Consulting (WHTC)406.214.6802 <(406)%20214-6802>
>
>


Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Eric Broch

Hi Michiel

I have to admit that I know nothing about the delimiters in qmail, but 
as a test set up two accounts on my own server:


1) test+t...@mydomain.com

2) test-t...@mydomain.com

qmail accepted mail for both users.

Personally I use Maildrop, but have looked into using Sieve for Dovecot 
'triggered' by its own LDA, 'deliver' here: 
http://www.qmailtoaster.org/notes.html


originally here: wiki: http://wiki.dovecot.org/LDA/Qmail

Eric


On 2/3/2017 9:04 AM, Michiel van Es wrote:

Hi Eric,

Correct. I use sieve to filter on the detail part.

Cheers,

Michiel

2017-02-03 16:27 GMT+01:00 Eric Broch >:


Hi Michiel,

Are you talking about an address like

test+t...@domain.tld

as opposed to

test+t...@domain.tld

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as delimiter
which I can filter on with sieve (dovecot).
I know that the default delimiter in Qmail is - and if you
want to change it, you have to recompile Qmail to use + as a
delimiter.

My question is: is there an easy way to switch from the -
delimiter to + so I can keep my current email addresses intact?

Cheers,

Michiel


-- 
Eric Broch, IMSO, DAM, NGOO, DITH, URTS

White Horse Technical Consulting (WHTC)
406.214.6802 


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

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





--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802



Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Michiel van Es
Hi Eric,

Correct. I use sieve to filter on the detail part.

Cheers,

Michiel

2017-02-03 16:27 GMT+01:00 Eric Broch :

> Hi Michiel,
>
> Are you talking about an address like
>
> test+t...@domain.tld
>
> as opposed to
>
> test-t...@domain.tld
>
> ?
>
> Eric
>
>
> On 2/3/2017 6:19 AM, Michiel van Es wrote:
>
>> Hi,
>>
>> I am using Postfix/OpenSMTPD which use the + as delimiter which I can
>> filter on with sieve (dovecot).
>> I know that the default delimiter in Qmail is - and if you want to change
>> it, you have to recompile Qmail to use + as a delimiter.
>>
>> My question is: is there an easy way to switch from the - delimiter to +
>> so I can keep my current email addresses intact?
>>
>> Cheers,
>>
>> Michiel
>>
>
> --
> Eric Broch, IMSO, DAM, NGOO, DITH, URTS
> White Horse Technical Consulting (WHTC)
> 406.214.6802
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


Re: [qmailtoaster] question about qmailtoaster and + as a delimiter instead of the default - option

2017-02-03 Thread Eric Broch

Hi Michiel,

Are you talking about an address like

test+t...@domain.tld

as opposed to

test-t...@domain.tld

?

Eric


On 2/3/2017 6:19 AM, Michiel van Es wrote:

Hi,

I am using Postfix/OpenSMTPD which use the + as delimiter which I can 
filter on with sieve (dovecot).
I know that the default delimiter in Qmail is - and if you want to 
change it, you have to recompile Qmail to use + as a delimiter.


My question is: is there an easy way to switch from the - delimiter to 
+ so I can keep my current email addresses intact?


Cheers,

Michiel


--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802


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



Re: [qmailtoaster] Question

2017-01-09 Thread Eric Broch

Hi Scott,

I'm not sure exactly how far along you are, but you can start by going 
the qmailtoaster.com and following the instructions for installation.


Much of the Wiki, link toward the bottom of the page, is applicable for 
CentOS 7 as far as adding domains, etc.


Any help you need simply post questions here.

Eric



On 1/9/2017 3:31 AM, Scott Hughes wrote:

I have not used qmailtoaster in quite a while. Is the a primer on how to get 
started (adding domains, adjusting spam sensitivity, etc).

Thanks,

Scott


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



--
Eric Broch, IMSO, DAM, NGOO, DITH, URTS
White Horse Technical Consulting (WHTC)
406.214.6802


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



Re: [qmailtoaster] question concerning qt from ftp.whitehorsetc.com

2015-04-09 Thread Eric Broch

Rajesh,

You downloaded the source rpm for EL7/CentOS7. You won't be able to
install it on EL6/CentOS6 systems. I do not have the EL6/CentOS6 QMT
source rpms or binary rpms on my ftp site except for a few of the ClamAV
packages.

The EL6/CentOS6 source packages must come from
http://mirrors.qmailtoaster.com/current/SRPMS/vpopmail-5.4.33-0.qt.src.rpm.

It looked like your error in building vpopmail was in its finding the
ev.h header. Have a look at this link
http://stackoverflow.com/questions/9501196/ev-h-c-header-missing and
this link
http://stackoverflow.com/questions/17317018/installing-oversip-on-rhel6-facing-issues
and see if one or the other will help you.

Eric



On 4/9/2015 11:56 AM, Rajesh M wrote:
 Eric B

 i downloaded the source rpms from
 ftp://ftp.whitehorsetc.com/pub/qmail/CentOS7/qmt/scripts/

 # rpmbuild --rebuild --define dist .qt.el6 vpopmail-5.4.33-1.qt.src.rpm
 Installing vpopmail-5.4.33-1.qt.src.rpm
 error: Failed build dependencies:
 mariadb-devel = 5.5.40-2 is needed by vpopmail-5.4.33-1.qt.el6.x86_64

 is it mandatory to use mariadb ?

 can i not use mysql server ?

 thanks

 rajesh




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



Re: [qmailtoaster] question concerning chkuser

2014-10-29 Thread Cecil Yother

  
  
Have you tried increaaing the limit to 200?

Rajesh M. wrote:


  hi

i have a problem with one of my clients

the client composes multiple emails ie over 200 separate emails in his outbox and then sends them together.
each mail is addressed to one single recepient email id only.

in chkuser i had set the limit to : CHKUSER_RCPTLIMIT to 50
which i assumed that one single email may have upto 50 recepients

however while sending these 200 emails together my client gets chkuser error that :

The following recipient(s) cannot be reached:
'a...@b.com' on 14/10/2014 2:46 AM
550 5.7.1 sorry, you are violating our security policies (chkuser)

i wanted to know why this error comes since each email contains one single recepient only

rajesh



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


-- 
  
  



Re: [qmailtoaster] question concerning chkuser

2014-10-29 Thread Tonix - Antonio Nati

It is a known bug (or feature? :-) ).
Counters are not reset during same session. Probably all messages are 
sent in same session, that's to say client open 200 smtp session within 
same connection.


3 solutions:

 * raise the limit
 * tell the customer to force single message sessions
 * if the user is authenticated, disable chkuser for authenticated
   users (I stronly suggest this option).

Regards,

Tonino


Il 29/10/2014 21:14, Cecil Yother ha scritto:

Have you tried increaaing the limit to 200?

Rajesh M. wrote:

hi

i have a problem with one of my clients

the client composes multiple emails ie over 200 separate emails in his outbox 
and then sends them together.
each mail is addressed to one single recepient email id only.

in chkuser i had set the limit to : CHKUSER_RCPTLIMIT to 50
which i assumed that one single email may have upto 50 recepients

however while sending these 200 emails together my client gets chkuser error 
that :

The following recipient(s) cannot be reached:
'a...@b.com' on 14/10/2014 2:46 AM
550 5.7.1 sorry, you are violating our security policies (chkuser)

i wanted to know why this error comes since each email contains one single 
recepient only

rajesh




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


--



--

Inter@zioniInterazioni di Antonio Nati
   http://www.interazioni.it  to...@interazioni.it




Re: [qmailtoaster] Question about lists (other than ezmlm)

2014-07-18 Thread Angus McIntyre

Dan McAllister wrote:
 Ok, I know STOCK QMT comes with mlm -- but I also recall others talking
 about other list management tools for QMT

 I have a client that wants to use a mail list (tens of thousands of
 entries, he says -- I've warned him of the blacklist risk!)

 What are our other alternatives?

If you're running CentOS ... which you presumably are ... you can use
'yum' to install 'mailman'. There's no specific integration with QMT, but
in my experience they play fairly nicely together.

In a past life, I did a whole 'mailman' setup by hand, including
installing from source. _That_ I do not recommend. But my recollection is
that using 'yum' to get it going was pretty painless. While 'mailman' has
an interface that only Richard Stallman could love, once it's installed it
requires minimal attention.

Your mileage may vary.

Angus



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



Re: [qmailtoaster] Question about send email to non existent email

2012-12-20 Thread Sebastian Grewe
Hey Nikolay,

I would guess that depends on the remote server. Did you check what the error 
message of the other end is? Maybe they send a temporary error message instead 
of a hard error so your server keeps trying until it times out?

Cheers,
Sebastian

On 20.12.2012, at 16:59, Nikolay Mitev mite...@gmail.com wrote:

 Hi Team,
 
 I would like to ask the following thing,
 
 When sending mail to non-existent email accounts in some case message
 is returned immediately and in other case email remains in the queue
 though email sent to non existent.
 
 How to change it so that the message is returned to the sender after a
 fixed time.
 
 Best regards,
 Nikolay
 
 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 

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



Re: [qmailtoaster] Question about send email to non existent email

2012-12-20 Thread Nikolay Mitev
Hi Sebastian,

Surely this is a temproray error, Excuse me, I admit my mistake  :|

Thanks for that idea really helped me.

Thank you very much,
Nikolay


On Thu, Dec 20, 2012 at 6:48 PM, Sebastian Grewe sebast...@grewe.ca wrote:
 Hey Nikolay,

 I would guess that depends on the remote server. Did you check what the error 
 message of the other end is? Maybe they send a temporary error message 
 instead of a hard error so your server keeps trying until it times out?

 Cheers,
 Sebastian

 On 20.12.2012, at 16:59, Nikolay Mitev mite...@gmail.com wrote:

 Hi Team,

 I would like to ask the following thing,

 When sending mail to non-existent email accounts in some case message
 is returned immediately and in other case email remains in the queue
 though email sent to non existent.

 How to change it so that the message is returned to the sender after a
 fixed time.

 Best regards,
 Nikolay

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


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


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



Re: [qmailtoaster] question concerning chkuser

2012-04-04 Thread Tonix (Antonio Nati)

That message has nothing to do with chkuser.
Check your permissions.

Regards,

Tonino

Il 04/04/2012 04:43, Rajesh M ha scritto:

hi

using qmailtoaster on centos. i have spamdyke and chkuser enabled

i got an error like this in my log file today which was quite puzzling

write_to_qmail-inject_failed:_32/system_error_calling_qmail-inject

what could be the reason for this ?

is chkuser supposed to reject such messages because the mail from
contains invalid characters ?


2012-04-04 07:07:25.929746500 new msg 71244066
2012-04-04 07:07:25.929767500 info msg 71244066: bytes 251598 from
prvs=434a6a0d6=statem...@rbs.com  qp 5047 uid 89
2012-04-04 07:07:25.939126500 starting delivery 93238: msg 71244066 to
local mydomain.com-fina...@mydomain.com
2012-04-04 07:07:25.949806500 delivery 93238: deferral:
qmail-inject:_fatal:_unable_to_parse_this_line:/To:_fina...@mydomain.com;;/write_to_qmail-inject_failed:_32/system_error_calling_qmail-inject/



thanks
rajesh





-
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






--

Inter@zioniInterazioni di Antonio Nati
   http://www.interazioni.it  to...@interazioni.it



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

2011-04-15 Thread Scott Hughes
But while we are on the subject, here is my tcp.smtp file.  Anyone see any
problems?

 

127.0.0.1:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/priva
te,RBLSMTPD=,NOP0FCHECK=1

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=250,CHKUSER_WRON
GRCPTLIMIT=25,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/contr
ol/domainkeys/%/private,NOP0FCHECK=1

66.255.244.196:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/
private,RBLSMTPD=,NOP0FCHECK=1

 

Go ahead Eric - tear it up. I always learn something from you!  I'm betting
the last line is not needed.

 

Thanks,

Scott

 

From: Scott Hughes [mailto:sc...@renshawauto.net] 
Sent: Friday, April 15, 2011 10:56 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Question

 

One of my users sent a very large email out (large as in number of
recipients he was sending to).  He got a bounce message that said: 571
sorry, you are violating our security policies (#5.7.1 - chkuser)  and
571 sorry, reached maximum number of recipients for one session (#5.7.1 -
chkuser).

 

I *think* that both messages are because he exceeded the number of
recipients allowed.  My question is, how to enlarge the number of allow
recipients so that this won't happen again?

 

Thanks,

Scott

 



Re: [qmailtoaster] question

2010-06-25 Thread Aleksander Podsiadły
Dnia 2010-06-24, czw o godzinie 12:52 -0600, Noel Rivera (Border Less)
pisze:
 Hello List I have a question about squirrelmail.
 
  
 
 Is there a way to view a log from users to access to the squirrelmail
 page?
 
 

Check this page: http://www.ossec.net/wiki/SquirrelMail
I wrote some rules for ossec hids to log webmail attacks. It works form
me. :)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


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

2010-06-25 Thread Noel Rivera (Border Less)
Thanks jake for your support.

 

need a log similar to that generated by qmail pop3-ssl where it appears the
user and the ip address from which is accessed

 

Saludos.

 

borderless_small

Borderless Consulting Group SA de CV.

Noel Alban Rivera Rivera

Jefe de Redes y Telecomunicaciones

Tel. (915) 633-61-04

Nextel 62*142650*2

P Por favor considera el medio ambiente antes de imprimir este e-mail.

 



--

 

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any,
is intended only for the person or entity to which it is addressed and may
contain confidential and /or privileged material. Any review, use,
disclosure or distribution of such confidential information without the
written authorization of Borderless Consulting Group is prohibited. If you
are not the intended recipient, please contact the sender by reply e-mail
and destroy all copies of the original message. By receiving this e-mail you
acknowledge that any breach by you and/or your representatives of the above
provisions may entitle Borderless Consulting Group to seek for damages.

 

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso,
los archivos adjuntos al mismo, pueden contener información de carácter
confidencial y/o privilegiada, y se envían a la atención única y
exclusivamente de la persona y/o entidad a quien va dirigido. La copia,
revisión, uso, revelación y/o distribución de dicha información confidencial
sin la autorización por escrito de Borderless Consulting Group está
prohibida. Si usted no es el destinatario a quien se dirige el presente
correo, favor de contactar al remitente respondiendo al presente correo y
eliminar el correo original incluyendo sus archivos, así como cualesquiera
copia del mismo. Mediante la recepción del presente correo usted reconoce y
acepta que en caso de incumplimiento de su parte y/o de sus representantes a
los términos antes mencionados, Borderless Consulting Group tendrá derecho a
los daños y perjuicios que esto le cause.

 

From: Jake Vickers [mailto:j...@qmailtoaster.com] 
Sent: Thursday, June 24, 2010 6:04 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question

 

On 06/24/2010 02:52 PM, Noel Rivera (Border Less) wrote: 

Hello List I have a question about squirrelmail.

 

Is there a way to view a log from users to access to the squirrelmail page?


Are you asking to view which users access the page? First place I would
check would be the apache logs. Second, I think it will be logged as the
last login when viewed by CLI or admin-toaster.

image001.jpg

RE: [qmailtoaster] question

2010-06-25 Thread Noel Rivera (Border Less)
This is beautiful and I need this one.

where should I put this code?

group name=squirrelmail,
  rule id=131100 level=0
if_sid31108/if_sid
url/webmail/src/redirect.php/url
descriptionSquirrelmail logins grouped./description
  /rule
  
  rule id=131101 level=1
if_sid131100/if_sid
id^302/id
descriptionSquirrelmail: successfull login./description
groupauthentication_success,/group
  /rule
  
  rule id=131102 level=5
if_sid131100/if_sid
id^200/id
descriptionSquirrelmail: authentication failed./description
groupauthentication_failures,/group
  /rule

  rule id=131103 level=10 frequency=6 timeframe=300
if_matched_sid131102/if_matched_sid
same_source_ip /
descriptionSquirrelmail brute force attack./description
groupattack, authentication_failures,/group
  /rule
/group !-- SQUIRRELMAIL --


Saludos.


Borderless Consulting Group SA de CV.
Noel Alban Rivera Rivera
Jefe de Redes y Telecomunicaciones
Tel. (915) 633-61-04
Nextel 62*142650*2
 Por favor considera el medio ambiente antes de imprimir este e-mail.

--

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and /or privileged material. Any review, use, disclosure or 
distribution of such confidential information without the written authorization 
of Borderless Consulting Group is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. By receiving this e-mail you acknowledge that any breach 
by you and/or your representatives of the above provisions may entitle 
Borderless Consulting Group to seek for damages.

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso, los 
archivos adjuntos al mismo, pueden contener información de carácter 
confidencial y/o privilegiada, y se envían a la atención única y exclusivamente 
de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, 
revelación y/o distribución de dicha información confidencial sin la 
autorización por escrito de Borderless Consulting Group está prohibida. Si 
usted no es el destinatario a quien se dirige el presente correo, favor de 
contactar al remitente respondiendo al presente correo y eliminar el correo 
original incluyendo sus archivos, así como cualesquiera copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, Borderless Consulting Group tendrá derecho a los daños y 
perjuicios que esto le cause.


-Original Message-
From: Aleksander Podsiadły [mailto:a...@westside.kielce.pl] 
Sent: Friday, June 25, 2010 12:59 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question

Dnia 2010-06-24, czw o godzinie 12:52 -0600, Noel Rivera (Border Less)
pisze:
 Hello List I have a question about squirrelmail.
 
  
 
 Is there a way to view a log from users to access to the squirrelmail
 page?
 
 

Check this page: http://www.ossec.net/wiki/SquirrelMail
I wrote some rules for ossec hids to log webmail attacks. It works form
me. :)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


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

2010-06-25 Thread Aleksander Podsiadły
Dnia 2010-06-25, pią o godzinie 10:28 -0600, Noel Rivera (Border Less)
pisze:
 This is beautiful and I need this one.
 
 where should I put this code? 

To /var/ossec/rules/local_rules.xml

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


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

2010-06-25 Thread Noel Rivera (Border Less)
Aleksander I don't have this folder in my qmail server.

Saludos.


Borderless Consulting Group SA de CV.
Noel Alban Rivera Rivera
Jefe de Redes y Telecomunicaciones
Tel. (915) 633-61-04
Nextel 62*142650*2
 Por favor considera el medio ambiente antes de imprimir este e-mail.

--

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and /or privileged material. Any review, use, disclosure or 
distribution of such confidential information without the written authorization 
of Borderless Consulting Group is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. By receiving this e-mail you acknowledge that any breach 
by you and/or your representatives of the above provisions may entitle 
Borderless Consulting Group to seek for damages.

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso, los 
archivos adjuntos al mismo, pueden contener información de carácter 
confidencial y/o privilegiada, y se envían a la atención única y exclusivamente 
de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, 
revelación y/o distribución de dicha información confidencial sin la 
autorización por escrito de Borderless Consulting Group está prohibida. Si 
usted no es el destinatario a quien se dirige el presente correo, favor de 
contactar al remitente respondiendo al presente correo y eliminar el correo 
original incluyendo sus archivos, así como cualesquiera copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, Borderless Consulting Group tendrá derecho a los daños y 
perjuicios que esto le cause.


-Original Message-
From: Aleksander Podsiadły [mailto:a...@westside.kielce.pl] 
Sent: Friday, June 25, 2010 12:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] question

Dnia 2010-06-25, pią o godzinie 10:28 -0600, Noel Rivera (Border Less)
pisze:
 This is beautiful and I need this one.
 
 where should I put this code? 

To /var/ossec/rules/local_rules.xml

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


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

2010-06-25 Thread Noel Rivera (Border Less)
Thanks Aleksander

Saludos.


Borderless Consulting Group SA de CV.
Noel Alban Rivera Rivera
Jefe de Redes y Telecomunicaciones
Tel. (915) 633-61-04
Nextel 62*142650*2
 Por favor considera el medio ambiente antes de imprimir este e-mail.

--

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and /or privileged material. Any review, use, disclosure or 
distribution of such confidential information without the written authorization 
of Borderless Consulting Group is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. By receiving this e-mail you acknowledge that any breach 
by you and/or your representatives of the above provisions may entitle 
Borderless Consulting Group to seek for damages.

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso, los 
archivos adjuntos al mismo, pueden contener información de carácter 
confidencial y/o privilegiada, y se envían a la atención única y exclusivamente 
de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, 
revelación y/o distribución de dicha información confidencial sin la 
autorización por escrito de Borderless Consulting Group está prohibida. Si 
usted no es el destinatario a quien se dirige el presente correo, favor de 
contactar al remitente respondiendo al presente correo y eliminar el correo 
original incluyendo sus archivos, así como cualesquiera copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, Borderless Consulting Group tendrá derecho a los daños y 
perjuicios que esto le cause.


-Original Message-
From: Aleksander Podsiadły [mailto:a...@westside.kielce.pl] 
Sent: Friday, June 25, 2010 12:54 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] question

Dnia 2010-06-25, pią o godzinie 12:39 -0600, Noel Rivera (Border Less)
pisze:
 Aleksander I don't have this folder in my qmail server.
 
 Saludos. 

This file is in: http://www.ossec.net/ :)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


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

2010-06-25 Thread Noel Rivera (Border Less)
Aleksander I install the program and I edit the file local_rules.xml under 
/var/log/ossec/rules/

In the /var/log/ossec/logs/alerts I found this line


** Alert 1277506046.174479: - syslog,vpopmail,authentication_success,
2010 Jun 25 16:47:26 mailserver-/var/log/maillog

But I cannot view the squirrelmail logins.

The local_rules.xml has this information:

!-- @(#) $Id: local_rules.xml,v 1.7 2010/03/04 20:12:33 dcid Exp $
  -  Example of local rules for OSSEC.
  -
  -  Copyright (C) 2009 Trend Micro Inc.
  -  All rights reserved.
  -
  -  This program is a free software; you can redistribute it
  -  and/or modify it under the terms of the GNU General Public
  -  License (version 2) as published by the FSF - Free Software
  -  Foundation.
  -
  -  License details: http://www.ossec.net/en/licensing.html
  --


!-- Modify it at your will. --

group name=local,syslog,

  !-- Note that rule id 5711 is defined at the ssh_rules file
-  as a ssh failed login. This is just an example
-  since ip 1.1.1.1 shouldn't be used anywhere.
-  Level 0 means ignore.
--
  rule id=11 level=0
if_sid5711/if_sid
srcip1.1.1.1/srcip
descriptionExample of rule that will ignore sshd /description
descriptionfailed logins from IP 1.1.1.1./description
  /rule
  
  
  !-- This example will ignore ssh failed logins for the user name XYZABC.
--
  !--  
  rule id=100020 level=0
if_sid5711/if_sid
userXYZABC/user
descriptionExample of rule that will ignore sshd /description
descriptionfailed logins for user XYZABC./description
  /rule
  --
  
  
  !-- Specify here a list of rules to ignore. --
  !--
  rule id=100030 level=0
if_sid12345, 23456, xyz, abc/if_sid
descriptionList of rules to be ignored./description
  /rule
  --
   
/group !-- SYSLOG,LOCAL --


group name=squirrelmail,
  rule id=131100 level=0
if_sid31108/if_sid
url/webmail/src/redirect.php/url
descriptionSquirrelmail logins grouped./description
  /rule
  
  rule id=131101 level=1
if_sid131100/if_sid
id^302/id
descriptionSquirrelmail: successfull login./description
groupauthentication_success,/group
  /rule
  
  rule id=131102 level=5
if_sid131100/if_sid
id^200/id
descriptionSquirrelmail: authentication failed./description
groupauthentication_failures,/group
  /rule

  rule id=131103 level=10 frequency=6 timeframe=300
if_matched_sid131102/if_matched_sid
same_source_ip /
descriptionSquirrelmail brute force attack./description
groupattack, authentication_failures,/group
  /rule
/group !-- SQUIRRELMAIL --


!-- EOF --


Thanks for your Help

Saludos.


Borderless Consulting Group SA de CV.
Noel Alban Rivera Rivera
Jefe de Redes y Telecomunicaciones
Tel. (915) 633-61-04
Nextel 62*142650*2
 Por favor considera el medio ambiente antes de imprimir este e-mail.

--

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and /or privileged material. Any review, use, disclosure or 
distribution of such confidential information without the written authorization 
of Borderless Consulting Group is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. By receiving this e-mail you acknowledge that any breach 
by you and/or your representatives of the above provisions may entitle 
Borderless Consulting Group to seek for damages.

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso, los 
archivos adjuntos al mismo, pueden contener información de carácter 
confidencial y/o privilegiada, y se envían a la atención única y exclusivamente 
de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, 
revelación y/o distribución de dicha información confidencial sin la 
autorización por escrito de Borderless Consulting Group está prohibida. Si 
usted no es el destinatario a quien se dirige el presente correo, favor de 
contactar al remitente respondiendo al presente correo y eliminar el correo 
original incluyendo sus archivos, así como cualesquiera copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, Borderless Consulting Group tendrá derecho a los daños y 
perjuicios que esto le cause.

-Original Message-
From: Aleksander Podsiadły [mailto:a...@westside.kielce.pl] 
Sent: Friday, June 25, 2010 12:54 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] question

Dnia 2010-06-25, pią o godzinie 12:39 -0600, Noel Rivera (Border Less)
pisze:
 Aleksander I don't have this folder in my qmail server

Re: [qmailtoaster] question

2010-06-24 Thread Jake Vickers

On 06/24/2010 02:52 PM, Noel Rivera (Border Less) wrote:


Hello List I have a question about squirrelmail.

Is there a way to view a log from users to access to the squirrelmail 
page?




Are you asking to view which users access the page? First place I would 
check would be the apache logs. Second, I think it will be logged as the 
last login when viewed by CLI or admin-toaster.




Re: [qmailtoaster] question about packages

2010-04-17 Thread Jake Vickers

On 04/15/2010 04:59 AM, Michiel van Es | Info.nl wrote:

Hello,

I am new to the list and want to say that I am really happy with the 
qmail toaster packages and setup.
I was wondering, since all packages are registered under the GPL, is 
not to provide SRPM's but RPM's and perhaps even a yum repository?


It has a lot of advantages:

- easy installation and dependency checks
- easy way to keep your packages up to date, now you have to check the 
qmailtoaster page or your /admin-toaster/ link to check if there are 
any updates.


I like pre packaged packages and an easy way to keep them up to date.
A Yum repository would be an outcome.

It would make the installation of Qmail toaster a lot easier and 
easier to maintain for packagers.




I'm hoping to make QMTv2 yum based by using other repositories already 
in place. There is no way I could afford to run my own mirrors for the 
packages.



-
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] Question about teaching ham for spamassassin?

2010-04-06 Thread Jake Vickers

On 04/06/2010 04:06 AM, Peter Peltonen wrote:

My Qmailtoaster/Spamassassin has now started to mark real email
messages (like ones from Cron) as Spam.

Reading the Wiki, I guess I should use this script to teach it about ham:

# Learn ham!
cd /home/vpopmail/domains/$DOMAIN/$HAM/Maildir/cur
/usr/bin/sa-learn --ham ./*
rm -rf /home/vpopmail/domains/$DOMAIN/$HAM/Maildir/cur/*
cd /home/vpopmail/domains/$DOMAIN/$HAM/Maildir/new
/usr/bin/sa-learn --ham ./*
rm -rf /home/vpopmail/domains/$DOMAIN/$HAM/Maildir/new/*


Two questions about the process

1) Should I teach only the mislabeled messages or should I include
also other correctly labeled ham messages as well?

2) As which user should I run the script, root or vpopmail?


Regards,
Peter
   


It would be good to teach it both, and the wiki information is a little 
out of date - the script needs to be run with sudo vpopmail for the 
sa-learn command or su'ed to vpopmail. Otherwise you're just learning 
ham/spam for root, which will never be used since simscan calls it with 
vpopmail access.



-
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] question concerning read email

2010-02-25 Thread Eric Broch
I believe this will happen if you set your email client to NOT download
email from the server. I know this can be done in outlook express, I'm not
sure about other email clients.

-Original Message-
From: Rajesh M [mailto:24x7ser...@24x7server.net] 
Sent: Thursday, February 25, 2010 12:33 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] question concerning read email

hi

is there a feature in qmail toaster so that if i download email via pop3 ,
it will also set the email as read when i view it via webmail

rajesh






-
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] question about simscan, clamd and qmail

2010-02-09 Thread Aleksander Podsiadły
Dnia 2010-02-09, o godz. 15:13:29
Michiel van Es m...@pcintelligence.nl napisał(a):

 @40004b71693e2c0f617c 
 /var/qmail/simscan/1265723700.530689.31662/report.zip: OK
 
 Any help is much appreciated as I don't want any virusses slipping 
 through :)

Maybe zip archive is not scanned. Check config
option ScanArchive,should be set yes.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
N:50.88409 S:20.58425

-
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] question about simscan, clamd and qmail

2010-02-09 Thread Michiel van Es

Hi
Is set to scan Archive.

Regards

Michiel van Es

Op 9 feb 2010 om 16:17 heeft Aleksander Podsiadły a...@westside.kielce.p 
l het volgende geschreven:\



Dnia 2010-02-09, o godz. 15:13:29
Michiel van Es m...@pcintelligence.nl napisał(a):


@40004b71693e2c0f617c
/var/qmail/simscan/1265723700.530689.31662/report.zip: OK

Any help is much appreciated as I don't want any virusses slipping
through :)


Maybe zip archive is not scanned. Check config
option ScanArchive,should be set yes.

--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
N:50.88409 S:20.58425

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

2009-12-16 Thread Igor Vukotić

Dont mess with that your life will be much easer

On 2009,12,15, at 15:30, Jake Vickers wrote:


Noel Rivera (Border Less) wrote:


Hello List.
I need to change this message, anyone knows how to do it?

552 sorry, that message size exceeds my databytes limit (#5.3.4)



I believe that message is statically defined in the source code. I  
would need to dig into the code to verify this however.






RE: [qmailtoaster] question

2009-12-16 Thread Noel Rivera (Border Less)
Thanks Igor

 

 

From: Igor Vukotić [mailto:igor.vuko...@nacional.hr] 
Sent: Wednesday, December 16, 2009 2:03 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question

 

Dont mess with that your life will be much easer

 

On 2009,12,15, at 15:30, Jake Vickers wrote:





Noel Rivera (Border Less) wrote:

Hello List.

I need to change this message, anyone knows how to do it?

 

552 sorry, that message size exceeds my databytes limit (#5.3.4)

 


I believe that message is statically defined in the source code. I would
need to dig into the code to verify this however.

 



Re: [qmailtoaster] question

2009-12-15 Thread Jake Vickers

Noel Rivera (Border Less) wrote:


Hello List.

I need to change this message, anyone kwnows how to do it?

 


552 sorry, that message size exceeds my databytes limit (#5.3.4)

 



I believe that message is statically defined in the source code. I would 
need to dig into the code to verify this however.




Re: [qmailtoaster] question

2009-12-11 Thread Rajesh M
hi

i assume that you are referring to 6 mb size per email

yes this is possible by using databytes file under
/var/qmail/control/databytes

more info here

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


rajesh


 Hello List I have a server with 7 diferents domains, and I have to limit
 the
 received and send mail to 6 Mb In one of this 7 domains, Is this possible?



 Thanks for your Help








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

2009-12-11 Thread Aleksander Podsiadły

W dniu 11.12.2009 19:36, Noel Rivera (Border Less) pisze:
Hello List I have a server with 7 diferents domains, and I have to 
limit the received and send mail to 6 Mb In one of this 7 domains, Is 
this possible? 

http://www.mail-archive.com/qm...@id.wustl.edu/msg06555.html

--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] question concerning qmail queue

2009-12-10 Thread Andreas Galatis
Hi Rajesh, 

have a look at the iptables- module recent. It logs connections on the desired 
ports, counting new connections in a table and, when a threshold is reached, 
blocks the concerned ip.

Consider running a script that looks at the blocked ips to resolve the problem 
on the infected PC.

Andreas
Am Thursday 10 December 2009 19:17:12 schrieb Rajesh M:
 hi all

 recently we had a spam attack due to a compromised user. we are planning
 on a script to prevent this by having an automatic tool to monitor the
 qmail queue.

 if the number of emails in the queue exceeds say 100 then open every email
 in the queue, track the ips and if any one is repeated more than 50 times
 block the ip address in iptables

 my questions

 Question no 1
 will opening and reading the qmail queue cause any kind of corruption of
 the queue ?


 Question no 2
 is there a better way to control such spammers by having a limit on the
 number of emails per day or per hour thru one specific smtp authenticated
 user id and password ?

 any ideas on this would be very helpful

 thanks
 rajesh










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

2009-09-10 Thread Eric Shubert

Noel Rivera (Border Less) wrote:

Hello list:

I have running qmailtoaster with spamdyke I have more than 7 diferents 
domains running in my server and I want to move the configuration to 1 
of this domains cannot be checked by Spamdyke, is this possible?




spamdyke configuration can be selectively altered. See 
http://www.spamdyke.org/documentation/README.html#CONFIGURATION_DIR


If you have any spamdyke-specific questions, please use the spamdyke list.

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

2009-09-10 Thread Noel Rivera (Border Less)
Thanks Eric

Saludos.


Borderless Consulting Group SA de CV.
Noel Alban Rivera Rivera
Jefe de Redes y Telecomunicaciones
Tel. (915) 633-61-04
Nextel 62*142650*2
 Por favor considera el medio ambiente antes de imprimir este e-mail.

--

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and /or privileged material. Any review, use, disclosure or 
distribution of such confidential information without the written authorization 
of Borderless Consulting Group is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. By receiving this e-mail you acknowledge that any breach 
by you and/or your representatives of the above provisions may entitle 
Borderless Consulting Group to seek for damages.

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso, los 
archivos adjuntos al mismo, pueden contener información de carácter 
confidencial y/o privilegiada, y se envían a la atención única y exclusivamente 
de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, 
revelación y/o distribución de dicha información confidencial sin la 
autorización por escrito de Borderless Consulting Group está prohibida. Si 
usted no es el destinatario a quien se dirige el presente correo, favor de 
contactar al remitente respondiendo al presente correo y eliminar el correo 
original incluyendo sus archivos, así como cualesquiera copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, Borderless Consulting Group tendrá derecho a los daños y 
perjuicios que esto le cause.

-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
Sent: Jueves, 10 de Septiembre de 2009 11:06 a.m.
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question

Noel Rivera (Border Less) wrote:
 Hello list:
 
 I have running qmailtoaster with spamdyke I have more than 7 diferents 
 domains running in my server and I want to move the configuration to 1 
 of this domains cannot be checked by Spamdyke, is this possible?
 

spamdyke configuration can be selectively altered. See 
http://www.spamdyke.org/documentation/README.html#CONFIGURATION_DIR

If you have any spamdyke-specific questions, please use the spamdyke list.

-- 
-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] Question regarding Clamav update process

2009-06-08 Thread Jake Vickers

Alberto Guzzetti wrote:

Greetings list,

checking my logwatch i've notice some warnings/errors in clamav 
updates. I think they are generated due to there is no daily patch to 
download, is it right or I have a problem?
I mean since main.cld and daily.cld are update it do not downloads 
anything and so it return an error/warning.


Last Status:
main.cld is up to date (version: 51, sigs: 545035, f-level: 42, builder: 
sven)
daily.cld is up to date (version: *9435*, sigs: 27490, f-level: 42, 
builder: guitar)
Received signal: wake up
 
 ERRORS:

getpatch: Can't download daily-*9435*.cdiff from db.it.clamav.net: 1 Time(s)
Can't download daily.cvd from db.it.clamav.net: 1 Time(s)
 
 WARNINGS:

getpatch: Can't download daily-*9435*.cdiff from db.it.clamav.net: 8 Time(s)
Incremental update failed, trying to download daily.cvd: 4 Time(s)
Can't download daily.cvd from database.clamav.net: 1 Time(s)
Can't download daily.cvd from db.it.clamav.net: 2 Time(s)
getpatch: Can't download daily-9435.cdiff from database.clamav.net: 4 
Time(s)


You would be correct. You are running the latest version of 
clamav-toaster correct? These errors would pop up if you couldn't use 
the updates because your version was too old as well. Otherwise the 
errors are normal, as long as you don't see them every day.




Re: [qmailtoaster] Question regarding Clamav update process

2009-06-08 Thread Alberto Guzzetti




Yep, I'm running the last version.
Thanks, Jake!

Jake Vickers ha scritto:

  
Alberto Guzzetti wrote:
  Greetings list,

checking my logwatch i've notice some warnings/errors in clamav
updates. I think they are generated due to there is no daily patch to
download, is it right or I have a problem?
I mean since main.cld and daily.cld are update it do not downloads
anything and so it return an error/warning.


Last Status:
main.cld is up to date (version: 51, sigs: 545035, f-level: 42, builder: sven)
daily.cld is up to date (version: 9435, sigs: 27490, f-level: 42, builder: guitar)
Received signal: wake up
 
 ERRORS:
getpatch: Can't download daily-9435.cdiff from db.it.clamav.net: 1 Time(s)
Can't download daily.cvd from db.it.clamav.net: 1 Time(s)
 
 WARNINGS:
getpatch: Can't download daily-9435.cdiff from db.it.clamav.net: 8 Time(s)
Incremental update failed, trying to download daily.cvd: 4 Time(s)
Can't download daily.cvd from database.clamav.net: 1 Time(s)
Can't download daily.cvd from db.it.clamav.net: 2 Time(s)
getpatch: Can't download daily-9435.cdiff from database.clamav.net: 4 Time(s)
  
  
You would be correct. You are running the latest version of
clamav-toaster correct? These errors would pop up if you couldn't use
the updates because your version was too old as well. Otherwise the
errors are normal, as long as you don't see them every day.
  
  


Nessun virus nel messaggio in arrivo.
Controllato da AVG - www.avg.com 
Versione: 8.5.339 / Database dei virus: 270.12.56/2161 -  Data di rilascio: 06/07/09 17:53:00

  



-- 
Cordialmente,
-
Alberto Guzzetti - RD
Network Administrator
alberto.guzze...@digital-instruments.it


Digital Instruments S.r.l.
Via Parco degli Scout, 13 - 20091 Bresso (Mi)
Tel: +39 02 66506250
Fax: +39 02 66506103


www.digital-instruments.it
-



Le informazioni, i dati ed il contenuto della comunicazione che
precede, nonch i suoi eventuali allegati, hanno carattere strettamente
confidenziale o comunque non accessibile al pubblico, e sono destinati
esclusivamente al destinatario. La loro diffusione, divulgazione,
copiatura o utilizzo da parte di soggetti diversi da quest'ultimo 
proibita ai sensi del D. Lgs. 196/2003 ("Testo Unico Privacy"). Il
contenuto della comunicazione che precede, nonch i suoi eventuali
allegati, possono inoltre essere tutelati dal segreto professionale,
dal diritto d'autore, da brevetto, da marchio registrato o da altro
diritto di privativa. La loro diffusione, divulgazione, copiatura o
utilizzo da parte di soggetti diversi dal titolare del diritto  quindi
proibita anche ai sensi della normativa di legge in materia, nonch
perseguibile legalmente. Qualora la comunicazione che precede sia stata
da Voi ricevuta per errore, del quale ci scusiamo, Vi preghiamo di
comunicarcelo immediatamente e di cancellarla senza diffonderla,
riprodurla o utilizzarla in alcun modo. Grazie per la collaborazione.

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and delete this e-mail. Any
unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden.

Diese E-Mail enthlt vertrauliche und/ oder rechtlich geschtzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtmlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.





-
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] Question for taps, forwarding from one domain to other for each user

2009-05-21 Thread Dave Hallowell

Hi Matthew,
don't want to point you in the wrong direction, but wouldn't domain 
aliasing do what you are asking for?

Dave

Matthew Yi wrote:
Is there a way to copy(incoming/outgoing) mail to other domain with 
same user id?


That is to say x...@example.com to x...@example2.com for all users in 
example.com domain.
I understand that I could tap all user to a single email address by 
using taps (ie copy all in/out messges to x...@example2.com), but when 
you want to find some messages from/to x...@example.com the message 
would be in x...@example2.com with all other users mails.


However, if you could setup x...@example.com to x...@example2.com for 
each user than all I have to is looking in to x...@example2.com mail box.


I know I could setup forward for each user, but I like this to do 
automatically.  Is there a way to do this in taps like


*...@example.com:*...@example2.com

or any script that would do same thing.
ie) setting forward for each user


Thank you in advance.


- 

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

2009-03-03 Thread Jake Vickers

Noel Rivera wrote:


Hello List.

 


I Have qtp-plus and if I run the command qtp-ami-up2date the script say:

New Qmail-Toaster Packages Available:

daemontools-toaster-0.76-1.3.4

ucspi-tcp-toaster-0.88-1.3.6

vpopmail-toaster-5.4.17-1.3.5

libdomainkeys-toaster-0.68-1.3.4

libsrs2-toaster-1.0.18-1.3.4

qmail-toaster-1.03-1.3.16

courier-authlib-toaster-0.59.2-1.3.7

courier-imap-toaster-4.1.2-1.3.8

autorespond-toaster-2.0.4-1.3.4

control-panel-toaster-0.5-1.3.5

ezmlm-toaster-0.53.324-1.3.4

qmailadmin-toaster-1.2.11-1.3.5

qmailmrtg-toaster-4.2-1.3.4

maildrop-toaster-2.0.3-1.3.6

isoqlog-toaster-2.1-1.3.5

squirrelmail-toaster-1.4.17-1.3.12

spamassassin-toaster-3.2.5-1.3.15

clamav-toaster-0.94.2-1.3.24

ripmime-toaster-1.4.0.6-1.3.4

simscan-toaster-1.3.1-1.3.7

vqadmin-toaster-2.3.4-1.3.4

 


My question is How to install this packages automatically.

 


Thanks a lot

 



Run qtp-newmodel from the command line to upgrade.
If you're just coming from the last version to the newest, be aware that 
the newest version only adds support for Fedora 9, Fedora 10, and Suse 
11.1. It adds no other functionality or changes over the last set of 
packages.




RE: [qmailtoaster] question

2009-03-03 Thread Noel Rivera
Ok thanks

Then, If I have Centos 5.2 this upgrades doesn't work?

 

Saludos.

 

From: Jake Vickers [mailto:j...@qmailtoaster.com] 
Sent: Tuesday, March 03, 2009 2:18 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] question

 

Noel Rivera wrote: 

Hello List.

 

I Have qtp-plus and if I run the command qtp-ami-up2date the script say:

New Qmail-Toaster Packages Available:

daemontools-toaster-0.76-1.3.4

ucspi-tcp-toaster-0.88-1.3.6

vpopmail-toaster-5.4.17-1.3.5

libdomainkeys-toaster-0.68-1.3.4

libsrs2-toaster-1.0.18-1.3.4

qmail-toaster-1.03-1.3.16

courier-authlib-toaster-0.59.2-1.3.7

courier-imap-toaster-4.1.2-1.3.8

autorespond-toaster-2.0.4-1.3.4

control-panel-toaster-0.5-1.3.5

ezmlm-toaster-0.53.324-1.3.4

qmailadmin-toaster-1.2.11-1.3.5

qmailmrtg-toaster-4.2-1.3.4

maildrop-toaster-2.0.3-1.3.6

isoqlog-toaster-2.1-1.3.5

squirrelmail-toaster-1.4.17-1.3.12

spamassassin-toaster-3.2.5-1.3.15

clamav-toaster-0.94.2-1.3.24

ripmime-toaster-1.4.0.6-1.3.4

simscan-toaster-1.3.1-1.3.7

vqadmin-toaster-2.3.4-1.3.4

 

My question is How to install this packages automatically.

 

Thanks a lot

 


Run qtp-newmodel from the command line to upgrade.
If you're just coming from the last version to the newest, be aware that the
newest version only adds support for Fedora 9, Fedora 10, and Suse 11.1. It
adds no other functionality or changes over the last set of packages.



RE: [qmailtoaster] question

2009-03-03 Thread Phil Leinhauser


It's not that they don't work on CentOS 5.2.  There just isn't
anything that needs to be updated on it.

 Ok thanks
 
 Then, If I have Centos 5.2 this upgrades doesn't
work?
 
 
 
 Saludos.
 
 
 

From: Jake Vickers
[mailto:j...@qmailtoaster.com]
 Sent: Tuesday, March 03, 2009
2:18 PM
 To: qmailtoaster-list@qmailtoaster.com

Subject: Re: [qmailtoaster] question
 
 
 
 Noel Rivera wrote:
 
 Hello List.
 
 
 
 I Have qtp-plus and if I run the command
qtp-ami-up2date the script say:
 
 New Qmail-Toaster
Packages Available:
 
 daemontools-toaster-0.76-1.3.4
 
 ucspi-tcp-toaster-0.88-1.3.6
 

vpopmail-toaster-5.4.17-1.3.5
 

libdomainkeys-toaster-0.68-1.3.4
 

libsrs2-toaster-1.0.18-1.3.4
 

qmail-toaster-1.03-1.3.16
 

courier-authlib-toaster-0.59.2-1.3.7
 

courier-imap-toaster-4.1.2-1.3.8
 

autorespond-toaster-2.0.4-1.3.4
 

control-panel-toaster-0.5-1.3.5
 

ezmlm-toaster-0.53.324-1.3.4
 

qmailadmin-toaster-1.2.11-1.3.5
 

qmailmrtg-toaster-4.2-1.3.4
 

maildrop-toaster-2.0.3-1.3.6
 

isoqlog-toaster-2.1-1.3.5
 

squirrelmail-toaster-1.4.17-1.3.12
 

spamassassin-toaster-3.2.5-1.3.15
 

clamav-toaster-0.94.2-1.3.24
 

ripmime-toaster-1.4.0.6-1.3.4
 

simscan-toaster-1.3.1-1.3.7
 

vqadmin-toaster-2.3.4-1.3.4
 
 
 
 My
question is How to install this packages automatically.
 
 
 
 Thanks a lot
 
 


 
 Run qtp-newmodel from the command line to
upgrade.
 If you're just coming from the last version to the
newest, be aware that
 the
 newest version only adds
support for Fedora 9, Fedora 10, and Suse 11.1.
 It

adds no other functionality or changes over the last set of packages.
 



RE: [qmailtoaster] question

2009-03-03 Thread Noel Rivera
Ok thanks ,and the last question, how can I Know what packages I have
installed actually?

 

From: Phil Leinhauser [mailto:p...@teqknow.com] 
Sent: Tuesday, March 03, 2009 2:32 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] question

 

It's not that they don't work on CentOS 5.2.  There just isn't anything that
needs to be updated on it.

 Ok thanks
 
 Then, If I have Centos 5.2 this upgrades doesn't work?
 
 
 
 Saludos.
 
 
 

From: Jake Vickers [mailto:j...@qmailtoaster.com]
 Sent: Tuesday, March 03, 2009 2:18 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] question
 
 
 
 Noel Rivera wrote:
 
 Hello List.
 
 
 
 I Have qtp-plus and if I run the command qtp-ami-up2date the script say:
 
 New Qmail-Toaster Packages Available:
 
 daemontools-toaster-0.76-1.3.4
 
 ucspi-tcp-toaster-0.88-1.3.6
 
 vpopmail-toaster-5.4.17-1.3.5
 
 libdomainkeys-toaster-0.68-1.3.4
 
 libsrs2-toaster-1.0.18-1.3.4
 
 qmail-toaster-1.03-1.3.16
 
 courier-authlib-toaster-0.59.2-1.3.7
 
 courier-imap-toaster-4.1.2-1.3.8
 
 autorespond-toaster-2.0.4-1.3.4
 
 control-panel-toaster-0.5-1.3.5
 
 ezmlm-toaster-0.53.324-1.3.4
 
 qmailadmin-toaster-1.2.11-1.3.5
 
 qmailmrtg-toaster-4.2-1.3.4
 
 maildrop-toaster-2.0.3-1.3.6
 
 isoqlog-toaster-2.1-1.3.5
 
 squirrelmail-toaster-1.4.17-1.3.12
 
 spamassassin-toaster-3.2.5-1.3.15
 
 clamav-toaster-0.94.2-1.3.24
 
 ripmime-toaster-1.4.0.6-1.3.4
 
 simscan-toaster-1.3.1-1.3.7
 
 vqadmin-toaster-2.3.4-1.3.4
 
 
 
 My question is How to install this packages automatically.
 
 
 
 Thanks a lot
 
 
 
 
 Run qtp-newmodel from the command line to upgrade.
 If you're just coming from the last version to the newest, be aware that
 the
 newest version only adds support for Fedora 9, Fedora 10, and Suse 11.1.
 It
 adds no other functionality or changes over the last set of packages.
 




RE: [qmailtoaster] question

2009-03-03 Thread Phil Leinhauser


If you do:
rpm -qa | grep toaster

It will
show you all of the current toaster packages.

 Ok
thanks ,and the last question, how can I Know what packages I have
 installed actually?
 
 
 

From: Phil Leinhauser [mailto:p...@teqknow.com]
 Sent: Tuesday,
March 03, 2009 2:32 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] question
 
 
 
 It's not that they don't work on CentOS 5.2.  There just
isn't anything
 that
 needs to be updated on it.
 
 Ok thanks

 Then, If I
have Centos 5.2 this upgrades doesn't work?



 Saludos.





From: Jake Vickers
[mailto:j...@qmailtoaster.com]
 Sent: Tuesday, March 03, 2009
2:18 PM
 To: qmailtoaster-list@qmailtoaster.com

Subject: Re: [qmailtoaster] question



 Noel Rivera wrote:


Hello List.



 I Have
qtp-plus and if I run the command qtp-ami-up2date the script say:

 New Qmail-Toaster Packages Available:

 daemontools-toaster-0.76-1.3.4

 ucspi-tcp-toaster-0.88-1.3.6


vpopmail-toaster-5.4.17-1.3.5


libdomainkeys-toaster-0.68-1.3.4


libsrs2-toaster-1.0.18-1.3.4


qmail-toaster-1.03-1.3.16


courier-authlib-toaster-0.59.2-1.3.7


courier-imap-toaster-4.1.2-1.3.8


autorespond-toaster-2.0.4-1.3.4


control-panel-toaster-0.5-1.3.5


ezmlm-toaster-0.53.324-1.3.4


qmailadmin-toaster-1.2.11-1.3.5


qmailmrtg-toaster-4.2-1.3.4


maildrop-toaster-2.0.3-1.3.6


isoqlog-toaster-2.1-1.3.5


squirrelmail-toaster-1.4.17-1.3.12


spamassassin-toaster-3.2.5-1.3.15


clamav-toaster-0.94.2-1.3.24


ripmime-toaster-1.4.0.6-1.3.4


simscan-toaster-1.3.1-1.3.7


vqadmin-toaster-2.3.4-1.3.4



 My question is How to install this packages automatically.



 Thanks a lot




 Run
qtp-newmodel from the command line to upgrade.
 If you're
just coming from the last version to the newest, be aware that
 the
 newest version only adds support for Fedora
9, Fedora 10, and Suse 11.1.
 It
 adds no other
functionality or changes over the last set of packages.


 



RE: [qmailtoaster] question

2009-03-03 Thread Noel Rivera
Ok. Thanks a lot for this support.

From: Phil Leinhauser [mailto:p...@teqknow.com] 
Sent: Tuesday, March 03, 2009 2:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] question

 

If you do:
rpm -qa | grep toaster

It will show you all of the current toaster packages.

 Ok thanks ,and the last question, how can I Know what packages I have
 installed actually?
 
 
 

From: Phil Leinhauser [mailto:p...@teqknow.com]
 Sent: Tuesday, March 03, 2009 2:32 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] question
 
 
 
 It's not that they don't work on CentOS 5.2. There just isn't anything
 that
 needs to be updated on it.
 
 Ok thanks

 Then, If I have Centos 5.2 this upgrades doesn't work?



 Saludos.





From: Jake Vickers [mailto:j...@qmailtoaster.com]
 Sent: Tuesday, March 03, 2009 2:18 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] question



 Noel Rivera wrote:

 Hello List.



 I Have qtp-plus and if I run the command qtp-ami-up2date the script say:

 New Qmail-Toaster Packages Available:

 daemontools-toaster-0.76-1.3.4

 ucspi-tcp-toaster-0.88-1.3.6

 vpopmail-toaster-5.4.17-1.3.5

 libdomainkeys-toaster-0.68-1.3.4

 libsrs2-toaster-1.0.18-1.3.4

 qmail-toaster-1.03-1.3.16

 courier-authlib-toaster-0.59.2-1.3.7

 courier-imap-toaster-4.1.2-1.3.8

 autorespond-toaster-2.0.4-1.3.4

 control-panel-toaster-0.5-1.3.5

 ezmlm-toaster-0.53.324-1.3.4

 qmailadmin-toaster-1.2.11-1.3.5

 qmailmrtg-toaster-4.2-1.3.4

 maildrop-toaster-2.0.3-1.3.6

 isoqlog-toaster-2.1-1.3.5

 squirrelmail-toaster-1.4.17-1.3.12

 spamassassin-toaster-3.2.5-1.3.15

 clamav-toaster-0.94.2-1.3.24

 ripmime-toaster-1.4.0.6-1.3.4

 simscan-toaster-1.3.1-1.3.7

 vqadmin-toaster-2.3.4-1.3.4



 My question is How to install this packages automatically.



 Thanks a lot




 Run qtp-newmodel from the command line to upgrade.
 If you're just coming from the last version to the newest, be aware that
 the
 newest version only adds support for Fedora 9, Fedora 10, and Suse 11.1.
 It
 adds no other functionality or changes over the last set of packages.


 




Re: [qmailtoaster] question

2008-12-16 Thread Davide Enrico Bovolenta
http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install


Il 16/12/08 18:28, Noel Rivera [IND] ha scritto:

 My question is how to configure Centos 5 qmailtoaster with 2 network
 interfaces, 1 with 192.168.1.XXX local ip and other with public ip address,
 thanks 
 

-- 

Davide E. Bovolenta



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Question about Maildir/cur

2008-09-29 Thread Charles Ferland
Thank you for your help but I found my problem, it's about my Email client. 
When I tried both old et new server, I changed the pop3 server instead to 
keep the same dns entries by changing local dns.


- Original Message - 
From: Eric Shubert [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, September 25, 2008 8:25 PM
Subject: Re: [qmailtoaster] Question about Maildir/cur



Maybe because the date(s) changed?
Try using the -p flag when you scp the files, or use rsync.
(just a guess)

Charles Ferland wrote:

yes I do the right permission for the email file.

More details below:


I have 1 custom Qmail server in production (Subspace1) and 1 QMT in dev
(SubspaceDev)



I have an email in cur directory into Subspace1. I recreate the same
email adress into SubspaceDev and I scp the file from Subspace1 to
SubspaceDev into the same cur directory and good permission
(vpopmail.vchkpw).  When I reuse the same email client to check email
for SubspaceDev, I should not get new email but I get one (the same I
copied from Subspace1 to SubspaceDev.  I don't know if Qmail keep a
record of each email somewhere else but I'm totally lost.



- Original Message -
*From:* Jake Vickers mailto:[EMAIL PROTECTED]
*To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
*Sent:* Thursday, September 25, 2008 6:10 PM
*Subject:* Re: [qmailtoaster] Question about Maildir/cur

Charles Ferland wrote:

Hi there

I want to migrate an old qmail server to Qmail Toaster but I have
a problem with emails into cur folder. When I copy the old emails
to the new server into the same cur directory, when I check the
email client, I redownload the same emails already left into the
server.

If I copy an existing file into cur to a new one, I get a new
email message for my email client.

How can I avoid the detection of the new email when I transfert
cur folders from old server to the new one.



I answered your email to my contact form.
Are you preserving the file attributes when moving them?  I have
done this in the past, and do not remember running into the issue
you are experiencing.




--
-Eric 'shubes'


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Question about Maildir/cur

2008-09-25 Thread Charles Ferland
yes I do the right permission for the email file.

More details below:

I have 1 custom Qmail server in production (Subspace1) and 1 QMT in dev 
(SubspaceDev)

 

I have an email in cur directory into Subspace1. I recreate the same email 
adress into SubspaceDev and I scp the file from Subspace1 to SubspaceDev into 
the same cur directory and good permission (vpopmail.vchkpw).  When I reuse the 
same email client to check email for SubspaceDev, I should not get new email 
but I get one (the same I copied from Subspace1 to SubspaceDev.  I don't know 
if Qmail keep a record of each email somewhere else but I'm totally lost.



  - Original Message - 
  From: Jake Vickers 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Thursday, September 25, 2008 6:10 PM
  Subject: Re: [qmailtoaster] Question about Maildir/cur


  Charles Ferland wrote: 
Hi there

I want to migrate an old qmail server to Qmail Toaster but I have a problem 
with emails into cur folder. When I copy the old emails to the new server into 
the same cur directory, when I check the email client, I redownload the same 
emails already left into the server. 

If I copy an existing file into cur to a new one, I get a new email message 
for my email client. 

How can I avoid the detection of the new email when I transfert cur folders 
from old server to the new one.


  I answered your email to my contact form.
  Are you preserving the file attributes when moving them?  I have done this in 
the past, and do not remember running into the issue you are experiencing.


Re: [qmailtoaster] Question about Maildir/cur

2008-09-25 Thread Eric Shubert
Maybe because the date(s) changed?
Try using the -p flag when you scp the files, or use rsync.
(just a guess)

Charles Ferland wrote:
 yes I do the right permission for the email file.
  
 More details below:
  
 
 I have 1 custom Qmail server in production (Subspace1) and 1 QMT in dev
 (SubspaceDev)
 
  
 
 I have an email in cur directory into Subspace1. I recreate the same
 email adress into SubspaceDev and I scp the file from Subspace1 to
 SubspaceDev into the same cur directory and good permission
 (vpopmail.vchkpw).  When I reuse the same email client to check email
 for SubspaceDev, I should not get new email but I get one (the same I
 copied from Subspace1 to SubspaceDev.  I don't know if Qmail keep a
 record of each email somewhere else but I'm totally lost.
 
  
 
 - Original Message -
 *From:* Jake Vickers mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Thursday, September 25, 2008 6:10 PM
 *Subject:* Re: [qmailtoaster] Question about Maildir/cur
 
 Charles Ferland wrote:
 Hi there
  
 I want to migrate an old qmail server to Qmail Toaster but I have
 a problem with emails into cur folder. When I copy the old emails
 to the new server into the same cur directory, when I check the
 email client, I redownload the same emails already left into the
 server.
  
 If I copy an existing file into cur to a new one, I get a new
 email message for my email client.
  
 How can I avoid the detection of the new email when I transfert
 cur folders from old server to the new one.
  
 
 I answered your email to my contact form.
 Are you preserving the file attributes when moving them?  I have
 done this in the past, and do not remember running into the issue
 you are experiencing.
 


-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question ???

2008-05-21 Thread Ariel
thanks for your help

2008/5/21 Eric Shubert [EMAIL PROTECTED]:

 Ariel wrote:
  you can delete the content that is inside / var / qmail / simscam?
 
 
  ls -lah /var/qmail/simscam
 
  1191595938.800430.10430
  1195224345.50318.5
  1168514964.810114.1026
   1191595928.140878.10358
  1167996442.589270.26093
  1168515121.270204.2653
  1191595427.934396.5668
  1167996400.104964.25873
  1192108271.518917.16959
  1191595819.947716.9341
  1167997754.114544.8890
  1195176845.657536.9423
  1173232130.140856.29163
  1192055839.357248.8957
   1162850350.251999.25118
  1169755567.270201.23208
 

 Yes, as long as it's not mail that's currently being processed. Check the
 dates.

 --
 -Eric 'shubes'

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [qmailtoaster] question -- stupid

2007-12-12 Thread Warren Melnick
Check to see if his domain has an SPF record in place that is
incorrect.  Also check his mail server IP(s) in the RBLs.

W

On Dec 12, 2007 10:24 AM, David Milholen [EMAIL PROTECTED] wrote:
 Hi All,
  I have been away for a while and I have a dumb question.
 I was receiving emails from a client and now I cannot he receives mine
 just fine but no replies or new emails will come from him. I am getting
 mail from everyone else just not him.
  Where is the first place I should look?
 Thanks



 --
 Wireless Etc
 David Milholen
 Lead Coordinator
 Phone:(501)318-1300
 Email:[EMAIL PROTECTED]
 Web:www.wletc.com



 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question about received headers

2007-10-05 Thread Erik A. Espinoza
The rbl checks that qmailtoaster uses only check the last hop from the
outgoing mail server to your receiving mail server. In other words,
not an issue for us...

Erik

On 10/5/07, davide bozzelli [EMAIL PROTECTED] wrote:
 Hi

 I've seen a lot of smtp servers blocks messages with rbl checks based on
 the ip extracted from the received fields.

 My opinion is that this kind of checks is stupid cause everytime a
 legitimate mails exit from a legitimate mail server,
 in most of the cases (if not all) the received fields contains the
 dynamic ip of the client who have sended the mail.

 So question is: is it possible with qmail to cut received headers so
 outoing mails appear to be originated from
 the mail server itself ?


 Thx for help.

 Davide

 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question on install

2007-01-23 Thread Erik Espinoza

Whoa that thing still works? I gotta redo it to include srs support
later this week.

Erik

On 1/23/07, Gary [EMAIL PROTECTED] wrote:

Hi guys,

I have just installed the QT VMware appliance, which was successful. I am
grateful to those who have put this out, and for putting out the toaster in
general. It is a lot of hard work, especially keeping the patches straight:)
. so thanks.

In looking at the release notes on

http://devel.qmailtoaster.com/info/QmailToaster.zip.html

I have a couple of questions, since I am not familiar with vpopmail, as
previously have used vmailmgr. I also have not used mysql..

Given this, how do I set my mysql root password? Also, how do I change the
default password to the vpopmail database ?

Thanks for your help.

--
Regards,
Glenn


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question on install

2007-01-23 Thread Eric \Shubes\
I'm not familiar with that installation.

EE, can you answer his question? ;)

Erik Espinoza wrote:
 Whoa that thing still works? I gotta redo it to include srs support
 later this week.
 
 Erik
 
 On 1/23/07, Gary [EMAIL PROTECTED] wrote:
 Hi guys,

 I have just installed the QT VMware appliance, which was successful. I am
 grateful to those who have put this out, and for putting out the
 toaster in
 general. It is a lot of hard work, especially keeping the patches
 straight:)
 . so thanks.

 In looking at the release notes on

 http://devel.qmailtoaster.com/info/QmailToaster.zip.html

 I have a couple of questions, since I am not familiar with vpopmail, as
 previously have used vmailmgr. I also have not used mysql..

 Given this, how do I set my mysql root password? Also, how do I change
 the
 default password to the vpopmail database ?

 Thanks for your help.

 -- 
 Regards,
 Glenn



-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question on install

2007-01-23 Thread Glenn
Hi Erik,

Terrific. thanks a bunch for the info 

Glenn


--On Tuesday, January 23, 2007 11:31 AM -0800 you wrote in part:

 You have to change it in the vpopmail.mysql and in the mysqldb.
 
 To do the former, you just use vi or nano.
 
 To do the latter you type the following:
 echo GRANT ALL ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY
 'newpassword'; | mysql -u root -p
 
 Erik
 
 On 1/23/07, Glenn [EMAIL PROTECTED] wrote:
 Hello Erik,
 
 Tuesday, January 23, 2007, 1:03:25 PM, you wrote:
 
 Ah, I see... thanks for the info. I will await for the updated appliance
 at your pleasure and get accustomed to this one in the meantime
 Really big thanks for you guys putting this together, and thanks for the
 help on mysql password on the other email.
 
 I spent some time on the vpopmail site, but could not seem to find how to
 change the default password to the vpopmail database, from SsEeCc..,
 etc.. I tried changing it by hand in the
 /home/vpopmail/etc/vpopmail.mysql, but it barfed on me when sending
 mail.. Is there some vpopmail command to change this?
 
 
 --
 Best regards,
  Glenn
 
 
  Yep, I have it bookmarked. Glad it worked for you. It should still
  work, but it will not know what to do with libsrs2-toaster. Once the
  current dev packages are moved onto the main site, it will fail to
  install as the libsrs2-toaster package is now a requirement.
 
  Erik
 
  On 1/23/07, Glenn [EMAIL PROTECTED] wrote:
  Hello Eric,
  
  This is the actual VMware appliance URL. I just can't believe how
  easy this install was for qmail and all the package goodies,
  including SquirrelMail, etc. Your scripts were perfect for all
  this
  
  http://www.vmware.com/vmtn/appliances/directory/579
  
  Glenn
  
  
  Tuesday, January 23, 2007, 12:48:04 PM, you wrote:
  
   I'm not familiar with that installation.
  
   EE, can you answer his question? ;)
  
   Erik Espinoza wrote:
   Whoa that thing still works? I gotta redo it to include srs support
   later this week.
   
   Erik
   
   On 1/23/07, Gary [EMAIL PROTECTED] wrote:
   Hi guys,
   
   I have just installed the QT VMware appliance, which was
   successful. I am grateful to those who have put this out, and for
   putting out the toaster in
   general. It is a lot of hard work, especially keeping the patches
   straight:)
   . so thanks.
   
   In looking at the release notes on
   
   http://devel.qmailtoaster.com/info/QmailToaster.zip.html
   
   I have a couple of questions, since I am not familiar with
   vpopmail, as previously have used vmailmgr. I also have not used
   mysql..
   
   Given this, how do I set my mysql root password? Also, how do I
   change the
   default password to the vpopmail database ?
   
   Thanks for your help.
   
   --
   Regards,
   Glenn
   
  



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question on install

2007-01-23 Thread Eric \Shubes\
Glenn,
I think this would make a nice FAQ. Care to add it to the wiki?

Glenn wrote:
 Hi Erik,
 
 Terrific. thanks a bunch for the info 
 
 Glenn
 
 
 --On Tuesday, January 23, 2007 11:31 AM -0800 you wrote in part:
 
 You have to change it in the vpopmail.mysql and in the mysqldb.

 To do the former, you just use vi or nano.

 To do the latter you type the following:
 echo GRANT ALL ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY
 'newpassword'; | mysql -u root -p

 Erik

 On 1/23/07, Glenn [EMAIL PROTECTED] wrote:
 Hello Erik,

 Tuesday, January 23, 2007, 1:03:25 PM, you wrote:

 Ah, I see... thanks for the info. I will await for the updated appliance
 at your pleasure and get accustomed to this one in the meantime
 Really big thanks for you guys putting this together, and thanks for the
 help on mysql password on the other email.

 I spent some time on the vpopmail site, but could not seem to find how to
 change the default password to the vpopmail database, from SsEeCc..,
 etc.. I tried changing it by hand in the
 /home/vpopmail/etc/vpopmail.mysql, but it barfed on me when sending
 mail.. Is there some vpopmail command to change this?


 --
 Best regards,
  Glenn


 Yep, I have it bookmarked. Glad it worked for you. It should still
 work, but it will not know what to do with libsrs2-toaster. Once the
 current dev packages are moved onto the main site, it will fail to
 install as the libsrs2-toaster package is now a requirement.
 Erik
 On 1/23/07, Glenn [EMAIL PROTECTED] wrote:
 Hello Eric,

 This is the actual VMware appliance URL. I just can't believe how
 easy this install was for qmail and all the package goodies,
 including SquirrelMail, etc. Your scripts were perfect for all
 this

 http://www.vmware.com/vmtn/appliances/directory/579

 Glenn


 Tuesday, January 23, 2007, 12:48:04 PM, you wrote:

 I'm not familiar with that installation.
 EE, can you answer his question? ;)
 Erik Espinoza wrote:
 Whoa that thing still works? I gotta redo it to include srs support
 later this week.

 Erik

 On 1/23/07, Gary [EMAIL PROTECTED] wrote:
 Hi guys,

 I have just installed the QT VMware appliance, which was
 successful. I am grateful to those who have put this out, and for
 putting out the toaster in
 general. It is a lot of hard work, especially keeping the patches
 straight:)
 . so thanks.

 In looking at the release notes on

 http://devel.qmailtoaster.com/info/QmailToaster.zip.html

 I have a couple of questions, since I am not familiar with
 vpopmail, as previously have used vmailmgr. I also have not used
 mysql..

 Given this, how do I set my mysql root password? Also, how do I
 change the
 default password to the vpopmail database ?

 Thanks for your help.

 --
 Regards,
 Glenn



-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Question about IMAP and maximum size

2006-12-12 Thread Simone Marzona
subliminal message: try dovecot and his maildir indexing features, it's
quicker than courier imap.

quick answer: no. I tested dovecot with over 60 000 mail messages in one
single mailbox. non problems.

On Tue, 2006-12-12 at 17:37 +0100, Massimiliano Fontana wrote:
 Hi there . I'm using qmaitloaster on a centos 4.2 and about to install a 
 second toaster on a centos 4.4 brand new more powerful server.
 Just one domain to handle and 60 mailboxes . I'm currently using pop3 as 
 protocol .Each desktop client (outlook 2003) points to a Samba shared 
 folder where  .pst file resides. This allows me to have a central shared 
 folder that is backed up on a tape drive each night.
 I'd like to switch from pop3 to IMAP4 as we'd like to test some 
 blackberry devices and this protocol has been suggested from a technician .
 No the question :
 Some clients have more than 10.000 messages in their mailboxes and they 
 keep on growing rapidly .
 Are there any limitations in using IMAP instead of POP3 ? I mean , is 
 there a maximum size for the folder?
 Many many thanks in advance.
 
 Regards ,
 Max
 
 
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Question

2006-11-24 Thread Jake Vickers

Daniel R.H wrote:

English
 
Howto disable RBL Check for my lan client whith set RELAYCLIENT?.
 
Exist any program for send all mail in and out to one database in SQL 
or MySQL and can see in html format?.
 
Spanish
 
 
Como desabilito el chequelo de RBL para mis usuarios de la red que 
tienen seteado RELAYCLIENT?.
 
¿Existe algun programa que me permita enviar todos los correos 
entrantes y saliente hacia una base de datos SQL o MySQL y que sea 
accesible via web?.
You can stop RBL checking by adding this to the line in question in your 
tcp.smtp file:

RBLSMTPD=
Not sure about the other - may just be mis-understanding what you're 
asking. You can create a copy of all emails using taps, but I have never 
seen anyone use mysql for that.


Re: [qmailtoaster] Question

2006-11-24 Thread Daniel R.H
Jake,

about the RBL very thanks to your.

About the other question is one program similary ea GFI MailArchive for 
exchange but for open source, the idea is audit al in and out mail for a web 
interface.

Daniel
  - Original Message - 
  From: Jake Vickers 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Friday, November 24, 2006 9:38 AM
  Subject: Re: [qmailtoaster] Question


  Daniel R.H wrote: 
English

Howto disable RBL Check for my lan client whith set RELAYCLIENT?.

Exist any program for send all mail in and out to one database in SQL or 
MySQL and can see in html format?.

Spanish


Como desabilito el chequelo de RBL para mis usuarios de la red que tienen 
seteado RELAYCLIENT?.

¿Existe algun programa que me permita enviar todos los correos entrantes y 
saliente hacia una base de datos SQL o MySQL y que sea accesible via web?.
  You can stop RBL checking by adding this to the line in question in your 
tcp.smtp file:
  RBLSMTPD=
  Not sure about the other - may just be mis-understanding what you're asking. 
You can create a copy of all emails using taps, but I have never seen anyone 
use mysql for that.


Re: [qmailtoaster] Question

2006-11-24 Thread Eric \Shubes\
As Jake mentioned, Tape should do nicely for MailArchive.
See http://wiki.qmailtoaster.com/index.php/Taps

Daniel R.H wrote:
 Jake,
  
 about the RBL very thanks to your.
  
 About the other question is one program similary ea GFI MailArchive for
 exchange but for open source, the idea is audit al in and out mail for a
 web interface.
  
 Daniel
 
 - Original Message -
 *From:* Jake Vickers mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Friday, November 24, 2006 9:38 AM
 *Subject:* Re: [qmailtoaster] Question
 
 Daniel R.H wrote:
 English
  
 Howto disable RBL Check for my lan client whith set RELAYCLIENT?.
  
 Exist any program for send all mail in and out to one database in
 SQL or MySQL and can see in html format?.
  
 Spanish
  
  
 Como desabilito el chequelo de RBL para mis usuarios de la red que
 tienen seteado RELAYCLIENT?.
  
 ¿Existe algun programa que me permita enviar todos los correos
 entrantes y saliente hacia una base de datos SQL o MySQL y que sea
 accesible via web?.
 You can stop RBL checking by adding this to the line in question in
 your tcp.smtp file:
 RBLSMTPD=
 Not sure about the other - may just be mis-understanding what you're
 asking. You can create a copy of all emails using taps, but I have
 never seen anyone use mysql for that.


-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Erik Espinoza

I have just installed qmailtoaster from rpm source and am interested to know
that whether vpopmail can authenticate the local (/etc/passwd) users instead
of the domain users.  I am asking this because I don't have virtual domains
to manage.  I only have primary domain.


This can be configured, aftermarket. I don't know what it'd take to do
that. I think Quinn or someone has instructions to do this.


Do I need to uninstall vpopmail and configure (may need to install other
authentication package) qmail to authenticate the local users?


Removing the vpopmail package will break the QmailToaster.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Manoj Katwal

Hi Erik and all,

Thank you for your prompt reply.  Is there a way we can tweak vpopmail so 
that I can use existing local users without having to create new users?  OR 
is it possible to migrate all of my users to vpopmail users without having 
to change their password and still be able to manage all of my users that 
would point the primary domain (by creating new thru vpopmail)?


any help or suggestion is appreciated.
Thanks.

M Katwal




- Original Message - 
From: Erik Espinoza [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, November 13, 2006 10:55 AM
Subject: Re: [qmailtoaster] question regarding vpopmail-toaster


I have just installed qmailtoaster from rpm source and am interested to 
know
that whether vpopmail can authenticate the local (/etc/passwd) users 
instead
of the domain users.  I am asking this because I don't have virtual 
domains

to manage.  I only have primary domain.


This can be configured, aftermarket. I don't know what it'd take to do
that. I think Quinn or someone has instructions to do this.


Do I need to uninstall vpopmail and configure (may need to install other
authentication package) qmail to authenticate the local users?


Removing the vpopmail package will break the QmailToaster.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Erik Espinoza

Hello Manoj


Thank you for your prompt reply.  Is there a way we can tweak vpopmail so
that I can use existing local users without having to create new users?  OR
is it possible to migrate all of my users to vpopmail users without having
to change their password and still be able to manage all of my users that
would point the primary domain (by creating new thru vpopmail)?


Tweaking vpopmail to use local users is fairly simple, if you are
comfortable with modifying rpm spec files. I think Quinn sent the
options that need to be changed. I'll dig it up when I get a chance,
or perhaps you can check out the archive. It was literally in the last
two days or so.

I know that Jake has a few scripts to convert local users to vpopmail
users, so maybe he'll chime in on that one.


any help or suggestion is appreciated.
Thanks.


No Problem.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Quinn Comendant
Hi Manoj 

Changing these options will enable vpopmail to authenticate against users in 
/etc/passwd. I haven't done this myself, but as I understand it, vpopmail will 
then be able to find where to deliver mail by getting the user's home path from 
/etc/passwd and delivering mail to ~/Maildir instead of into the virtual users 
directories under /home/vpopmail/domains. I'm not 100% certain on this.

Also, if users don't have mail stored under ~/Maildir (in Maildir++ format) you 
will need to migrate mail to these user maildirs. 

What kind of mail system are you migrating from? I recently did a complex 
migration from a 6-year-old sendmail server to qmail toaster so I know all the 
tricks. ;)

Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410



On Mon, 13 Nov 2006 12:05:52 -0800, Erik Espinoza wrote:
 http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg09071.html
 
 Install the vpopmail rpm and edit the spec file. Under configure
 change --disable-passwd to --enable-passwd and rebuild the rpm.
 Continue as per usual install.
 
 Since this will modify the vpopmail libs, please ensure that you
 recompile the courier packages as well. Or better yet, start from
 scratch.
 
 Erik
 
 On 11/13/06, Manoj Katwal [EMAIL PROTECTED] wrote:
 Hi Erik,
 
 Thanks again for the super prompt reply.  I am comfortable with 
 modifyingthe
 rpm spec files.  I will follow your directions and try to find out the
 archive that explains the trick.
 
 
 Best regards,
 M Katwal
 
 
 - Original Message -
 From: Erik Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, November 13, 2006 11:21 AM
 Subject: Re: [qmailtoaster] question regarding vpopmail-toaster
 
 
 Hello Manoj

 Thank you for your prompt reply.  Is there a way we can tweak 
 vpopmail so
 that I can use existing local users without having to create new users?
 OR
 is it possible to migrate all of my users to vpopmail users without
 having
 to change their password and still be able to manage all of my 
 users that
 would point the primary domain (by creating new thru vpopmail)?

 Tweaking vpopmail to use local users is fairly simple, if you are
 comfortable with modifying rpm spec files. I think Quinn sent the
 options that need to be changed. I'll dig it up when I get a chance,
 or perhaps you can check out the archive. It was literally in the last
 two days or so.

 I know that Jake has a few scripts to convert local users to vpopmail
 users, so maybe he'll chime in on that one.

 any help or suggestion is appreciated.
 Thanks.

 No Problem.

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Erik Espinoza

Quinn,

I may have to hit you up for your expertise.

Thanks,
Erik

On 11/13/06, Quinn Comendant [EMAIL PROTECTED] wrote:

Hi Manoj

Changing these options will enable vpopmail to authenticate against users in 
/etc/passwd. I haven't done this myself, but as I understand it, vpopmail will 
then be able to find where to deliver mail by getting the user's home path from 
/etc/passwd and delivering mail to ~/Maildir instead of into the virtual users 
directories under /home/vpopmail/domains. I'm not 100% certain on this.

Also, if users don't have mail stored under ~/Maildir (in Maildir++ format) you 
will need to migrate mail to these user maildirs.

What kind of mail system are you migrating from? I recently did a complex 
migration from a 6-year-old sendmail server to qmail toaster so I know all the 
tricks. ;)

Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410



On Mon, 13 Nov 2006 12:05:52 -0800, Erik Espinoza wrote:
 http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg09071.html

 Install the vpopmail rpm and edit the spec file. Under configure
 change --disable-passwd to --enable-passwd and rebuild the rpm.
 Continue as per usual install.

 Since this will modify the vpopmail libs, please ensure that you
 recompile the courier packages as well. Or better yet, start from
 scratch.

 Erik

 On 11/13/06, Manoj Katwal [EMAIL PROTECTED] wrote:
 Hi Erik,

 Thanks again for the super prompt reply.  I am comfortable with
 modifyingthe
 rpm spec files.  I will follow your directions and try to find out the
 archive that explains the trick.


 Best regards,
 M Katwal


 - Original Message -
 From: Erik Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, November 13, 2006 11:21 AM
 Subject: Re: [qmailtoaster] question regarding vpopmail-toaster


 Hello Manoj

 Thank you for your prompt reply.  Is there a way we can tweak
 vpopmail so
 that I can use existing local users without having to create new users?
 OR
 is it possible to migrate all of my users to vpopmail users without
 having
 to change their password and still be able to manage all of my
 users that
 would point the primary domain (by creating new thru vpopmail)?

 Tweaking vpopmail to use local users is fairly simple, if you are
 comfortable with modifying rpm spec files. I think Quinn sent the
 options that need to be changed. I'll dig it up when I get a chance,
 or perhaps you can check out the archive. It was literally in the last
 two days or so.

 I know that Jake has a few scripts to convert local users to vpopmail
 users, so maybe he'll chime in on that one.

 any help or suggestion is appreciated.
 Thanks.

 No Problem.

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Manoj Katwal

Hi Quinn,

Thank you for your answer.  I am using qmail (6 year old) in ~/Maildir 
format.  I am replacing my current server with fressh Fedora 5 installation. 
I like qmailtoaster package since it has integrated all supported packages 
that I want except I donot have plan to host multiple domains-- and this is 
where I need to use the local users.  I am going to recompile 
vpopmail-toaster with system passwords = ON (enabled) and give it a try and 
see what happens.  Prior to your email, Erick pointed out to your earlier 
archive and I have read it.  I will let you and all know how it goes.


Once again, thank you for helping me out.

Best regards,
M. Katwal



- Original Message - 
From: Quinn Comendant [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, November 13, 2006 12:40 PM
Subject: Re: [qmailtoaster] question regarding vpopmail-toaster



Hi Manoj

Changing these options will enable vpopmail to authenticate against users 
in /etc/passwd. I haven't done this myself, but as I understand it, 
vpopmail will then be able to find where to deliver mail by getting the 
user's home path from /etc/passwd and delivering mail to ~/Maildir instead 
of into the virtual users directories under /home/vpopmail/domains. I'm 
not 100% certain on this.


Also, if users don't have mail stored under ~/Maildir (in Maildir++ 
format) you will need to migrate mail to these user maildirs.


What kind of mail system are you migrating from? I recently did a complex 
migration from a 6-year-old sendmail server to qmail toaster so I know all 
the tricks. ;)


Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410



On Mon, 13 Nov 2006 12:05:52 -0800, Erik Espinoza wrote:

http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg09071.html

Install the vpopmail rpm and edit the spec file. Under configure
change --disable-passwd to --enable-passwd and rebuild the rpm.
Continue as per usual install.

Since this will modify the vpopmail libs, please ensure that you
recompile the courier packages as well. Or better yet, start from
scratch.

Erik

On 11/13/06, Manoj Katwal [EMAIL PROTECTED] wrote:

Hi Erik,

Thanks again for the super prompt reply.  I am comfortable with
modifyingthe
rpm spec files.  I will follow your directions and try to find out the
archive that explains the trick.


Best regards,
M Katwal


- Original Message -
From: Erik Espinoza [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, November 13, 2006 11:21 AM
Subject: Re: [qmailtoaster] question regarding vpopmail-toaster



Hello Manoj


Thank you for your prompt reply.  Is there a way we can tweak

vpopmail so
that I can use existing local users without having to create new 
users?

OR
is it possible to migrate all of my users to vpopmail users without
having
to change their password and still be able to manage all of my

users that

would point the primary domain (by creating new thru vpopmail)?


Tweaking vpopmail to use local users is fairly simple, if you are
comfortable with modifying rpm spec files. I think Quinn sent the
options that need to be changed. I'll dig it up when I get a chance,
or perhaps you can check out the archive. It was literally in the last
two days or so.

I know that Jake has a few scripts to convert local users to vpopmail
users, so maybe he'll chime in on that one.


any help or suggestion is appreciated.
Thanks.


No Problem.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]






-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Eric \Shubes\
Quinn,

There is a placeholder on the wiki for upgrading from sendmail. Would you
care to get the content started?

Quinn Comendant wrote:
 Hi Manoj 
 
 Changing these options will enable vpopmail to authenticate against users in 
 /etc/passwd. I haven't done this myself, but as I understand it, vpopmail 
 will then be able to find where to deliver mail by getting the user's home 
 path from /etc/passwd and delivering mail to ~/Maildir instead of into the 
 virtual users directories under /home/vpopmail/domains. I'm not 100% certain 
 on this.
 
 Also, if users don't have mail stored under ~/Maildir (in Maildir++ format) 
 you will need to migrate mail to these user maildirs. 
 
 What kind of mail system are you migrating from? I recently did a complex 
 migration from a 6-year-old sendmail server to qmail toaster so I know all 
 the tricks. ;)
 
 Quinn
 
 -
 Strangecode :: Internet Consultancy
 http://www.strangecode.com/
 +1 530 624 4410
 
 
 
 On Mon, 13 Nov 2006 12:05:52 -0800, Erik Espinoza wrote:
 http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg09071.html

 Install the vpopmail rpm and edit the spec file. Under configure
 change --disable-passwd to --enable-passwd and rebuild the rpm.
 Continue as per usual install.

 Since this will modify the vpopmail libs, please ensure that you
 recompile the courier packages as well. Or better yet, start from
 scratch.

 Erik

 On 11/13/06, Manoj Katwal [EMAIL PROTECTED] wrote:
 Hi Erik,

 Thanks again for the super prompt reply.  I am comfortable with 
 modifyingthe
 rpm spec files.  I will follow your directions and try to find out the
 archive that explains the trick.


 Best regards,
 M Katwal


 - Original Message -
 From: Erik Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, November 13, 2006 11:21 AM
 Subject: Re: [qmailtoaster] question regarding vpopmail-toaster


 Hello Manoj

 Thank you for your prompt reply.  Is there a way we can tweak 
 vpopmail so
 that I can use existing local users without having to create new users?
 OR
 is it possible to migrate all of my users to vpopmail users without
 having
 to change their password and still be able to manage all of my 
 users that
 would point the primary domain (by creating new thru vpopmail)?
 Tweaking vpopmail to use local users is fairly simple, if you are
 comfortable with modifying rpm spec files. I think Quinn sent the
 options that need to be changed. I'll dig it up when I get a chance,
 or perhaps you can check out the archive. It was literally in the last
 two days or so.

 I know that Jake has a few scripts to convert local users to vpopmail
 users, so maybe he'll chime in on that one.

 any help or suggestion is appreciated.
 Thanks.
 No Problem.



-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] question regarding vpopmail-toaster

2006-11-13 Thread Quinn Comendant
Most certainly. I will do it when I have a free afternoon -- although those are 
getting rare these days.

I also have a collection of shell and perl scripts (some quite large) I used to 
automate my sendmail-qmail transfer, although any who uses them will most 
certainly need to read and fully understand them before trusting them with 
their data. I'm happy to contribute, but would like to clean them up slightly 
and provide a disclaimer. ;P

Quinn



On Mon, 13 Nov 2006 14:13:32 -0700, Eric Shubes wrote:
 There is a placeholder on the wiki for upgrading from sendmail. Would you
 care to get the content started?

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Question

2006-08-23 Thread Daniel R. Hdez Leal

Hi,

the respose for this question i found. thanks every for the help.


For rejecet message when de user is over cuota is simple, set variable 
CHKUSER_MBXQUOTA=100


this sample check the mailbox quota, if this is 100% rejecet a message.

Daniel


- Original Message - 
From: Daniel R. Hdez Leal [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, August 22, 2006 3:33 PM
Subject: [qmailtoaster] Question



Hi,

How to rejecet message when user is over cuota?

For sample, is posible this withCHKUSER?

Daniel


__ LLama Gratis a cualquier PC 
del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Fwd: Re: [qmailtoaster] [Question] Simscan Folder]

2006-07-17 Thread Jake Vickers




[EMAIL PROTECTED] wrote:

Hi everyone,

i have downloaded the latest vmware version from the homepage and installed the qmailtoaster on this os. 


my problem is now, that i would like to block some attachments. therefore i would like to 
use simscan. when i looked at the folder /var/qmail there is an empty dir called 
simscan what should i do now?
  
You'd want to create a file called ssattach. In this you would create a 
list of attachments you want to block, and then add a line to your 
tcp.smtp file. Someone posted the how-to on the list a few weeks back.




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] [Question] Simscan Folder

2006-07-15 Thread Erik Espinoza

Hi PM,

Wow, I had wondered if anyone actually used the vmware appliance.
Anyways to answer your question, just create a file called
/var/qmail/control/ssattach and fill it with the extensions of what
you would like to block. For example

# cat /var/qmail/control/ssattach
.exe
.com
.bat
.hta
.vbs
.lnk
.pif
.scr
.reg

Thanks,
Erik


On 7/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi everyone,

i have downloaded the latest vmware version from the homepage and installed the 
qmailtoaster on this os.

my problem is now, that i would like to block some attachments. therefore i would like to 
use simscan. when i looked at the folder /var/qmail there is an empty dir called 
simscan what should i do now?

Ciao
PM



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] Question - opening firewall

2006-03-15 Thread Riezal Ross
I'm not sure of the exact command, but you might want to read up on
flushing iptables. This should flush all the existing rules. Either
that, or you can stop the firewall service altogher (not recommended if
you have your server directly on the internet and not behind any
gateway/firewall).

Regards,

Riezal Ross


-Original Message-
From: Shawn Edwards [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 16, 2006 10:37 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Question - opening firewall


I'm slightly above newb, so please forgive the dumb question.  Did the
VERY easy install of CentOS 4.0 and QMail toaster and the firewall is
blocking me.  Is there a command to deactivate the firewall and open
everything up?  Right now I'm 100% blocked and I don't want to reinstall
it all again.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Question - opening firewall

2006-03-15 Thread Shawn Edwards
Thanks man.  I'll run that tomorrow morning.

 [EMAIL PROTECTED] 03/15/06 20:40 PM 

service iptables stop

will turn off the firewall completely.


Shawn Edwards wrote:
 I'm slightly above newb, so please forgive the dumb question.  Did the VERY 
 easy install of CentOS 4.0 and QMail toaster and the firewall is blocking me. 
  Is there a command to deactivate the firewall and open everything up?  Right 
 now I'm 100% blocked and I don't want to reinstall it all again.
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Question Spam

2006-01-29 Thread Jake Vickers

Ingrid Schirmer wrote:


Hi everyone,

I have a question - is there a way to change the value at which 
spamassassin automatically delete the emails? i receive many emails 
marked as spam which are rated with 17 points. at the moment 
spamassassin rewrites the subjects. to ***SPAM*** now i want to change 
that value to eg 15 so that spamassassin deletes Emails above taht 
value automatically


where to do that?


That's in /etc/mail/mailfilter
Look for the line that says
if ( $MATCH2 = 12 )
and change is (yours will have a different value, I set mine to 12, so 
don't search for that EXACT string!)



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]