This is a discussion on Re: mail not delivered because file too large within the mailing.postfix.users forums, part of the Mail Servers and Related category; sasa wrote: > "Robin Lynn Frank" wrote: > > >>The default can be shown with: >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
sasa wrote:
> "Robin Lynn Frank" wrote: > > >>The default can be shown with: >>postconf -d | grep mailbox > > > [root@mail ~]# postconf -d|grep mailbox > home_mailbox = > mailbox_command = > mailbox_command_maps = > mailbox_delivery_lock = fcntl, dotlock > mailbox_size_limit = 51200000 > mailbox_transport = > [cut] > virtual_mailbox_domains = $virtual_mailbox_maps > virtual_mailbox_limit = 51200000 > virtual_mailbox_lock = fcntl > virtual_mailbox_maps = > > ..therefore I must to modify the parameter: > > mailbox_size_limit = 51200000 > virtual_mailbox_limit = 51200000 > > thanks !! > > Salvatore. > > That's one part, don't forget to change the amavisd QUOTA settings to allow amavis enough room to unpack/examine the email you are getting. Not a part of postfix, but a definite part to your problem. Leeman |