Re: Postfix mailbox_size_limit var overflow?

2011-08-30 Thread Brian Evans - Postfix List
On 8/30/2011 4:32 PM, Tim Eberhardt wrote: > Am Dienstag, 30. August 2011, 16:08:35 schrieb Brian Evans - Postfix List: >> According to the sources (2.8.4 as a reference), >> mailbox_size_limit is a signed 32-bit integer. (On x86(_64) arch) >> >> global/mail_params.h >> 580:extern int var_mailbox_

Re: Postfix mailbox_size_limit var overflow?

2011-08-30 Thread Tim Eberhardt
Am Dienstag, 30. August 2011, 16:08:35 schrieb Brian Evans - Postfix List: > According to the sources (2.8.4 as a reference), > mailbox_size_limit is a signed 32-bit integer. (On x86(_64) arch) > > global/mail_params.h > 580:extern int var_mailbox_limit; > > > This limits the integer to 2,147,48

Re: Postfix mailbox_size_limit var overflow?

2011-08-30 Thread Brian Evans - Postfix List
On 8/30/2011 3:23 PM, Tim Eberhardt wrote: > # postconf -n | grep mailbox_size_limit > mailbox_size_limit = 4294967296 > > I tried reducing the number which worked and the errors siappeared: > > # postconf -n | grep mailbox_size_limit > mailbox_size_limit = 20 > > What could be the cause to

Postfix mailbox_size_limit var overflow?

2011-08-30 Thread Tim Eberhardt
Hello! I have a weird problem. This weekend I upgraded my gentoo linux box (glibc 2.11 to 2.12, postfix 2.7.4 to 2.8.4 ...). I didn't noticed any problems right after the upgrade. A bit later I recompiled gcc because of the changed system libs. The next day I noticed that i can not receive mail

Re: send copy of incoming mail to another user

2011-08-30 Thread Jeroen Geilman
On 2011-08-30 12:36, Per Jessen wrote: Jon Miller wrote: Like to know how do I send a copy of incoming mail to another user, both the user and management requires the same mail For all mail, see 'always_bcc' - for copies of one individuals mails, aliasing? [sender|recipient]_bcc_maps For d

Re: duplicate mail elimination

2011-08-30 Thread Victor Duchovni
On Mon, Aug 29, 2011 at 03:46:00PM +0200, Alexander 'Leo' Bergolth wrote: > Hi! > > I am trying to understand how duplicate mail elimination works in postfix. > > According to previous postings, mails that are duplicated by resolving > multiple recipient aliases that refer to the same final addr

Re: send copy of incoming mail to another user

2011-08-30 Thread Per Jessen
Jon Miller wrote: > Like to know how do I send a copy of incoming mail to another user, > both the user and management requires the same mail > For all mail, see 'always_bcc' - for copies of one individuals mails, aliasing? /Per Jessen, Zürich

send copy of incoming mail to another user

2011-08-30 Thread Jon Miller
Like to know how do I send a copy of incoming mail to another user, both the user and management requires the same mail Jon L Miller MMT Networks Pty Ltd e: jlmil...@mmtnetworks.com.au p: +618 9375 6597 m: +61 412 126 166 Disclaimer This message contains confidential information and is

Re: Possible error in Postfix documentation

2011-08-30 Thread Fabio Sangiovanni
Il giorno 30/08/11 00:20, "Wietse Venema" ha scritto: >To view the built-in defaults, use "postconf -d". > >To view the main.cf settings, use "postconf -n". > > Wietse > > Of course, my mistake (again). Fortunately the output of "postconf -d" has turned out to be the same. Thanks a lot for

Re: Possible error in Postfix documentation

2011-08-30 Thread Fabio Sangiovanni
Il giorno 29/08/11 18:56, "Noel Jones" ha scritto: >On 8/29/2011 11:20 AM, Fabio Sangiovanni wrote: > >> So default values are defined at compile time, aren't they? >> > >Yes, and FWIW, I don't expect the official default values of >parent_domain_matches_subdomains & relay_domains to change anyt