Re: fallback relay

2010-02-11 Thread Ralf Hildebrandt
* Vladislav Antolik vladislav.anto...@gmail.com: Hello, I have the same problem, but I don't want to use MX lookup. Is there any possibility to do it? Only with MX lookups -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin

Re: Combination of two permissions with AND operator

2010-02-12 Thread Ralf Hildebrandt
permit_sasl_authenticated -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: Combination of two permissions with AND operator

2010-02-12 Thread Ralf Hildebrandt
* Ralf Hildebrandt ralf.hildebra...@charite.de: You need restriction classes for that :) I suck. I left out the restriction classes... smtp_recipient_restriction = permit_mynetworks permit_sasl_authenticated smtpd_recipient_restriction = check_client_access hash:/etc/postfix

Re: Combination of two permissions with AND operator

2010-02-12 Thread Ralf Hildebrandt
* Неворотин Вадим nevoro...@gmail.com: Cool)) But then how to combine permit_sasl_authenticated and permit_tls_clientcerts? The purpose is to allow send mails only for users with valid certificate and valid login+password))) Phew. Dunno. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung

Re: Combination of two permissions with AND operator

2010-02-12 Thread Ralf Hildebrandt
* Неворотин Вадим nevoro...@gmail.com: Mmm... Unfortunatelly, I can't understand how combine permit_sasl_authenticated and permit_tls_clientcerts with access_maps. You can't, since both return PERMIT -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité

Re: Combination of two permissions with AND operator

2010-02-12 Thread Ralf Hildebrandt
* Ralf Hildebrandt ralf.hildebra...@charite.de: * Неворотин Вадим nevoro...@gmail.com: Mmm... Unfortunatelly, I can't understand how combine permit_sasl_authenticated and permit_tls_clientcerts with access_maps. You can't, since both return PERMIT One idea would be to use a policy daemon

Re: Combination of two permissions with AND operator

2010-02-12 Thread Ralf Hildebrandt
values (something like $is_from_mynetwork, $is_sasl_authenticated, $has_valid_certificate and so on) to Postfix configuration, and add ability to use logical operations with this variables to decide permit, reject, defer etc. Yes, you can do that using a policy_daemon -- Ralf Hildebrandt

Re: how to specify a default key in access(5)

2010-02-14 Thread Ralf Hildebrandt
check_recipient_access pcre:/etc/postfix/recipients_default // REJECT rejected for testing purposes -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450

Re: how to specify a default key in access(5)

2010-02-15 Thread Ralf Hildebrandt
in Postfix? I'm assuming in the example above that the .pcre file actually contains pcre syntax, not regexp syntax. It's a naming issue only. One would OF COURSE name pcre files .pcre and regexp files .regexp (or similar). -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité

Re: asterisks in smtp banner

2010-02-15 Thread Ralf Hildebrandt
changes are ones own risk -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: Upgrading Postfix

2010-02-15 Thread Ralf Hildebrandt
with the Apple version. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: helo_access

2010-02-16 Thread Ralf Hildebrandt
= check_client_access hash:/etc/postfix/smtp.domaineok.com reject /etc/postfix/smtp.domaineok.com contains: smtp.domaineok.com OK -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203

Re: helo_access

2010-02-16 Thread Ralf Hildebrandt
: smtpd_helo_restrictions = check_helo_access hash:/etc/postfix/helo_access, -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Re: helo_access

2010-02-17 Thread Ralf Hildebrandt
‐ ent_domain_matches_subdomains configuration setting (note that this is the default for some versions of Postfix). Other‐ wise, specify .domain.tld (note the initial dot) in order to match subdomains. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin

Re: smtpd_reject_unlisted_sender

2010-02-18 Thread Ralf Hildebrandt
* Len Conrad lcon...@go2france.com: is this param server-wide, or can it be present in smtpd_*_restrictions ? Settings in smtpd_*_restrictions ARE server-wide. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin

Re: rbl sites

2010-02-19 Thread Ralf Hildebrandt
; use reject_rbl_client domain-name instead Use reject_rbl_client zen.spamhaus.org in smtpd_*_restrictions instead of using the deprecated reject_maps_rbl zen.spamhaus.org -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin

Re: rbl sites

2010-02-19 Thread Ralf Hildebrandt
* Patric Falinder patric.falin...@omg.nu: Try using reject_rbl_client instead of reject_maps_rbl as it says in the logs. reject_rbl_client = zen.spamhaus.org No, that's wrong syntax -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin

Re: rbl sites

2010-02-19 Thread Ralf Hildebrandt
question: smtpd_restriction_classes = class_barracuda class_barracuda = reject_rbl_client b.barracudacentral.org smtpd_recipient_restrictions = .. class_barracuda, Why this extra complexity? smtpd_recipient_restrictions = .. reject_rbl_client b.barracudacentral.org -- Ralf

Re: smtpd_banner question

2010-02-22 Thread Ralf Hildebrandt
command). That's something different. postconf smtp_helo_name postconf myhostname returns what? My smtpd_banner is set to $mylocalhost ESMTP. The localhost is the mylocalhost??? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin

Re: smtpd_banner question

2010-02-22 Thread Ralf Hildebrandt
not to munge the data, since that's what the other server doesn't like -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

header_checks question

2010-02-22 Thread Ralf Hildebrandt
#becaus: #wrong =?iso-8859-1?Q?Kr=FCger=2C_Stephanie?= #correct =?iso-8859-1?Q?=22Dr._med._Stefan_R=F6pke=22?= Yes, this fails if the encoding is NOT iso-8859-1 -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin

Re: header_checks question

2010-02-22 Thread Ralf Hildebrandt
* Victor Duchovni victor.ducho...@morganstanley.com: On Mon, Feb 22, 2010 at 02:57:54PM +0100, Ralf Hildebrandt wrote: Can anybody comment on this ugly fix for Umlauts in realnames? # Already with Quotes (=22) thus do nothing /^From: =\?iso-8859-1\?Q\?=22(.*)=22\?= (.*)$/ REPLACE From

Re: header_checks question

2010-02-22 Thread Ralf Hildebrandt
return realname fi -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: header_checks question

2010-02-23 Thread Ralf Hildebrandt
answering Same here. That's why I added the ugly hack -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Re: header_checks question

2010-02-24 Thread Ralf Hildebrandt
it seems that Thunderbird is choking on the wrong To-Header from Outlook when doing a reply... Regards Andreas -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30

Re: Display-name rewriting

2010-02-24 Thread Ralf Hildebrandt
? *smile* /^From: (.*) (.*)$/ REPLACE From: blah $2 -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Re: Display-name rewriting

2010-02-24 Thread Ralf Hildebrandt
* Ralf Hildebrandt ralf.hildebra...@charite.de: * Sylvain Ferrand sylvain.ferr...@polytechnique.edu: Hello, I would like to overwrite the display-name (i.e. the sender description string in the the From: field. - cf. RFC 5322 sec 3.4) set by the MUA. Is it possible to rewrite

Re: Spam Attack on Postmaster

2010-03-01 Thread Ralf Hildebrandt
* Stan Hoeppner s...@hardwarefreak.com: If you sub the list, ask Rich K about ipdeny. I learned about it from him. He's been a spam fighter since 1994 (maybe earlier). He's old school. Yay, I'm old school :) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité

Re: 250 Backend Replied

2010-03-02 Thread Ralf Hildebrandt
about emails not getting delivered. What does 250 Backend Replied mean? Should I be worried about this? 250: all is well Backend Replied: The backend replied. Whatever that means. Ask the admins @mxlogicmx.net -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité

Re: spamhaus dbl implementation

2010-03-03 Thread Ralf Hildebrandt
) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: spamhaus dbl implementation

2010-03-04 Thread Ralf Hildebrandt
* Stan Hoeppner s...@hardwarefreak.com: Ralf Hildebrandt put forth on 3/4/2010 1:55 AM: The Spamhaus DBL is a realtime database of domains (typically web site domains) found in spam messages. Mail server software capable of scanning email message body contents for URIs can use the DBL

Re: Postfix and mxtoolbox.com

2010-03-10 Thread Ralf Hildebrandt
it. No problems so far. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: aliasess error

2010-03-11 Thread Ralf Hildebrandt
/aliases.db: No such file or directory postalias /etc/aliases -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Re: aliasess error

2010-03-11 Thread Ralf Hildebrandt
* Wilberth Pérez wilberth.pe...@uady.mx: when i ejecuted the command postalias /etc/aliases, only generates the files: aliases.dir and aliases.pag postalias hash:/etc/aliases -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus

Re: Bounced mail's From is null

2010-03-12 Thread Ralf Hildebrandt
reject these email. Some people are idiots. What's new? How can I to set a sender address to bounce mail? What happens if the bounce bounces? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30

Re: sanity check

2010-03-14 Thread Ralf Hildebrandt
, That makes no sense. reject_unauth_destination rejects any relaying attempts, permit_mynetworks after that cannot permit anything... provmail as content_filter? Interesting :) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin

Re: Untrusted issuer

2010-03-15 Thread Ralf Hildebrandt
-PYRAMID-CA You don'T trust the CA, thus the cert is untrusted. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Re: Untrusted issuer

2010-03-15 Thread Ralf Hildebrandt
the root-CA certificate. But why would you? Just ignore the warning. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962

Re: Anvil logs explained

2010-03-18 Thread Ralf Hildebrandt
simultaneous connection during a 60s period. Your server is not very busy Also anvil doesn't log these statistics for every connection made, just every so many minutes. Is there something special about the specific IP address that it logs? It's just the client which set the maximum -- Ralf

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Ralf Hildebrandt
installation with Stefan's help. Attached is the backtrace -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Ralf Hildebrandt
. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: whitelist for smtp_recipient_restrictions

2010-03-25 Thread Ralf Hildebrandt
hash:/etc/postfix/whitelist reject rbl_client dnsbl-1.uceprotect.net permit with: IP OK Or rather remove dnsbl-1.uceprotect.net, since they really suck. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung

Re: reject forged emails

2010-03-25 Thread Ralf Hildebrandt
/postfix_incoming.shtml -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http://www.charite.de

Re: Sending email from a pool of IP addresses

2010-03-25 Thread Ralf Hildebrandt
* Tom Hendrikx t...@whyscream.net: So actually you are trying to solve the other mail servers trouble. Did you contact (some of) them to get you whitelisted? One could also run multiple instances and cascade them as a fallback_relay chain (uaaah!) -- Ralf Hildebrandt Geschäftsbereich

Re: reject forged emails

2010-03-25 Thread Ralf Hildebrandt
* Marcio Vogel Merlone dos Santos marcio.merl...@a1.ind.br: On 25-03-2010 05:41, Ralf Hildebrandt wrote: * Frank Bonnetf.bon...@esiee.fr: I have one domain, say domain.com and I want to reject emails that pretend to be sent from domain.com but are NOT into our IP range say 123.123.0.0/16

Re: whitelist for smtp_recipient_restrictions

2010-03-26 Thread Ralf Hildebrandt
hinterlegen muß. Muß ich dafür eine eigene Datei anlegen und darauf verweisen? Yes, like I wrote in my answer: ---check_client_access hash:/etc/postfix/whitelist echo IP OK /etc/postfix/whitelist postmap /etc/postfix/whitelist -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk

What became of the append/truncate ideas for queuefiles?

2010-03-29 Thread Ralf Hildebrandt
be reduced dramatically by using append/truncate instead of create/rename/delete. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962

Re: All email forward a copy to testing server

2010-03-29 Thread Ralf Hildebrandt
got this example from the mailinglist so I didn't make it up my self. Leave it out then :) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30

Re: Auto blacklist email addresses

2010-03-29 Thread Ralf Hildebrandt
..will be possible auto-blacklist this email for one week, for example? You could use fail2ban for that -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49

Re: Auto blacklist email addresses

2010-03-29 Thread Ralf Hildebrandt
* Josep M. websur...@navegants.com: Hello Ralph. Fail2ban can blacklist email addresses too? I want reject email addresses, not block IPs. All you have to do is call a script instead of iptables. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin

Re: Relaying to SPF protected server

2010-04-01 Thread Ralf Hildebrandt
for that domain. Is there any solution? Yes, SRS -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http

Re: Relaying to SPF protected server

2010-04-01 Thread Ralf Hildebrandt
* Ralf Hildebrandt ralf.hildebra...@charite.de: Yes, SRS http://en.wikipedia.org/wiki/Sender_Rewriting_Scheme -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450

Re: Unknown maillog entry

2010-04-01 Thread Ralf Hildebrandt
that before. What does it mean and should I be worried about it? If you have a pix, you should worry :) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax

Re: Unknown maillog entry

2010-04-01 Thread Ralf Hildebrandt
* Yep, imh.rsys4.net is protected by a PIX. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra

Using Spamhaus DNSL feed

2010-04-06 Thread Ralf Hildebrandt
if the scheme Spamhaus uses is commonplace. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@charite.de | http

Re: Using Spamhaus DNSL feed

2010-04-06 Thread Ralf Hildebrandt
* Ralf Hildebrandt ralf.hildebra...@charite.de: default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using dbl.spamhaus.org${rbl_reason?; $rbl_reason} This assumes it's the only RBL being queried. Otherwise one would use rbl_reply_maps -- Ralf Hildebrandt

Re: Postfix Queue Problems (mail is stuck in queue)

2008-07-26 Thread Ralf Hildebrandt
] [EMAIL PROTECTED] Active postconf output: Show postconf -n output -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Most people use Windows. Is this a reason to run

Re: Time of day size restrictions

2008-07-31 Thread Ralf Hildebrandt
* Jeffrey Shawn Klotz [EMAIL PROTECTED]: Does anyone know a way to set the message size restriction based on time of day? With a cronjob 0 0 * * * postconf -e message_size_limit = big postfix reload 0 8 * * * postconf -e message_size_limit = small postfix reload -- Ralf Hildebrandt

Re: Delayed Email Issues

2008-08-01 Thread Ralf Hildebrandt
59 3 0 9 2 12 10 4 3412 alfonso.com 52 3 2 2 8 19 18 0 00 0 use postcat -q to look at the mails. Where do they com from, check your log. Maybe your sending out spam. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix

Re: Track logs

2008-08-07 Thread Ralf Hildebrandt
and having it when grepping log to indivdualize status per mail, What do you want to relate? What do you want to do? -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de

Re: Track logs

2008-08-07 Thread Ralf Hildebrandt
but : Use VERP and examine the bounces (if any). -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I've not lost my mind. It's backed up on tape somewhere. - Unknown

Re: Efficient way of checking reverse DNS

2008-08-07 Thread Ralf Hildebrandt
the hassle to use: smtpd_delay_reject = no and put it into smtpd_client_restrictions -- which you then would have to fill with a lot of exceptions like permit_mynetworks etc. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel

Re: Slow queing of emails

2008-08-08 Thread Ralf Hildebrandt
% sy, 0.0% ni, 99.8% id, 0.0% wa, 0.0% hi, 0.0% si but this machine IS idle :) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de In conclusion, after 9/11, President Bush told us

Re: check_sender_access for mails via uucp

2008-08-12 Thread Ralf Hildebrandt
to get it working How does uucp inject the mails into postfix? Use SMTP instead (mini_sendmail) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de ReiserFS mu� das System der Sith

Re: How do I retrieve email?

2008-08-12 Thread Ralf Hildebrandt
for pop or imap mail retrieval. Indeed. I would greatly apprecate any faq, or hint on what I am supposed to be looking at, so I can get the email working in both directions now. Chapter 19, p.313 A Company Mail server, page 343 talks about Courier IMAP -- Ralf Hildebrandt ([EMAIL PROTECTED

Re: How do I retrieve email?

2008-08-12 Thread Ralf Hildebrandt
* Meyer, Bruce [EMAIL PROTECTED]: Reading it now! Thanks. Sorry for the double post. Not sure what the delay was. We COULD look at the headers, but we are lazy :) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0

Re: Apparent buffer overflow from huge headers

2008-08-13 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: No. Postfix backs off form a dead destination (the content_filter) from, not form We eventually tracked it down to a particular set of messages in the deferred queue. Yes, I know that form broken content_filters. The message triggers an from

Re: Apparent buffer overflow from huge headers

2008-08-13 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: Milters don't log this way - that's postfix sending the mail via smtp, milters don't need to do that: (but that doesn't change the problem) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung

Re: domains with dashes and incomplete addresses rewriting problem

2008-08-13 Thread Ralf Hildebrandt
address without domain is rewrited appending the @mydomain instead @myorigin No. A sender address without domain is gets @$myorigin -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http

Addresses of domain parking services?

2008-08-13 Thread Ralf Hildebrandt
at sedoparking.com -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually

Re: What happens after 451 Temporary lookup failure

2008-08-15 Thread Ralf Hildebrandt
failure In: RSET Out: 250 Ok In: QUIT Out: 221 Bye What is the end result of this? Does the sender see an immediate error? No. Does the sending MTA queue and retry? Hopefully yes. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und

Re: Postfix and Hylafax faxmail

2008-08-19 Thread Ralf Hildebrandt
* Michael [EMAIL PROTECTED]: On Wed, 20 Aug 2008 01:13:32 Ralf Hildebrandt wrote: * Michael [EMAIL PROTECTED]: Thanks. That has fixed it. My next questions are- 1. Does it matter what order the restrictions appear in? Of course. First match wins- 2. What is the 'permit

Re: *Slightly OT* DNSBL Opinions.

2008-08-20 Thread Ralf Hildebrandt
service for its zone files. We purchase data feed service for SpamHaus and query an average of close to four(4) million every 24 hours. combined.rbl.msrbl.net Don't know much about this list. Perhaps someone else has feedback. -d -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL

Re: Log Message Headers

2008-08-20 Thread Ralf Hildebrandt
not process a very high volume of mail. Use header_checks with the pattern: /./ WARN -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job

Re: Postfix accepts mails from valid user without password

2008-08-20 Thread Ralf Hildebrandt
(it rejects whether the user authenticated or not). PS. why do you CC Ralf and Wietse? do you want to end up in a kill list? Note how I don't answer his questions? -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450

Re: *Slightly OT* DNSBL Opinions.

2008-08-20 Thread Ralf Hildebrandt
anytime... If the admins are pissed off enough. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job It is impossible to sharpen

Re: *Slightly OT* DNSBL Opinions.

2008-08-21 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: Exactly. http://wiki.junkemailfilter.com/index.php/Spam_DNS_Lists#Postfix_Examples this example lacks the usage described further down in Name Based DNS Lookup reject_rbl_sender hostkarma.junkemailfilter.com=127.0.0.2 I fixed that now

Re: Writing pcre expressions.

2008-08-22 Thread Ralf Hildebrandt
a domain.com part (let's suppose domain.com is the local domain). You can't. Use a content_filter -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking

Re: Using body_checks.

2008-08-23 Thread Ralf Hildebrandt
* Miguel Da Silva - Centro de Matemática [EMAIL PROTECTED]: I wrote down the following regular expression, would it work properly?! Didn't I just tell you im my other mail that you need a content_filter? -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung

Re: what's this anvilled as unknown[unknown]

2008-08-23 Thread Ralf Hildebrandt
unknown[unknown] 07:18:27 398 unknown[unknown] 07:18:28 399 unknown[unknown] 07:18:28 400 unknown[unknown] How can postfix anvil an IP that postfix says is [unknown] ? Interesting question! I think it's related to: http://www.arschkrebs.de/postfix/postfix_unknown.shtml -- Ralf Hildebrandt ([EMAIL

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar [EMAIL PROTECTED]: And my /var/log/maillog is: Aug 23 19:01:03 mails dovecot: Dovecot v1.0.rc15 starting up Aug 23 19:01:55 mails postfix/smtpd[3472]: warning: SASL: Connect to private/auth failed: No such file or directory Show master.cf (the smtpd line) -- Ralf

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
so it can do SMTP AUTH lookups # using it. path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = postfix } -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar [EMAIL PROTECTED]: Dear Sir, The result is: [EMAIL PROTECTED] ~]# ls -l /var/spool/postfix/private/auth ls: /var/spool/postfix/private/auth: No such file or directory Restart dovecot -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix

Re: Fwd: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar [EMAIL PROTECTED]: Dear Sir I just restart dovecot , but still the problem is same. My question is that is I need to make any database for sasl passwd auth. If dovecot doesn't generate the socket then find out why :) -- Ralf Hildebrandt ([EMAIL PROTECTED

Re: Postfix pop-before-smtp

2008-08-25 Thread Ralf Hildebrandt
* Marcel Grandemange [EMAIL PROTECTED]: Aug 25 15:31:21 thavinci postfix/smtpd[77983]: fatal: open database /usr/local/etc/postfix/pop-before-smtp.db: Invalid argument postfix doesn't understand the DB format the pop before smtp proces writes. That's it. -- Ralf Hildebrandt ([EMAIL PROTECTED

Re: Postfix pop-before-smtp

2008-08-25 Thread Ralf Hildebrandt
* Marcel Grandemange [EMAIL PROTECTED]: Why? It used to work without hitch What could cause this? Different BDB libs for postfix and the pop before smtp process (which one is it?) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung

Triple retry?

2008-08-27 Thread Ralf Hildebrandt
, please try later (183 secs left) (in reply to RCPT TO command)) Why does ONE postfix flush cause THREE delivery attemps? It's just one queuefile (as you can see) queue_run_delay = 180s maximal_backoff_time = 4000s minimal_backoff_time = 180s maximal_queue_lifetime = 5d -- Ralf Hildebrandt ([EMAIL

Re: Triple retry?

2008-08-27 Thread Ralf Hildebrandt
* Erwan David [EMAIL PROTECTED]: Why does ONE postfix flush cause THREE delivery attemps? It's just one queuefile (as you can see) Maybe because postfix tries 3 different MXs when it receives the 4xx errors ? I suck. You're the best. I just didn't see that. -- Ralf Hildebrandt ([EMAIL

Re: Restriction classes

2008-08-27 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: If a smtpd_restriction_class return NEITHER OK NOR REJECT, what happens? Postfix continues in the calling set of restrictions? Somebody built a testcase on the German lists, and yes, Postfix continues in the calling set of restrictions -- Ralf Hildebrandt

Re: I need help with mail delivery

2008-08-28 Thread Ralf Hildebrandt
to distribute the mails to those users. Is there some method to deal with this problem?or just some configuration change can do? Use multi recipient mails! -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570

Re: Explicitly reject SMTP connections

2008-08-29 Thread Ralf Hildebrandt
. That's not possible, since that implies accepting the connection. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job

Re: I need help with mail delivery

2008-08-29 Thread Ralf Hildebrandt
for the message? Yes. That is the key point of my problem. if the answer is yes, then I can use multi recipients in the same message but transfer only one copy, that would be so, so, good. On 8/29/08, Ralf Hildebrandt [EMAIL PROTECTED] wrote: * shawn D.Wang [EMAIL PROTECTED]: Hi guys: I'm

Re: email with no mx deferred

2008-08-29 Thread Ralf Hildebrandt
-- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job Entscheider in gro�en Unternehmen interessieren sich �blicherweise einen Dreck daf�r

Re: Question about log messages and connection caching

2008-08-30 Thread Ralf Hildebrandt
) I tend to think that _one_ email has been delivered. However, given conn_use is 4, it must have been four emails instead of just one? Yes, three in the past and one just now. fgrep postfix1/smtp[18518] /var/log/mail.log (to see the others) -- Ralf Hildebrandt ([EMAIL PROTECTED

Re: cannot find your hostname

2008-09-01 Thread Ralf Hildebrandt
correct, which google shows me could be the problem. # host 86.58.167.132 Host 132.167.58.86.in-addr.arpa. not found: 3(NXDOMAIN) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de

Re: Warning postsuper

2008-09-01 Thread Ralf Hildebrandt
in `/tmp/msgDomain '; the postsuper-r $ i; done and the following message I returned: postsuper: warning: invalid mail queue id: 07:47:00 any sugestions? Don't requeue the mails, solve the problem instead. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix

smtp_generic_maps and localhost/content_filter

2008-09-01 Thread Ralf Hildebrandt
) One might argue that a delivery to 127.0.0.1 and/or localhost does not really make the mail leave the machine. That particular user now uses an lmtp transport to feed his content_filter and all is well, but either the docs could be made to match the behaviour (or the other way round). -- Ralf

Re: notify recipient for bounces due to message size

2008-09-02 Thread Ralf Hildebrandt
the mail, since it sees: size(mail) limit(mail) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job Most people use Windows

Re: hash_queue_names and performance

2008-09-03 Thread Ralf Hildebrandt
on the filesystem -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job Plonk /excl./: The sound a newbie makes as he falls

Re: misconfiguration: local delivery deferred: connect to transport local: Connection refused

2008-09-03 Thread Ralf Hildebrandt
- - local -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job Als Kind lernen die Leute, von Fremden keine S��igkeiten anzunehmen

<    1   2   3   4   5   6   7   8   9   10   >