Eric,
        Sorry for the delay in responding, I have been off on a few
projects.

According to Martin Waschbüsch, my server is sending out message to indicate
oversize messages, as he got one, but I do not get them when I try
internally.  I also have a server at home with the same configuration and I
did not receive a message form that server either, mainly because the server
here did not let it leave, I could see that in the logs.

AS I do not have a mail system that is not a QMT it's a bit hard to test.

As for the questions put by Pak Ogah, I am not blacklisting my domain, in
fact it is in a number of White Lists (in Spamdyke and Spamassassin).  As
for the smtp in /var/qmail/supervise/submission/run I am using port 587 (see
below).

------------------------------
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
export REQUIRE_AUTH=1

exec /usr/bin/softlimit -m 12000000 \
    /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \
    $SMTPD $VCHKPW /bin/true 2>&1
----------------------------

Please keep the suggestions/solutions coming.

Cheers

-----Original Message-----
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Friday, 17 September 2010 12:06 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Oversized message notifications

Quotas on QMT are presently broken, at least to some extent. There have 
been fixes for this in vpopmail versions clear up to 5.4.32, which is 
presently a beta release. Quotas are reportedly fixed (due to 
architectural rework) in vpopmail 5.5.x. This release, also presently in 
beta, is targeted for QMT 2.x.

I wouldn't expect quotas to be working until QMT 2.x, at least. In the 
meantime, I recommend setting user accounts to NOQUOTA if you're getting 
notification messages or otherwise experiencing problems. That's what I do.

-- 
-Eric 'shubes'

Pak Ogah wrote:
> On 14-Sep-10 21:32, Eric Shubert wrote:
>> I wonder, is the rejection notice being rejected? By spamdyke perhaps?
>>
>> Mike, do you have spamdyke configured to blacklist your domain (as an 
>> anti-spam measure)? I suspect that this technique might need some 
>> refinement. Are you using port 25 or port 587 for the submission?
>>
> just fyi,
> 
> I am also using spamdyke, using port 25 with smtp-auth, but not 
> blacklisting own domain, and Ms. Outlook as client, I get the oversived 
> message note from System Administrator just fine.
> but what disturbing is when my mailbox is (almost) full, I get 
> over-quota notification every time someone is sending me message.
> sorry oot
> ========================
> 
> *From:* System Administrator
> *Sent:* Tuesday, 31 August, 2010 15:09
> *To:* Amin Yuliastanto
> *Subject:* Undeliverable: Emailing: New Oracle Application Installation 
> Timeline
> 
>  
> 
>  
> 
> Your message did not reach some or all of the intended recipients.
> 
>  
> 
>       Subject:    FW: Emailing: New Oracle Application Installation
Timeline
> 
>       Sent: 31-Aug-10 15:09
> 
>  
> 
> The following recipient(s) cannot be reached:
> 
>  
> 
>       'Nuke Triana' on 31-Aug-10 15:09
> 
>             552 Requested mail action aborted: exceeded storage allocation
> 
> 
> 


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


Reply via email to