On 1999-06-30 at 10:56:27, Varga Robert wrote:
> 1. How do I set the maximal incoming message size? And if is possible,
> then the maximal outgoing message size?

man qmail-smtpd; set the /var/qmail/control/databytes file to the
message size you are prepared to handle (i.e. 256000).  This is a global
value, irrespective of "direction", if your clients connect through
smtpd also, you can find a way to set the DATABYTES environment variable
to a different value (via tcpserver, or tcpd) for the "client" network.

Local clients using qmail-queue/qmail-inject/mailsubj/sendmail/etc are
exempt from this limitation.

> 2. What happens when the user's hard system quota is passed over with the
> incoming message? Does the message bounce, or goes to temporary, or the
> user gets it? I ask this with normal users not virtual users.

The message will stay in the queue as a file of the qmailq user, which
probably doesn't have such a strict quota as normal users.  If the user
doesn't clean up before the message expires in the queue, it will be
bounced.  You can override this by using a special delivery program
which checks for the quota before delivering to the user.

-- 
Janos - Don't worry, my address is real.  I'm just bored of spam.

Reply via email to