... it is not a problem if you have TWO mysqld-hosts with replication because all of this lookups are read-only and you can easily configure postfix to use...
291824
Alfredo Saldanha
asaldanha@...
Mar 7, 2013 8:17 pm
In line... De: "Noel Jones" <njones@...> Para: postfix-users@... Enviadas: Quinta-feira, 7 de Março de 2013 17:01:45 Assunto: Re:...
291825
Reindl Harald
h.reindl@...
Mar 7, 2013 8:22 pm
DO NOT POST HTML-MESSAGES ... in short: if you use mysql for your config your mysqld MUST NOT be unreachable, ever at all, if your setup is OK this will never ...
291826
Alfredo Saldanha
asaldanha@...
Mar 7, 2013 8:30 pm
Sorry, this was my email client. Thank you for answers. ... De: "Reindl Harald" <h.reindl@...> Para: postfix-users@... Enviadas:...
291827
Noel Jones
njones@...
Mar 7, 2013 8:53 pm
... If the transport table is unavailable, no mail will flow -- incoming mail will be deferred, mail in the queue will be temp-failed. There is no cache[1]. ...
291828
Geoff Shang
geoff@...
Mar 8, 2013 1:46 pm
Hi, First, thanks to everyone for your help so far. We've got all our customer information in LDAP and we've set up our Postfix and Dovecot instances to talk...
291829
Bastian Blank
Mar 8, 2013 2:34 pm
... Why is it costly? And how does "costly" fit into security? And password verification is not necessary for looking up stuff. ... Add a LDAP replica on each...
291830
Geoff Shang
geoff@...
Mar 8, 2013 3:23 pm
... Because the passwords are stored in some highly encrypted form (not my area) and comparing passwords means likewise encrypting the password to be checked. ...
291831
Geoff Shang
geoff@...
Mar 8, 2013 4:03 pm
Hi, My second query. We have a mail scanner which receives outside mail from our MX and submitted mail from customers, scans it for spam and viruses, and...
291832
Bastian Blank
Mar 8, 2013 4:19 pm
... Then just don't do it. You IPSEC or so if you want network security. ... Don't do that. ... As always: don't shoot the messenger. ... And why? You need the...
291833
Quanah Gibson-Mount
quanah@...
Mar 8, 2013 4:50 pm
--On Friday, March 08, 2013 3:45 PM +0200 Geoff Shang ... This is exactly what postfix does for our setup, using postfix 2.10.0. Example connection from this...
291834
Viktor Dukhovni
postfix-users@...
Mar 8, 2013 5:30 pm
... No Postfix release has ever done that. LDAP connections have always been cached by the process that makes the queries. The first query triggers a...
291835
Viktor Dukhovni
postfix-users@...
Mar 8, 2013 5:34 pm
... The sender will always be checked against relay_domains, as a side-effect of determining whether the sender domain is "local", which is required to...
291836
Quanah Gibson-Mount
quanah@...
Mar 8, 2013 5:41 pm
--On Friday, March 08, 2013 5:29 PM +0000 Viktor Dukhovni ... This is not really the behavior I see from proxy:. For example, the connection I pasted from...
291837
Quanah Gibson-Mount
quanah@...
Mar 8, 2013 5:44 pm
--On Friday, March 08, 2013 9:41 AM -0800 Quanah Gibson-Mount ... Vs, for example, our OpenDKIM setup, which has used a persistent connection to our ldap...
291838
Viktor Dukhovni
postfix-users@...
Mar 8, 2013 5:48 pm
... Not all connections are necessarily from proxy processes, and not all proxy processes are eternal. ... Postfix does not do "graceful shutdown" of database...
291839
Quanah Gibson-Mount
quanah@...
Mar 8, 2013 5:58 pm
--On Friday, March 08, 2013 5:48 PM +0000 Viktor Dukhovni ... Ok. And I'm not complaining, really. ;) The proxy: functionality is definitely much more robust...
291840
Viktor Dukhovni
postfix-users@...
Mar 8, 2013 6:13 pm
... Postfix is robust without "proxy:", but LDAP servers sometimes don't like hundreds of connections from Postfix when each smtpd(8) and each cleanup(8) makes...
291841
Quanah Gibson-Mount
quanah@...
Mar 8, 2013 6:20 pm
--On Friday, March 08, 2013 6:13 PM +0000 Viktor Dukhovni ... I've bumped max_use to 5000 to see what happens. My point is that the connections are not as...
291842
Viktor Dukhovni
postfix-users@...
Mar 8, 2013 7:05 pm
... This is not a feature, it is a bug. OpenDKIM is a multi-threaded process that does not periodically exit to be replaced by a fresh process. As such it...
291843
Quanah Gibson-Mount
quanah@...
Mar 8, 2013 7:24 pm
--On Friday, March 08, 2013 7:05 PM +0000 Viktor Dukhovni ... OpenDKIM does what I ask. It makes a persistent connection and cuts out the overhead of...
291844
Michael Orlitzky
michael@...
Mar 8, 2013 8:14 pm
Is this map type (pcre) intended? /etc/postfix/main.cf: smtp_discard_ehlo_keyword_address_maps = pcre:/etc/postfix/discard_ehlo_keywords ...
291845
Wietse Venema
wietse@...
Mar 8, 2013 8:22 pm
... The syntax of the lookup keys suggests that this is a cidr:table. ... Never underestimate the power of the sledgehammer. Wietse...
291846
baptiste jamin
baptistejamin@...
Mar 8, 2013 8:34 pm
Hello, I'm a french administrator. Since 3 days, i've some "unknown user" errors. I use the directive "local_recipient_maps =" in my main.cf What i don't...
291847
Wietse Venema
wietse@...
Mar 8, 2013 8:44 pm
... As documented in http://www.postfix.org/postconf.5.html#local_recipient_maps If this parameter is non-empty (the default), then the Postfix SMTP server...
291848
baptiste jamin
baptistejamin@...
Mar 8, 2013 9:17 pm
We have a non common mail system: All mails are normaly sent to a local service. This home made service manage our different adresses. In fact the...
291849
Wietse Venema
wietse@...
Mar 8, 2013 9:45 pm
... This is incorrect. With "local_recipient_maps =", the Postfix SMTP server will accept all recipient addresses in a domain that matches MYDESTINATION. The...
291850
Viktor Dukhovni
postfix-users@...
Mar 8, 2013 11:40 pm
... Just because you want it, does not mean it is better. :-) ... It is surely trivial to see what an insignificant difference this makes. Between all those...
291851
Alex
mysqlstudent@...
Mar 9, 2013 10:41 pm
Hi, I have a postfix-2.9.5 install on fc16 which manages mail for a few domains. The server just relays mail for a few domains and doesn't deliver any mail...
291852
Reindl Harald
h.reindl@...
Mar 9, 2013 11:15 pm
... be specific in your configuration avoid .domain.tld mail1.prop.example.com smtp:[66.123.218.101] prop.example.com smtp:[66.123.218.100] works,...