各位大侠:我的qmail邮件服务器的队列里大部分都是“user is over quota”退信,严重影响了正常邮件的收发!!请问我该如何设置才能避免这种情况阿??谢谢了!! :em02: :oops: :lol:
by Godfatherwang - 服务器应用 - 2004-12-09 16:30:44 阅读(18460) 回复(5)
.over-quota.msg 如下增加的 [code]echo "邮件被拒绝,用户的邮箱已满。" > /home/vpopmail/domains/.over-quota.msg[/code] 为什么就没起作用,收到的退信中还是英文提示: [code]Hi. This is the qmail-send program at . I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : user is ...
Jan 22 05:33:06 Mail postfix/pipe[13842]: 5B52D1C2C0: to=<[email]sosogh@sosogh.com[/email]>, relay=maildrop, delay=1811, delays=1811/0.14/0/0.22, dsn=4.3.0, status=deferred (temporary failure. Command output: maildrop: maildir over quota. ) 我系统是debian etch maildrop 是通过apt-get install的 当用户的邮箱over quota的时候,maildrop是defer这个邮件而不是bounce 我想让当用户的邮箱over quota的时候,m...
kernel: 至FreeBSD 4.3-RELEASE為止,其原始kernel不支援quota,因此須重新編譯kernel。 cd /usr/src/sys/i386/conf vi GENERIC options quota請留意,options後面是用TAB鍵做間隔,不是用空白鍵(spacebar)。 config GENERIC cd ../../compile/GENERIC make depend all install fstab: cd /etc vi fstab # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none ...
我是按照xuki的帖子一步一步做下来的。在使用过程中,我发现了一个问题,那就是当使用IGENUS时,如果收信人的邮箱容量不足,发信人会收到退信,但是只能够浏览标题,如果打开信件,不是空白页就是报错;如果点击“回复”,则退信的内容会出现在要发送的邮件中,通过其中的信息可以看出是qmail的退信。但是在安装的过程中,我已经设置了/home/vpopmail/domains/.over-quota.msg的内容了,它为什么不起作用呀?