Re: Postscreen Blacklist

2011-09-27 Thread /dev/rob0
_blacklist_action (default: ignore)" -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Multi-Instance-Questions

2011-09-28 Thread /dev/rob0
ip] > Is this setup possible with postfix? I really do not know. I suppose that what you *need* to do can be done, but since I (and Stan and probably most of the list) don't understand the high-level goal, I can't help much except to point out a few obvious problems, as I just did. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: reject_unknown_client_hostname: move into the junk folder instead of rejecting the e-mail

2011-09-28 Thread /dev/rob0
gure your sieve to deliver that header accordingly. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: How to limit based on number of recipients per message ?

2011-10-05 Thread /dev/rob0
E.html http://www.postfix.org/postconf.5.html#smtpd_data_restrictions -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Whitelisting a domain

2011-10-19 Thread /dev/rob0
are using. But that's wrong, you should do one of the two above. > (postconf -n output found at http://www.ziskind.us/postconf.out) You should post that inline. In any case, none of your three NS hosts are answering queries. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Logging a more meaningful admin message on message_size_limit bounce

2011-10-20 Thread /dev/rob0
e is nothing in the [E]SMTP protocol by which a client can tell a server why it will be unable to deliver that message. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Postfix, Sasl & Pam

2011-10-22 Thread /dev/rob0
or Dovecot SASL. > For more help please follow the Postfix Debug instructions. http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL (or, as it says, wiki1 for Dovecot 1.x) http://www.postfix.org/SASL_README.html#server_dovecot -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Postfix, Sasl & Pam

2011-10-22 Thread /dev/rob0
On Saturday 22 October 2011 18:56:18 Jack Fredrikson wrote: > From: /dev/rob0 > > http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL > > (or, as it says, wiki1 for Dovecot 1.x) > > http://www.postfix.org/SASL_README.html#server_dovecot > > Do I really want to create

Re: Down To One Problem?

2011-10-24 Thread /dev/rob0
; > Now here you can help me directly. Yes, of course it's supposed to > be valid. Where should I list the domain? Where should I list the > user? TIA, Again: http://www.postfix.org/ADDRESS_CLASS_README.html -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: rejecting mails to *.recipient@... for all but a few senders?

2011-10-24 Thread /dev/rob0
mains but > reject mails from any other domain. > > I'm using postfix 2.7.1 on RedHat 5.7 > > > Any ideas? http://www.postfix.org/RESTRICTION_CLASS_README.html -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Config check

2011-10-26 Thread /dev/rob0
x27;re using helo_access as a whitelist. This is covered in the SMTPD_ACCESS_README, "dangerous use of smtpd_recipient_restrictions" section. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Good tutorial on basic, outgoing-only mail

2011-10-26 Thread /dev/rob0
ny suggestion are highly > appreciated. Thanks! The ESP suggestion was very good. "Doing it right" in the email world is very difficult. If money is at stake, spend a little of it. It may end up saving you far more than you spend! -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Config check

2011-10-27 Thread /dev/rob0
l spam is sent using forged sender addresses. If you can find a better way to manage your whitelist, do. Or better yet, reduce the need for whitelisting by using only safe restrictions. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: smtpd_recipient_restrictions

2011-10-27 Thread /dev/rob0
ions. Are there newer/better > RBLs I should be using? Quality of DNSBL is more important than quality. I have posted my postscreen rules which are doing a very good job. I'd recommend that you look that up and consider upgrading if you are pre-2.8. Also, the Barracuda BRBL is a very nice service, almost on par with Zen in terms of effectiveness, and has seemed very safe here. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: 4.2.1 or 5.2.1 message with disabled mailboxes in sql virtual hosting

2011-10-27 Thread /dev/rob0
user-query :: query = SELECT username FROM mailbox WHERE username='%s' AND active = '0' result_format = 'reject %s Mailbox disabled' Look up the appropriate SMTP code in RFC 5321, and DSN in RFC 3463 if desired. I think it would be '550 5.2.1

Re: backup mx tries to send to itself

2011-10-31 Thread /dev/rob0
verride, Postfix will use what's in DNS. As an alternative, you could use split DNS ("view" in BIND terms) for the backup MX host. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: maillog

2011-10-31 Thread /dev/rob0
worry > guess it wants to send some bounce etc On the contrary, this is almost always a sign of trouble. Why was a bounce sent? Common causes: backscatter, spammer exploit, open relay ... -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Isolating SMTP to a single band of 8 IP's

2011-11-02 Thread /dev/rob0
.0/0 REJECT Please use the MX host Being a bit slow on the draw this morning I see that Charles has suggested fundamentally the same thing, just done differently. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Formatting problems for smptd_recipient_restrictions

2011-11-03 Thread /dev/rob0
gnored > once the config is fully read. Furthermore, there are no postconf(5) settings that include the string, "smptd". Even if formatted correctly, we do count off for spelling errors! > I highly suggest running 'postconf -n' and reviewing the results. And see that the misspelled parameters are not listed. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Plesk or equivalent to manage Postfix ?

2011-11-04 Thread /dev/rob0
ist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

executive parser (was: Re: spf configuration woes)

2011-11-05 Thread /dev/rob0
lly, you will not be bitten by mistakes of this nature. There is exactly one person to accept the "blame" here, if you want to talk about blame. But this list is not the place for that. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: postfix multple instances

2011-11-10 Thread /dev/rob0
ropriately. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: reject_non_fqdn_helo_hostname usefulness, safety

2011-11-10 Thread /dev/rob0
Of course nowadays most of those are failing against postscreen, so the HELO rejections are rare for me now. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: bad From: field

2011-11-10 Thread /dev/rob0
s discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: 450 4.7.1 Client host rejected

2011-11-15 Thread /dev/rob0
nknown[193.83.162.5]: 450 4.7.1 Client host rejected: cannot > find your reverse hostname, [193.83.162.5] postconf.5.html#unknown_client_reject_code postconf.5.html#reject_unknown_client_hostname -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: What DB would you choose for a (small) virtual server ?

2011-11-16 Thread /dev/rob0
rely there are generic sqlite frontends which might meet your needs. I'm just typing SQL commands in sqlite3(1) in a shell. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: postfix multiple instances

2011-11-16 Thread /dev/rob0
Please stop top-posting. Thank you. On Wednesday 16 November 2011 08:43:49 Amira Othman wrote: > How can I separate logs of the instances to be different files? You asked this last week, on Thursday. Brian and I answered you. -- Offlist mail to this address is discarded unless &q

Re: more actions for *header_checks/body_checks

2011-11-16 Thread /dev/rob0
), one for each line in body_checks(5). If you really think this is worth pursuing, you should consider either content filtering (inefficient, not safe) or a different MTA. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: more actions for *header_checks/body_checks

2011-11-16 Thread /dev/rob0
tion stage unto itself. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Does Postfix recreate spool directories in case of "disparition" of them ?

2011-11-17 Thread /dev/rob0
disk to solve? -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: spamcop abusing mail systems worldwide

2011-11-17 Thread /dev/rob0
rules. And getting all angry about what rules they choose is nothing short of STUPID, as is the defensive reaction over being criticized for the choices you have made. Take it off list. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Strange transport problem

2011-11-19 Thread /dev/rob0
> unknown_local_recipient_reject_code = 550 And here we see that my dissertation on transport_maps above was not relevant, because you have not set that. A typo in main.cf, or did you just assume that /etc/postfix/transport had a special meaning? With no transport_maps set, your aforementioned hash is ignored, and relayhost is used. postconf.5.html#transport_maps > > http://www.postfix.org/DEBUG_README.html#mail -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Postscreen questions

2011-11-19 Thread /dev/rob0
clients resend, or > have I lost mail here and the sender notified? > > Nov 20 00:02:55 mail02 postfix/postscreen[20334]: NOQUEUE: reject: > RCPT from [93.74.115.187]:64752: 450 4.3.2 Service currently > unavailable; from=, > to=, proto=SMTP, > helo= This is normal and expected. Reread POSTSCREEN_README.html#after_220 namely, the "Important note" and following text. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: "verification failed" "untrusted issuer" "equifax"

2011-11-20 Thread /dev/rob0
ertificate verification. But you can learn about it here if you are interested: http://www.postfix.org/TLS_README.html#server_vrfy_client http://www.postfix.org/postconf.5.html#smtpd_tls_CAfile http://www.postfix.org/postconf.5.html#smtpd_tls_CApath -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Sending bounce reports to a specified email address?

2011-11-20 Thread /dev/rob0
IFICATION_README.html#recipient http://www.postfix.org/postconf.5.html#reject_unverified_recipient -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Problem with domain being listed in virtual domain and relay_domain

2011-11-22 Thread /dev/rob0
pd_hard_error_limit=1000 > -o smtpd_client_connection_count_limit=0 > -o smtpd_client_connection_rate_limit=0 > -o > receive_override_options=no_header_body_checks,no_unknown_recipien > t_checks,no_milters -o local_header_rewrite_clients= > smtp inet n - n - 1 postscreen > smtpd pass - - n - - smtpd > -o receive_override_options=no_address_mappings > dnsblog unix - - n - 0 dnsblog > tlsproxy unix - - n - 0 tlsproxy > > -- end of postfinger output -- -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: getting a pcre table right

2011-11-23 Thread /dev/rob0
ject_unauth_destination [ ... ] check_recipient_access hash:/etc/postfix/dspam_check_aliases check_sender_access hash:/etc/postfix/dspam_check_aliases dspam_check_aliases :: s...@example.comREJECT nots...@example.com REJECT Simpler, and this could be integrated with a general-purpose address lookup, if desired. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Problem about the SASL_REAME

2011-11-23 Thread /dev/rob0
space. > Is it intended to type a "tick" and repeat the character ? If not , > what is wrong? If viewed in a pager like less(1), you will see bold text. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: postqueue -p | spam questions.

2011-11-24 Thread /dev/rob0
hing that a remote SMTP server tells your smtp(8) client is logged with the rejection. That text is under the control of all the remote sites to which you connect. It is not and cannot be standardized. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Cannot force Postfix to require password

2011-11-25 Thread /dev/rob0
y pertinent but I am running > > 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC > 2011 > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > amd64 > > and Postfix 2.8.7 -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Dead Destination configuration

2011-12-03 Thread /dev/rob0
bulk mail sending is a big chore. Consider that ESPs actually earn their money. Sometimes doing things in-house is more expensive than outsourcing. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Rewriting FROM, TO and CC

2011-12-03 Thread /dev/rob0
ven: fix the application. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Rewriting FROM, TO and CC

2011-12-04 Thread /dev/rob0
tly used the same four example addresses. So we could only assume the problem only involved those addresses. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: OT: Yahoo spam load (was: Dead Destination configuration)

2011-12-04 Thread /dev/rob0
Exactly the point the other Steve was making. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Rewriting FROM, TO and CC

2011-12-05 Thread /dev/rob0
On Monday 05 December 2011 06:11:27 Ignacio wrote: > On Sun, Dec 4, 2011 at 9:15 PM, /dev/rob0 wrote: > > Your OP sounded as if the headers needed to change for some > > reason. Since we now know that envelope senders and recipients > > are what matters, it&

Re: bounce problem

2011-12-06 Thread /dev/rob0
; Hildebrandt's excellent book but I'm still at a loss. > > Any suggestions or advice would be appreciated. Rethink the structure. Simplify. Choose one or the other MTA; make it do everything you need. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: SMTP hangs when MySQL is down

2011-12-07 Thread /dev/rob0
Nonsense. Recognition of new domains need not be instant. Email is itself not instant messaging. Domain owners should expect reasonable delays in changes of domain hosting, and are responsible to plan accordingly. Your expectations are absurd. A simple workaround, as I am sure has been suggested on this list numerous times, is to run a query from a cron job to populate and postmap the domain lists. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Switching to 587 submission

2011-12-07 Thread /dev/rob0
remains that SSL has been deprecated by TLS. STARTTLS is the new standard. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: smtpd_recipient_restrictions -- Best Practices

2011-12-08 Thread /dev/rob0
ml#danger > The reason I'm asking is I added a set of lines for RBL reverse DNS > and they don't seem to be having any effect. The "real" question lacks adequate information to answer. See: http://www.postfix.org/DEBUG_README.html#mail -- Offlist mail to this addres

Re: smtpd_recipient_restrictions -- Best Practices

2011-12-08 Thread /dev/rob0
newer (and recommended) Zen list. > permit The answer to your original question is that permit_auth_destination prevents any other restrictions from being used. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Switching to 587 submission

2011-12-08 Thread /dev/rob0
connect to for SMTP. Usually 25. Much of the world thinks this is so. They are wrong. We are not. You should keep submission separate from mail exchange, and port 587 is the standard means for doing so. BTW I think Noel had the ultimate answer to this thread: just stick with your smtps on 465 unt

Re: Switching to 587 submission

2011-12-08 Thread /dev/rob0
TTLS problem. Reindl Harald asked about this last night, 01:16 UTC. What a wild goose/squirrel chase this was! (I'm sure there is a Boris Badenov / Natasha joke in there somewhere: "Ees kaput for goose and squirrel!") -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Switching to 587 submission

2011-12-09 Thread /dev/rob0
n the loopback interface, chances are high that said attacker will also have any encryption keys that might be used. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Switching to 587 submission

2011-12-10 Thread /dev/rob0
in this thread which suggests that you should be, see: http://www.postfix.org/ADDRESS_CLASS_README.html#relay_domain_class -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: virtual_alias_maps / mysql problem

2011-12-11 Thread /dev/rob0
t; virtual alias maps hash file. This is good advice, essentially the same message as from the aforementioned DATABASE_README. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: See which port a user connects to?

2011-12-14 Thread /dev/rob0
gsumm.pl; perhaps if Jim is still reading the list he can comment? It would be worthwhile to add these to sample submission and smtps lines in the default master.cf. Wietse, have you considered that? Thanks. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: logging whitelisted IPs

2011-12-15 Thread /dev/rob0
e whitelist is hard to maintain properly, worse than a large blacklist. So, you might need to step back and reevaluate your restrictions. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: using postscreen on port 25

2011-12-15 Thread /dev/rob0
tream from your MX mailstream. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: using postscreen on port 25

2011-12-15 Thread /dev/rob0
On Thursday 15 December 2011 08:24:51 Gábor Lénárt wrote: > On Thu, Dec 15, 2011 at 08:19:18AM -0600, /dev/rob0 wrote: > > On Thursday 15 December 2011 07:53:35 Tomas Macek wrote: > > > But we have clients, that send mails on both port 25 and > > > 587. I really can

Re: blocked by Barracuda

2011-12-15 Thread /dev/rob0
it off. Barracuda "Deep header parsing" is a disaster. A large percentage of legitimate mail from end users on dynamic IP addresses (most people are in that group) will be blocked. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: postfix devnull mailbox

2011-12-20 Thread /dev/rob0
id_maps = static:125 > # Additional for quota support > virtual_create_maildirsize = yes > virtual_mailbox_extended = yes > virtual_mailbox_limit_maps = > mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_limit_maps.cf > virtual_mailbox_limit_override = yes > virtual_maildir_limit_message = Desculpe, tamanho da caixa postal > excedido, tente mais tarde! Sorry, mailbox size exceeded, try > later! > virtual_overquota_bounce = yes -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: postfix devnull mailbox

2011-12-21 Thread /dev/rob0
including other entries as needed, and 'postmap /path/to/noreply- reject'. Finally, main.cf: smtpd_data_restrictions = [ ... ] check_recipient_access hash:/path/to/noreply-reject -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Envelope sender address authorization and command line tool "mail"

2011-12-21 Thread /dev/rob0
onf.5.html#authorized_submit_users 3. Alternatively, you could limit access to sendmail(1) using filesystem permissions, but this might break in an upgrade. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header

Re: Deviding relay for internal and external mail

2011-12-22 Thread /dev/rob0
tion and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Need help setting up Postfix

2011-12-24 Thread /dev/rob0
"we" refers to my long-time observation of this list, and I think it's a common view. Similarly, I think Stan's use of "we" can be defended. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: delivery temporarily suspended: conversation with, 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting

2011-12-24 Thread /dev/rob0
reserved for such use. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: maildir postfix virtual domains

2011-12-27 Thread /dev/rob0
you decide to go for local(8) delivery, it is simple to set up: http://www.postfix.org/BASIC_CONFIGURATION_README.html -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Ok. I'm finding a small issue on my server.

2011-12-27 Thread /dev/rob0
gt; [1] Where "mumble" is one of _client_ or _recipient_ ; it doesn't > make much sense to use _helo_, and using _sender_ will actually > increase the chances that you're doing it wrong; the sequence of > restrictions is VERY important. snip -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Postfix-Amavisd quarantined mail inspection

2011-12-29 Thread /dev/rob0
urse the amavisd-new list would be a better place to follow up. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: I'm an open relay some how

2011-12-30 Thread /dev/rob0
g. My bet is on this file; you have done something in "sender_checks" that you should not have done. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Whitelists

2012-01-01 Thread /dev/rob0
g/DEBUG_README.html#mail -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Redirect all bounces to a particular id

2012-01-02 Thread /dev/rob0
se may be) see in their MUA. > >full logs of sample problem transaction, as well as output of > >postconf -n. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Whitelists

2012-01-02 Thread /dev/rob0
e inet:127.0.0.1:12525 > > /etc/postfix/whitelist > example.com permit_auth_destination > u...@example2.com permit_auth_destination > > After creating or modifying /etc/postfix/whitelist do > > $ postmap whitelist > > See: man 5 access -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: free antivirus scanner ?

2012-01-03 Thread /dev/rob0
worth your time; my guess is that it would not be. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: free antivirus scanner ?

2012-01-03 Thread /dev/rob0
On Tuesday 03 January 2012 11:28:09 Charles Marcus wrote: > On 2012-01-03 12:09 PM, /dev/rob0 wrote: > > Info/advice: with postscreen(8), sane HELO restrictions, and good > > DNSBLs, clamav is not going to get much use. > > Clamav, with the sane-security sigs, most certain

Re: Where's ORIGINAL_RECIPIENT?

2012-01-03 Thread /dev/rob0
-- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

feature request: %x in sql/ldap tables

2012-01-03 Thread /dev/rob0
nd consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Postfix Mac Aministration

2012-01-04 Thread /dev/rob0
ame up with: are you using a DNS forwarder which is probably blocked by Spamhaus? Try testing, from the Postfix host: $ dig 2.0.0.127.zen.spamhaus.org. any This should return their test records. Compare with NXDOMAIN here: $ dig 2.0.0.127.zen.spamhaus.org. any @8.8.4.4 > >> First, please supply 'postconf -n' output, as you were directed > >> in the list welcome message. This allows us to see how you are > >> currently configured so we can recommend changes that work with > >> your particular setup, and help you fix anything that's not > >> currently correct. > >> > >> Also, post the output of following command: > >> > >> $ postconf |grep 'mail_version =' (Stan, UUOG, that can be simply "postconf mail_version" :) ) -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

spam problems, was: Re: Postfix Mac Aministration

2012-01-05 Thread /dev/rob0
htly less pain. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: strange log issue

2012-01-08 Thread /dev/rob0
pecial syslog_* settings in your postconf, therefore it seems likely that the problem was introduced by a change in your syslogd or its configuration. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

sqlite_table(5) dbpath parameter

2012-01-08 Thread /dev/rob0
administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Disable sending mails via telnet

2012-01-11 Thread /dev/rob0
is desirable or important. It is generally far harder to manually speak SMTP to a server than it is to configure a mail client. I use Kmail or mutt(1), myself. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Strange SASL Authentication Issue

2012-01-11 Thread /dev/rob0
hat they are forced to authenticate properly? That is a policy decision for you to make. > Whats weird is that the problem gets fixed by simply restarting > the services. Try it without restarting Postfix next time, just your saslauthd and anything it needs for data (e.g., mysqld, postmaster, whatever.) You do not have a Postfix issue. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Strange SASL Authentication Issue

2012-01-11 Thread /dev/rob0
ything it needs for data (e.g., mysqld, > postmaster, whatever.) You do not have a Postfix issue. Forgot to mention Courier authdaemond, mentioned in the OP. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Stan's List [was: free antivirus scanner ?]

2012-01-11 Thread /dev/rob0
of luck on this one. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Testing relocated address

2012-01-12 Thread /dev/rob0
ld prefer to avoid > that if possible. > > Another unrelated question, I looked at the mailing list archives > and 2011 seems to be missing. > http://archives.neohapsis.com/archives/postfix/ Must not have been a memorable year. ;) -- http://rob0.nodns4.us/ -- system administration and cons

Re: unable to get smtpd_recipient_restrictions working

2012-01-13 Thread /dev/rob0
"IF /^To:/" to anchor to the beginning of the line. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: spam issues

2012-01-13 Thread /dev/rob0
few spams & 419s from hotmail or gmail, but the direct-to-MX botnets are not getting through very often. > (like it should be) and a filtering during dovecot should mean > that whitelisted servers still get their email filtered. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-14 Thread /dev/rob0
http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: spam issues

2012-01-17 Thread /dev/rob0
On Sun, Jan 15, 2012 at 07:49:49PM -0600, Al Zick wrote: > On Jan 13, 2012, at 5:52 PM, /dev/rob0 wrote: > >On Friday 13 January 2012 16:57:21 Al Zick wrote: > >>On Jan 12, 2012, at 3:57 AM, Egoitz Aurrekoetxea Aurre wrote: > >>>Apart from this if you u

Re: postscreen supersedes fqrdns.pcre table

2012-01-17 Thread /dev/rob0
15. It hasn't changed much; I promoted BRBL to 3 points and SEM to 2. It would not hurt to add a few less-trusted 1-point lists. My threshold value is 3. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: First Setup

2012-01-17 Thread /dev/rob0
uot;dono...@example.us" and also for "dono...@example.net". http://www.postfix.org/BASIC_CONFIGURATION_README.html If you need namespace separation, consider the virtual alias example: http://www.postfix.org/VIRTUAL_README.html#virtual_alias -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Mailbox path not used

2012-01-18 Thread /dev/rob0
might choose. The task of translation into LDAP is left to you. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject: (Web address is blacked out, today only, 2012-01-18)

Re: forwarding to 2 domains

2012-01-18 Thread /dev/rob0
pient validation and is > >strongly discouraged. > > Postfixadmin supports domain aliasing without losing recipient > validation (although I don't use it myself)... Seems like a SQL trigger on insert could easily create both entries when one is entered. -- http://rob0.nodns

Re: noplaintext, What is the required to use it? Anyother method than TLS?

2012-01-18 Thread /dev/rob0
0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject: (Web address is blacked out, today only, 2012-01-18)

Re: Mailbox path not used

2012-01-19 Thread /dev/rob0
Top-posting fixed, please do not top-post your replies on this list. Thanks. On Thu, Jan 19, 2012 at 08:16:22AM +0100, Hervé Hénoch wrote: > Le 18/01/2012 19:30, /dev/rob0 a écrit : > >On Wed, Jan 18, 2012 at 10:59:46AM +0100, Hervé Hénoch wrote: > >>In main.cf : > >>

Re: log username for SMTP auth failures

2012-01-19 Thread /dev/rob0
where there are two authentication failures > within the same second, or where for some other reason things > don't match up perfectly. That can be a problem even with all the logs in one file. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Declaring options for submission port daemon

2012-01-19 Thread /dev/rob0
tem administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Declaring options for submission port daemon

2012-01-19 Thread /dev/rob0
s done. I'm working on that as we speak. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Re: Declaring options for submission port daemon

2012-01-19 Thread /dev/rob0
On Thu, Jan 19, 2012 at 05:24:31PM -0500, Wietse Venema wrote: > /dev/rob0: > > If you want to see smtpd_restriction_classes gone crazy, refer > > to my "howto" link from the site below. The particular page & > > sections you would want is 02-postfix-sqlite

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