Re: How to reduce memory footpring?

2009-10-29 Thread Rene Bartsch
> Rene Bartsch: >> Is there any reason why such lists are not in shared memory? > > You can use the proxymap service for that. How can I configure that? Setting "proxy:cidr:/path/to/file" throws Oct 30 00:33:19 www postfix/proxymap[26942]: warning: request for unap

Re: How to reduce memory footpring?

2009-10-29 Thread Rene Bartsch
> On Thu, Oct 29, 2009 at 09:10:27AM +0100, lst_ho...@kwsoft.de wrote: > > It looks like a "heap" to me. Some library is allocating a lot of virtual > memory. It could be via Postfix, or via an NSS module, perhaps "db" > entries in nsswitch.conf, just to close out the Berkeley DB theme. > > Otherwi

Re: How to reduce memory footpring?

2009-10-29 Thread Rene Bartsch
> Zitat von Rene Bartsch : > >>> Rene Bartsch: >>>> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ >>>> COMMAND 7159 postfix 20 0 >> 79960 24m 3332 S 0 12.4 0:00.14 smtpd 7897 postfix 20 >> 0 79204 23m 2

Re: How to reduce memory footpring?

2009-10-28 Thread Rene Bartsch
> Rene Bartsch: >> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+COMMAND >> 7159 postfix 20 0 79960 24m 3332 S 0 12.4 0:00.14 smtpd 7897 postfix 20 0 79204 23m 2736 S 0 11.7 0:00.10 smtpd > > Please report what portions

Re: How to reduce memory footpring?

2009-10-28 Thread Rene Bartsch
> On Wed, Oct 28, 2009 at 08:28:35PM +0100, Rene Bartsch wrote: > >> smtpd needs 24 MByte per client connection. > > You may not be measuring correctly, are you sure you are not counting > shared executable pages or otherwise mapped read-only pages. Output of "top"

How to reduce memory footpring?

2009-10-28 Thread Rene Bartsch
Hi, smtpd needs 24 MByte per client connection. Is there any way to reduce that? Thanx for any help, Renne

Re: Different SMTP hostnames on different IPs?

2009-10-12 Thread Rene Bartsch
> On Mon, Oct 12, 2009 at 06:58:13PM +0200, Rene Bartsch wrote: > >> > Unless one is sufficiently motivated to use a separate Postfix instance >> > for each interface, there is little to gain from different host names >> > on different IPs. >> >> It

Re: Different SMTP hostnames on different IPs?

2009-10-12 Thread Rene Bartsch
) So, let's try if it works. Currently about 99% UCE doesn't make it to the mailboxes, with nothing else than the three MX-records and Postfix-GLD used for UCE (I must be stupid to post this idea, as any spammer will read this ML ...). Best regards, Rene Bartsch

Re: Different SMTP hostnames on different IPs?

2009-10-11 Thread Rene Bartsch
> Rene Bartsch a écrit : >> Hi, >> >> Postfix is running on the public IPs A and B and the private IPs C, D and E. >> >> IP A and B have correct DNS A and PTR records (A: www.mydomain.tld and B: >> vpn.mydomain.tld). The >> hostname of the machine

Different SMTP hostnames on different IPs?

2009-10-10 Thread Rene Bartsch
Hi, Postfix is running on the public IPs A and B and the private IPs C, D and E. IP A and B have correct DNS A and PTR records (A: www.mydomain.tld and B: vpn.mydomain.tld). The hostname of the machine is www.mydomain.tld. Currently Postfix-SMTPD answers all connections from clients with it's h

Re: Need help with configuration ...

2009-10-09 Thread Rene Bartsch
> Rene Bartsch: >> > I hope you are not trying to list all domains with every query. For virtual_(alias|mailbox)_domains or mydestination using a mysql map, Postfix expect to give a domain to a query . >> > If *any* result is returned, the return value is igno

Re: Need help with configuration ...

2009-10-09 Thread Rene Bartsch
> Rene Bartsch wrote: >>> Brian Evans - Postfix List wrote: >>> >>>> Rene Bartsch wrote: >>>> >>>> >>>>>> Rene Bartsch wrote: >>>>>> >>>>>> >>>>>> >>>>>&g

Re: Need help with configuration ...

2009-10-09 Thread Rene Bartsch
> Brian Evans - Postfix List wrote: >> Rene Bartsch wrote: >> >>>> Rene Bartsch wrote: >>>> >>>> >>>>> Hi, >>>>> I'm running the combination of Postfix, Postfix-GLD (Greylisting) and >>>>> DBMai

Re: Need help with configuration ...

2009-10-08 Thread Rene Bartsch
> Rene Bartsch wrote: >> Hi, >> I'm running the combination of Postfix, Postfix-GLD (Greylisting) and >> DBMail(MDA) as a stand-alone >> Internet host on a Ubuntu-9.04 system. The file 'sql-recipients.cf' provides >> the MySQL access information

Need help with configuration ...

2009-10-08 Thread Rene Bartsch
Hi, I'm running the combination of Postfix, Postfix-GLD (Greylisting) and DBMail(MDA) as a stand-alone Internet host on a Ubuntu-9.04 system. The file 'sql-recipients.cf' provides the MySQL access information for the list of mail-aliases in DBMail and 'sql-domains.cf' provides the list of virtu

Order of recipient restrictions

2008-10-08 Thread Rene Bartsch
Hi, I have the following configuration in main.cf: -- snip -- local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf smtpd_recipient_restrictions ### Greylisting/restrictions smtpd_recipient_restri