PDA

View Full Version : problem of procmail


nasir
13th March 2008, 07:59
hello evey1
we are facing problem on ispconfig
the problem is that 1 user web1_qadri did not recieve any mail and the sender recieve a bounce back message
in mail serve log i get that error

Mar 12 12:45:52 wikkid postfix/smtpd[18204]: C7CE2B8587: client=localhost.localdomain[127.0.0.1], sasl_sender=web1_qadri@wikkid.pk
Mar 12 12:45:52 wikkid postfix/qmgr[18154]: C7CE2B8587: from=<web1_qadri@wikkid.pk>, size=609, nrcpt=1 (queue active)
Mar 12 12:45:52 wikkid sendmail[18399]: m2C7jq7G018399: to=admispconfig@localhost.localdomain, ctladdr=web1_qadri (10266/10001), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30117, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as C7CE2B8587)
Mar 12 12:45:52 wikkid postfix/local[18359]: B3D84B857D: to=<web1_qadri@wikkid.pk>, orig_to=<syed.tariq@wikkid.pk>, relay=local, delay=0.16, delays=0.05/0/0/0.1, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/web1_qadri" )


in cd /var/mail/
the web1_qadri ha following mailsize
-rw------- 1 web1_qadri mail 49M Mar 12 12:45 web1_qadri
i mv that mail in tmp and create new id and send mail to web1_qadri then its recieves mails when i put back to move data into that location then same problem happened.....
is that quota problem ya something else i think that user can't recieve more then 50 mb space
kindly told me the solution

nasir
13th March 2008, 08:01
before that 1 more error message i recieve

<web1_qadri@wi.pk> (expanded from <syed.tariq@wi.pk>): can't create

user output file. Command output: ==================== QUOTA:

1073741824 INBOXSIZE: 51137050 MAXMSG: 1022604774 procmail: Error

while

writing to "/var/mail/web1_qadri"


i think that information is enough to solve the problem if u required more then tell me

till
13th March 2008, 11:21
Maybe the mailbox is corrupted. Remove the mailbox and see if receiving works again.

By the way, it is recommended to use maildir instead of mbox as described in the perfects etup guides so you will not get these mailbox corruption problems.

nasir
13th March 2008, 11:46
yes when i move the mails in tmp and then delete the id and create new email on same name then its recuive mails after putting back those inbox into that location then same problem going on
but the problem is customer want those mails which i think 49Mb
so i do not want to move those mails now and want any solution ?
kindly help me dear

till
13th March 2008, 11:49
If the mailbox is corrupted and the user is not able to access it with pop3 or imap anymore, then you will have to remove it or try to find a script or application that is able to repair mbox files. But I'am not aware of such a script at the moment.

Thats a common problem with mailboxes in mbox format and thats the reson why its highly recommended to use maildir intsead of mbox.

nasir
13th March 2008, 11:59
now the problem is that i delete some of mails in his in inbox and he recieves his mail is that possible the problem of Quota???
cz i am not putting any quota in ispconfig ya by default 50 mb quota implemented in that Version of ispconfig?

till
13th March 2008, 12:08
It might be a quota problem.

ISPConfig has no default quota of 50 MB. But maybe you have set a max. mailbox size in your postfix configuration.

nasir
13th March 2008, 12:50
i have not mentioned anything related to quota or mailbox size in postfix

nasir
13th March 2008, 13:31
i got the solution i think the problem related to postfix configuratio
i check the default mailbox size in postfix throught that command
postconf –d | grep size
by default the mailbox size is
mailbox_size_limit = 51200000
message_size_limit = 10240000
i put then
postconf –e message_size_limit=0
postconf –e mailbox_size_limit=0
now postfix mailbox size goes unlimited
i hope now i did not get any error message