Hey thanks for the BIND idea.. That was a good outside-the-box solution that is working great for now, until I get in touch with them....
Postfix Mail System
postfix@...
Jun 2, 2008 1:54 am
239217
... Hash: SHA1 Postfix (2.3.8 binary Debian testing install) has quit working reliably. I've restarted it, reinstalled it, and found the string in the cidr ...
Glenn English
ghe@...
Jun 2, 2008 2:58 am
239218
... We need "postconf -n" output -- Ralf Hildebrandt (Ralf.Hildebrandt@...) snickebo@... Postfix - Einrichtung, Betrieb und Wartung...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Jun 2, 2008 6:26 am
239219
... It's probably a bad "mynetworks" setting in main.cf. Wietse...
Wietse Venema
wietse@...
Jun 2, 2008 11:56 am
239220
Hi, we're running 2.5.1 with the pretty hard setting smtpd_client_restrictions = check_client_access cidr:biiiiig_whitelist, reject_unknown_client_hostname ...
Bernhard Schmidt
berni@...
Jun 2, 2008 12:28 pm
239221
... Postfix uses the getnameinfo() SYSTEM LIBRARY routine. Apparently, your system's version reports DNS error code SERVFAIL as an unrecoverable error...
Wietse Venema
wietse@...
Jun 2, 2008 12:42 pm
239222
... This does not prove the point. The nameservice for this IP is rather intermittently available. Sometimes it just works, other times it fails. When it...
Victor Duchovni
Victor.Duchovni@...
Jun 2, 2008 1:19 pm
239223
... I sent a note to their DNS whois contact. Have not yet spotted a response in my inbox, most likely they have not yet replied. We are also seeing a low rate...
Victor Duchovni
Victor.Duchovni@...
Jun 2, 2008 1:30 pm
239224
Hi, I recently noticed that although I changed the syslog_facility to local1, Postfix qmgr keeps logging some sort of log entries into the old log file: ...
Dietmar Braun
listen@...
Jun 2, 2008 1:34 pm
239225
... I don't see local1 there... -- Ralf Hildebrandt (Ralf.Hildebrandt@...) snickebo@... Postfix - Einrichtung, Betrieb und Wartung...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Jun 2, 2008 1:36 pm
239226
... $ man qmgr QMGR(8) QMGR(8) NAME qmgr - Postfix queue manager ... CONFIGURATION PARAMETERS ...
Wietse Venema
wietse@...
Jun 2, 2008 1:39 pm
239227
... Sorry for confusing. This is the new configuration, I today changed from local1 to mail again. But it was local1 and the logfile excerpts I posted are...
Dietmar Braun
listen@...
Jun 2, 2008 1:40 pm
239228
... Hm, of course I reloaded the configuration after changing to local1... Dietmar -- NetCologne Gesellschaft fuer Telekommunikation mbH Am Coloneum 9, 50829...
Dietmar Braun
listen@...
Jun 2, 2008 1:41 pm
239229
Hello, ... This appears to be the case, I can't really code C but my tests in python (which forward gaierrors pretty well) show rc=-2 ('Name or service not...
Bernhard Schmidt
berni@...
Jun 2, 2008 1:53 pm
239230
... Before the fix below, changing the name/level required "postfix stop" and "postfix start" for daemon processes. 20070223 Cleanup: syslog_name now works as...
Wietse Venema
wietse@...
Jun 2, 2008 1:54 pm
239231
... arath:/var/log/mail# postconf | grep mail_version mail_version = 2.5.2 Hm, I suppose my quite "fresh" postfix should have that? ;) Regards, Dietmar -- ...
Dietmar Braun
listen@...
Jun 2, 2008 1:58 pm
239232
... I thought this applied to syslog_name, but that syslog_facility is not passed from the master(8) environment, and so could be set per-service or read from ...
Victor Duchovni
Victor.Duchovni@...
Jun 2, 2008 2:00 pm
239233
... You are doing something wrong, and reporting rather sketchy information. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. ...
Victor Duchovni
Victor.Duchovni@...
Jun 2, 2008 2:01 pm
239234
... What for information are you missing? To recapitulate my given information: Running Postfix 2.5.2 (ok, on Debian Linux) with syslog_facility set to...
Dietmar Braun
listen@...
Jun 2, 2008 2:07 pm
239235
... Apparently, that fixes changes in syslog_name, but not changes in syslog_facility. I'll put that on the TODO list. Wietse...
Wietse Venema
wietse@...
Jun 2, 2008 2:09 pm
239236
... All msg_syslog_init() calls have fixed parameters, so it seems that the syslog_facility parameter implementation was not completed after the main.cf...
Wietse Venema
wietse@...
Jun 2, 2008 2:15 pm
239237
... The OP however, is not AFAIK changing syslog_facility via "-o syslog_facility=mumble" overrides in master.cf. The call to msg_syslog_facility() happens in...
Victor Duchovni
Victor.Duchovni@...
Jun 2, 2008 2:24 pm
239238
... As I wrote in my initial posting, here they are: arath:/var/log/mail# more /var/log/mail/postfix Jun 2 12:31:54 arath postfix/qmgr[22691]: 1B28611E538:...
Dietmar Braun
listen@...
Jun 2, 2008 2:27 pm
239239
... Thanks a lot! Dietmar -- NetCologne Gesellschaft fuer Telekommunikation mbH Am Coloneum 9, 50829 Koeln Geschaeftsfuehrer: Werner Hanf, Dipl.-Ing....
Dietmar Braun
listen@...
Jun 2, 2008 2:28 pm
239240
Hi folks, I was wandering if it was possible to split the main.cf configuration file in multiple parts, e.g.: mynetworks = ... myhostname = ... include...
Hannes Erven
h.e@...
Jun 2, 2008 2:29 pm
239241
... It is not possible with aliases either. The ":include:" syntax on the RHS of the aliases file is not a mechanism for extending the aliases file with ...
Victor Duchovni
Victor.Duchovni@...
Jun 2, 2008 2:41 pm
239242
... Actually, the syslog_facility feature got broken when I implemented the above fix for syslog_name. Wietse...
Wietse Venema
wietse@...
Jun 2, 2008 2:50 pm
239243
... And how would "postconf -e" know what file it should change? ... If you haven't learned to use "make", then you are working too hard. Wietse...
Wietse Venema
wietse@...
Jun 2, 2008 2:52 pm
239244
Hi, I want to use postfix in my laptop both in work and from home. My laptop has a virtual hostname, so I want addresses mapped, and for that I'm using...
Felipe Contreras
felipe.contreras@...
Jun 2, 2008 3:17 pm
239245
... Transport resolution happens before generic mapping. See ADDRESS_REWRITING_README. This said, why are you using Postfix on your laptop at all? I don't, it...