450 instead of 550 even though DNSBL rank exceeds postscreen_dnsbl_threshold?

2012-05-05 Thread Sahil Tandon
col tests. As per design, future connections are passed on to smtpd(8) which then delivers the mail. Please let me know if any other portions of the log or a full 'postconf -n' (I'll just have to sanitize certain portions) would be useful. -- Sahil Tandon

Re: 450 instead of 550 even though DNSBL rank exceeds postscreen_dnsbl_threshold?

2012-05-05 Thread Sahil Tandon
On Sat, 2012-05-05 at 19:49:18 -0400, Wietse Venema wrote: > Sahil Tandon: > > May 5 15:24:07 mx1 postfix/postscreen[38500]: CONNECT from > > [88.23.204.109]:40294 to [69.147.83.52]:25 > > May 5 15:24:07 mx1 postfix/dnsblog[45237]: addr 88.23.204.109

warning: psc_dnsbl_request: connect to private/dnsblog service: Connection refused

2012-05-06 Thread Sahil Tandon
find references to this issue in the archives, and I know others manage much higher-volume sites, so I suspect it just indicates a severely borked system (FreeBSD 8.3) on my side. -- Sahil Tandon

Re: 450 instead of 550 even though DNSBL rank exceeds postscreen_dnsbl_threshold?

2012-05-10 Thread Sahil Tandon
ts to the postscreen daemon; postscreen '-v' logging will > show how it maintains DNSBL scores. OK, thanks; I'm now running postscreen with '-v' and will report back if the same scenario recurs. -- Sahil Tandon

Re: Postscreen DNSBL weights

2012-05-10 Thread Sahil Tandon
rap.trblspam.com 469 1609/18263 zen.spamhaus.org 5 UNIQ/TOTAL DNSWLDNSBL 2514/2520list.dnswl.org 510 0/6 swl.spamhaus.org 0 -- Sahil Tandon

Re: warning: psc_dnsbl_request: connect to private/dnsblog service: Connection refused

2012-05-12 Thread Sahil Tandon
Just following up to close this discussion. On Sun, 2012-05-06 at 09:35:24 -0400, Wietse Venema wrote: > Sahil Tandon: > > May 5 10:00:26 mx1 postfix/postscreen[38500]: warning: psc_dnsbl_request: > > connect to private/dnsblog service: Connection refused > > May 5 10:0

Re: virtual alias problem

2012-05-28 Thread Sahil Tandon
be my desired domain and added in one for > the new subdomain. > > Thanks for any assistance. I've gone through the virtual and local > readmes, but I am not seeing the solution. Can we see the output of 'postconf -n'? Absent additional information, I guess you may find a clue in virtual(5) under TABLE SEARCH ORDER. -- Sahil Tandon

Re: Postfix 2.9.2, 2.8.11, 2.7.10, 2.6.16 available

2012-05-29 Thread Sahil Tandon
multi_server driver. This one-line code change has no performance > impact for other systems, and eliminates a high-frequency accept() > race on a shared socket that appears to cause trouble on FreeBSD. The > same single_server program driver has proven itself for many years in > smtpd(

[OT] frequent TRY_AGAINs and 10s timeouts, but *only* with b.barracudacentral.org

2012-06-02 Thread Sahil Tandon
learn if others are experiencing the same issue /only/ with barracuda. -- Sahil Tandon

Re: [OT] frequent TRY_AGAINs and 10s timeouts, but *only* with b.barracudacentral.org

2012-06-05 Thread Sahil Tandon
On Sun, 2012-06-03 at 00:03:06 +0100, Ned Slider wrote: > On 02/06/12 17:44, Sahil Tandon wrote: > ... > >I've separately engaged our DNS admins in case they could offer some > >insight, but it would be interesting to learn if others are experiencing > >the sam

Re: Rejecting mail based on destination MX records

2012-09-02 Thread Sahil Tandon
akemx += 1 if fakemx == len(answer): print('200 REJECT mail not deliverable (only destination is fakemx.net)') else: print('200 DUNNO') except: print('200 DUNNO') -- Sahil Tandon

Re: temporarily suspending delivery

2012-09-03 Thread Sahil Tandon
mplish this? Rather than the hold queue, use the retry service. /path/to/main.cf: transport_maps = hash:/path/to/transport /path/to/transport: mda.example.com retry:4.2.1 mda.example.com is temporarily disabled -- Sahil Tandon

Re: Maintaining the address verification cache for positives

2012-09-04 Thread Sahil Tandon
o update > done due to optimistic caching? My understanding of this parameter is that a _successful_ refresh probe updates the timestamp of an address verification result; positive expire time is measured from that revised timestamp. -- Sahil Tandon

upgrade behavior when smtpd_relay_restrictions is explicitly empty in main.cf

2012-10-30 Thread Sahil Tandon
orks before updating the FreeBSD port. -- Sahil Tandon

Re: upgrade behavior when smtpd_relay_restrictions is explicitly empty in main.cf

2012-11-01 Thread Sahil Tandon
On Wed, 2012-10-31 at 09:01:23 -0400, Wietse Venema wrote: > Ralf Hildebrandt: > > * Sahil Tandon : > ... > > > test -n "`$POSTCONF -c $config_directory -n smtpd_relay_restrictions`" > > > > > > With this, the forward compatibility shim wou

Re: upgrade behavior when smtpd_relay_restrictions is explicitly empty in main.cf

2012-11-03 Thread Sahil Tandon
On Fri, 2012-11-02 at 19:13:04 +, Viktor Dukhovni wrote: > On Fri, Nov 02, 2012 at 08:18:09AM -0400, Wietse Venema wrote: > > > Sahil Tandon: > > > Some background: upon deinstall, unaltered files installed by a FreeBSD > > > package are supposed to be delet

Re: Mail forwarding loop

2012-11-10 Thread Sahil Tandon
tp://thread.gmane.org/gmane.mail.postfix.user/148887 Read the entire thread before trying to implement the suggestion "solutions". -- Sahil Tandon

Re: mixing mbox and maildirs for local users

2012-11-10 Thread Sahil Tandon
t require Maildir delivery, use .forward files that specify a destination mailbox name ending in '/'. -- Sahil Tandon

Re: Postscreen status script, take two

2013-02-02 Thread Sahil Tandon
had cobbled together a slower (it is Python rather than a set of grep(1) expressions) script[1] to collect similar statistics. No promises that it is error-free. [1] http://people.freebsd.org/~sahil/scripts/mailstats.py.txt -- Sahil Tandon

Re: HOLDing certain recipients during migration

2013-02-13 Thread Sahil Tandon
reate a file > with users listed: > > /hold-users: > us...@domain.com HOLD > us...@domain.com HOLD > ... The HOLD action affects all recipients; you can be more specific by using the retry service. See the following thread: http://article.gmane.org/gmane.mail.postfix.user/197989 -- Sahil Tandon

Re: HOLDing certain recipients during migration

2013-02-19 Thread Sahil Tandon
ment earlier in the thread is for others who might chance upon this chain in the archives, and prefer the alternative (and IMHO more robust) approach. -- Sahil Tandon

Re: postfix and Berkeley DB

2013-04-11 Thread Sahil Tandon
or by explicitly linking against a different, non-default DB version, which would then appear in ldd(1) output. Or, you can disable Berkeley DB support entirely by including -DNO_DB in CCARGS. -- Sahil Tandon

Re: postfix and Berkeley DB

2013-04-13 Thread Sahil Tandon
On Fri, 2013-04-12 at 05:10:09 -0600, LuKreme wrote: > ... > In our previous episode (Thursday, 11-Apr-2013), Sahil Tandon said: > > As documented, Postfix uses the default Berkeley DB version that ships > > with your system, which I am assuming is FreeBSD. > > Yes

Re: allowing and then dropping wildcard users

2013-05-05 Thread Sahil Tandon
epted, actual mail dropped. Use virtual alias mapping to direct mail for user{1,2}@domain.tld to actual accounts. Then, implement a catch-all which maps *@domain.tld to an address that, via transport(5), directs mail to the discard(8) service. -- Sahil Tandon

Re: MARC link on postfix.org/lists.html

2013-08-26 Thread Sahil Tandon
> http://marc.info/?l=postfix-users *nod* It seems the old link stopped working earlier this year; I remember seeing a mention of this on the SA issues tracker and just found it: https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6898 -- Sahil Tandon

Re: reject_unlisted_sender not working

2013-09-01 Thread Sahil Tandon
expected to see a 550 or something else from postfix/smtp > --- Any ideas what I have done wrong? [ .. ] > smtpd_sender_restrictions = check_sender_access > hash:/etc/postfix/listed_senders reject_unlisted_sender Instead, try: # main.cf check_sender_access hash:/etc/postfix/listed_senders, reject -- Sahil Tandon

Re: reject_unlisted_sender not working

2013-09-01 Thread Sahil Tandon
On Sun, 2013-09-01 at 11:09:33 -0400, Sahil Tandon wrote: [ .. ] > Instead, try: > > # main.cf > check_sender_access hash:/etc/postfix/listed_senders, reject To be clear, this will not help in your test case (but rather, only when mail is received via smtpd) as Wietse points out

Re: Handling quotas.

2013-09-07 Thread Sahil Tandon
om courier -> dovecot, like I did many years ago. :-) http://sys4.de/en/blog/2013/04/08/postfix-dovecot-mailbox-quota/ -- Sahil Tandon

Re: Will this have side effects?

2014-02-07 Thread Sahil Tandon
in main.cf . Transport_maps will still be honored, won't it? Yes, but remember that transport mapping occurs after address rewriting; take care to accordingly specify the lookup keys in your transport table. -- Sahil Tandon

Re: FreeBSD ports OpenSSL with zlib issue?

2014-02-20 Thread Sahil Tandon
sl setup did not hiccup with Postfix, only ejabberd. http://www.freebsd.org/cgi/query-pr.cgi?pr=181994 -- Sahil Tandon

Re: 20-40+ second delays. Is this normal?

2014-03-12 Thread Sahil Tandon
A81E01ED: uid=5001 > from= During its periodic scan of the "maildrop" queue, pickup(8) sees the new mail and passes it to cleanup(8), as logged below. > Mar 12 08:00:06 postfix/cleanup[21191]: 5B5A81E01ED: > message-id=<20140312130006.5B5A81E01ED@localhost> > Mar 12 08:00:06 postfix/qmgr[20944]: 5B5A81E01ED: from=, > ... -- Sahil Tandon

Re: 20-40+ second delays. Is this normal?

2014-03-13 Thread Sahil Tandon
What, if anything, is output after you issue the following commands? # ls -ld /var/spool/postfix/public{,/pickup} and # postfix check -- Sahil Tandon

Re: mailman issue

2014-04-05 Thread Sahil Tandon
e to update the alias_maps definition, so that Postfix is made aware of valid Mailman addresses. In your follow-up, include the output of 'postconf -n' rather than snippets from main.cf. See: http://www.gnu.org/software/mailman/mailman-install/postfix-integration.html http://www.postfix.org/postconf.5.html#alias_maps -- Sahil Tandon

Re: mailman issue

2014-04-06 Thread Sahil Tandon
On Sat, 2014-04-05 at 18:40:39 -0400, Curtis Maurand wrote: > Sahil Tandon wrote: > > On Fri, 2014-04-04 at 14:55:49 -0400, Curtis Maurand wrote: > > > >> I'm getting local user unknown errors when I try to send email to the > >> list., but as far as I kno

Re: Virtual domains not working for some domain names

2014-04-30 Thread Sahil Tandon
seems like this should be > really simple. Any thoughts? % dig +short MX cgdgoalies.com chdcentre.com completeathletics.ca 5 webmail.cgdgoalies.com. 10 webmail.cgdgoalies.com. 10 mail.cgdgoalies.com. If you want mail for completeathletics.ca to go to your Postfix server, update the MX entry. -- Sahil Tandon

Re: Getting DKIM to work with Mailman and Postfix

2014-05-05 Thread Sahil Tandon
lay/DEV/DMARC i.e., set dmarc_moderation_action and dmarc_quarantine_moderation_action in Mailman rather than changing Postfix. -- Sahil Tandon

connection cache issue correlated with "SSL23_GET_SERVER_HELLO:tlsv1 alert decode error"?

2014-05-06 Thread Sahil Tandon
[1] http://article.gmane.org/gmane.mail.postfix.user/243056 -- Sahil Tandon

Re: connection cache issue correlated with "SSL23_GET_SERVER_HELLO:tlsv1 alert decode error"?

2014-05-06 Thread Sahil Tandon
On Wed, 2014-05-07 at 03:31:13 +, Viktor Dukhovni wrote: > On Tue, May 06, 2014 at 10:49:20PM -0400, Sahil Tandon wrote: > > > We are experiencing a problem that seems to manifest *only* when > > delivering to MXs that exhibit the SSL problem described by Viktor[1] > >

Re: connection cache issue correlated with "SSL23_GET_SERVER_HELLO:tlsv1 alert decode error"?

2014-05-06 Thread Sahil Tandon
On Tue, 2014-05-06 at 23:57:41 -0400, Sahil Tandon wrote: > On Wed, 2014-05-07 at 03:31:13 +, Viktor Dukhovni wrote: > > > On Tue, May 06, 2014 at 10:49:20PM -0400, Sahil Tandon wrote: > > > > > We are experiencing a problem that seems to manifest *only* when &

Re: [PATCH 2.11/2.12] connection cache issue correlated with "SSL23_GET_SERVER_HELLO:tlsv1 alert decode error"?

2014-05-07 Thread Sahil Tandon
caching. The problem did not recur. I see Wietse has already rolled out snapshot 20140507, to which we will upgrade soon. Thank you both. -- Sahil Tandon

Re: Berkeley DB6 and Postfix

2014-05-11 Thread Sahil Tandon
me time now and I would have thought that > Postfix would have supported it. Based on src/util/dict_db.c, the latest supported Berkeley DB major version is 5. -- Sahil Tandon

Re: Apparent pipe error

2014-06-30 Thread Sahil Tandon
On Mon, 2014-06-30 at 10:40:18 -0400, Jerry wrote: > On Mon, 30 Jun 2014 09:37:32 -0400 (EDT), Wietse Venema stated: > ... > >Can you ping the maintainer? > ... > I have sent him an email ACK. -- Sahil Tandon

Re: How to defer under load?

2008-07-24 Thread Sahil Tandon
rchives.neohapsis.com/archives/postfix/2008-06/1179.html -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Relay Error?

2008-07-24 Thread Sahil Tandon
y use MS Outlook to check messages but for this test I used > Thunderbird. > > In the logs, it does show that there is an inquiry to check new messages for > the above email account. This has nothing to do with Postfix; your IMAP server is logging this message. [...] -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Rewriting Subject line, adding an X-header?

2008-07-25 Thread Sahil Tandon
AM**" on the subject line, > remove it (i.e. rewrite the Subject line), and add something like > "X-Spam: yes" into the header of the messages whose Subject includes > "**SPAM**"? > > Thanks for any advise, insights on this! AFAIK this cannot be done within Postfix. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: 5xx or 4xx Lever Error When mySQL Goes Down

2008-07-26 Thread Sahil Tandon
how postconf -n? Also see the soft_bounce parameter in postconf(5). -- Sahil Tandon <[EMAIL PROTECTED]>

Re: 5xx or 4xx Lever Error When mySQL Goes Down

2008-07-26 Thread Sahil Tandon
Brian Puccio <[EMAIL PROTECTED]> wrote: > On Jul 26, 2008, at 8:51 PM, Sahil Tandon wrote: >> Can you show postconf -n? > > # postconf -n [...] Wietse already answered your question; see his response. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: MTA Rejection Explanation Needed

2008-07-28 Thread Sahil Tandon
where dig and whois do not supply the > same IP address and domain name. There are several references to access(5) maps in your main.cf; do any of them have reject_unverified_sender as an action on the RHS? Check with: # grep reject_unverified_sender /path/to/maps/folder/* [...] -- Sahil Tandon <[EMAIL PROTECTED]>

Re: postfix/smtpd[39072]:warning: SASL authentication failure: cannot connect to Courier authdaemond: No such file or directory

2008-07-28 Thread Sahil Tandon
nf -- > pwcheck_method: authdaemond > log_level: 3 > mech_list: PLAIN LOGIN > authdaemond_path: /var/run/authdaemond/socket Is there any trailing whitespace after the word "socket" above? [...] -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Rules in Error

2008-07-29 Thread Sahil Tandon
s on every one of those three machines for perhaps the IP of the Win XP PC in question. > Is it possible to point to the setting which may be causing this problem? I > can post any additional information. First prove this is a Postfix-related problem. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: How to read maillog

2008-07-29 Thread Sahil Tandon
ion about your system, you can start by grepping for 'smtp' in your logs (excluding smtpd). -- Sahil Tandon <[EMAIL PROTECTED]>

Re: postfix/smtpd[39072]:warning: SASL authentication failure: cannot connect to Courier authdaemond: No such file or directory

2008-07-30 Thread Sahil Tandon
t show any Postfix services running chrooted, so I am not sure that will help. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Sendmail

2008-07-30 Thread Sahil Tandon
are trolling, stop. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Virtual Mailboxes

2008-08-01 Thread Sahil Tandon
r to Maildir/ -- if the Maildir directory structure does not already exist for a new user receiving mail, Postfix (through its delivery agent) does automatically create it. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: mail queue is filling up with bounce messages

2008-08-05 Thread Sahil Tandon
http://article.gmane.org/gmane.mail.postfix.user/181317 -- Sahil Tandon <[EMAIL PROTECTED]>

Re: 504 5.5.2 error workaraound

2008-08-05 Thread Sahil Tandon
bly use a check_helo_access map in your smtpd_*_checks before you reject_non_fqdn_helo_hostname, but please provide the output of postconf -n and read: http://www.postfix.org/DEBUG_README.html#mail -- Sahil Tandon <[EMAIL PROTECTED]>

Re: E-mail "alias"

2008-08-05 Thread Sahil Tandon
ias > file? It doesn't have to be hash, but it does have to be the database type that corresponds to that map. For more information and examples, see: http://www.postfix.org/postconf.5.html#virtual_alias_maps http://www.postfix.org/postmap.1.html -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Missing Something - header_checks Entry

2008-08-05 Thread Sahil Tandon
ot;, so the following should work: /^Return-Path:.*mjhunter=aurora\.edu/ But even with the extraneous "*", the PCRE hits here with postmap -q. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: unintended relay

2008-08-06 Thread Sahil Tandon
m 192.168.1.1. I relayed from two different locations and each time your system thought mail arrived from that same internal gateway IP. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: single postmaster account for multiple virtual mailbox domains

2008-08-08 Thread Sahil Tandon
will work. See "TABLE SEARCH ORDER" in virtual(5). Also see an example specific to virtual mailbox domains in the VIRTUAL_README. You will need: # /path/to/virtual [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Redirect Mail for specific Domain.

2008-08-08 Thread Sahil Tandon
Exchange Server). > > Is there a tweak in postfix to do this.? If you want to direct all mail destined for zone1.example.com to example.net, then instead of virtual aliases, you might consider transport maps: http://www.postfix.org/transport.5.html -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Once a mail is in the HOLD queue...

2008-08-09 Thread Sahil Tandon
Ralf Hildebrandt <[EMAIL PROTECTED]> wrote: > How can I redirect it to another recipient? http://archives.neohapsis.com/archives/postfix/2004-03/0890.html http://archives.neohapsis.com/archives/postfix/2004-02/0915.html -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Auto blacklist for repeat offenders

2008-08-10 Thread Sahil Tandon
7;t hear about it, because that person will be blocked from > sending you mail. If the OP allows messages from all senders to postmaster@ and/or abuse@ (the so called "role" accounts), then this isn't a big deal. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: mail stuck in mailq q

2008-08-10 Thread Sahil Tandon
nd. Name service error for name=meriden.nsw.edu.au type=MX: Host > not found, try again) The mail was deferred; not bounced. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Accept And Hold Mail, Don't Deliver

2008-08-25 Thread Sahil Tandon
/gmane.mail.postfix.user/130821/focus=130832 for related discussion. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Need Script, Can't Use Perl With Perl Modules

2008-08-27 Thread Sahil Tandon
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I disagree, and believe this *is* the right forum for this question. This isn't a matter of belief or opinion; this is not the right forum. Please try asking on a Perl mailing list. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Amavisd, SpamAssassin, ClamAv, Razor and PostFix

2008-08-29 Thread Sahil Tandon
rious examples available on the web, so you will have to interpret and tweak. Configuring the above software will take some patience and a basic understanding of UNIX. Also read http://www.ijs.si/software/amavisd/README.postfix.html. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: newbie postfix user

2008-08-29 Thread Sahil Tandon
lease paste output of 'postconf -n'. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: New to PF, IO bound query

2008-08-29 Thread Sahil Tandon
st is pathetic; that would be a silly (not to mention inaccurate) way to start an email asking for help. If you are in love with vpopmail, then just use it with Postfix. There are a few examples on the web on how to do this. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: [OT] Replacing Postfix servers

2008-08-30 Thread Sahil Tandon
x27;re having with load balancing? We've had luck balancing load at the firewall (using the round-robin feature in OpenBSD PF) instead of with multiple A records for a MX hostname (your current setup). -- Sahil Tandon <[EMAIL PROTECTED]>

Re: when will smtpd_milters be applied

2008-09-01 Thread Sahil Tandon
ling list archives: http://archives.neohapsis.com/archives/postfix/2007-08/0663.html -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Procmail + Mysql virtual maps + postfix

2008-09-02 Thread Sahil Tandon
> maps etc files > . > Can it be done > Pl help me Hard to help without more information; and the installation and configuration of Procmail is beyond the scope of this mailing list. Please see: http://www.postfix.org/DEBUG_README.html#mail -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Add Throttle to outbound email?

2008-09-04 Thread Sahil Tandon
a more elegant way to do this, but you could parse the output of mailq, and pass the queue IDs to postsuper thusly: % mailq | grep sender | cut -c 1-9 | postsuper -h - -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Add Throttle to outbound email?

2008-09-04 Thread Sahil Tandon
orry for the noise; maybe the following variant, if the OP wants to HOLD messages in the active queue: % mailq | grep sender | cut -d \* -f 1 | postsuper -h - -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Add Throttle to outbound email?

2008-09-05 Thread Sahil Tandon
e in the active queue, so "*" is not > the right delimeter. This is why, above, I wrote _if_ the OP wants to HOLD messages in the _active_ queue. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Add Throttle to outbound email?

2008-09-05 Thread Sahil Tandon
. > > Better tools than cut have been posted before. Piping garbage into > postsuper -h - is not a good idea. How is the output of cut in last example "garbage"? -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Add Throttle to outbound email?

2008-09-05 Thread Sahil Tandon
of cut, in and of itself, is considered garbage. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Add Throttle to outbound email?

2008-09-05 Thread Sahil Tandon
ve queue: % mailq | grep [EMAIL PROTECTED] | cut -s -d "*" -f 1 | less > is it sensible input for "postsuper -d -" Probably just a typo above, but for posterity, this thread is about holding (not deleting) messages in the queue from a specific sender. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: not able to receive local mails

2008-09-05 Thread Sahil Tandon
? I am able to connect to 66.7.148.25 (which is coreteamsolutions.in's external IP) from here. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Filter Outgoing Mail For Spam

2008-09-06 Thread Sahil Tandon
; That's what I thought postgrey did? No, postgrey does greylisting; see the web site linked above; policyd is different. You may want to also explore postfwd and policyd-weight. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Bypass content_fitler based on SASL auth

2008-09-06 Thread Sahil Tandon
ing like: -o content_filter= -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Bypass content_fitler based on SASL auth

2008-09-06 Thread Sahil Tandon
xample is specific to amavisd-new as a content_filter but you can amend for your needs. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: tracking sent emails

2008-09-10 Thread Sahil Tandon
m i guessin right? (i know im reinventing the wheel, this is just for > fun) For clues, see how this and many other things are done in pflogsumm, postfix-logwatch etc. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Recommendation for setting Amavisd-new "spam destiny" for post-queue

2008-09-12 Thread Sahil Tandon
scarded. Discarded mail is saved in an admin-access-only quarantine > for a few days, then removed by a cron job. We rarely need to release > something from quarantine - maybe once every 3 or 4 months - but > management likes to know it's there. +1 for this setup used here as well. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Question on relay servers

2008-09-12 Thread Sahil Tandon
ist. Or read the DEBUG_README on the web site and try again. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: 550 550 5.1.1 <[EMAIL PROTECTED]> error

2008-09-13 Thread Sahil Tandon
s the output of postconf -n? Please read http://www.postfix.org/DEBUG_README.html#mail before replying to this message. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: forward problem

2008-09-14 Thread Sahil Tandon
ME.html#mail to get the most out of this mailing list. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: destination_rate_delay clarification

2008-09-20 Thread Sahil Tandon
; with per-destination recipient limit > 1, a destination is a domain, otherwise it is a recipient. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: SASL authentication failure - NETBSD

2008-09-20 Thread Sahil Tandon
bleshoot this would be appreciated. >From DEBUG_README: If the problem is SASL related, consider including the output from the saslfinger tool. This can be found at: http://postfix.state-of-mind.de/patrick.koetter/saslfinger/. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Client Trouble with SASL AUTH

2008-09-20 Thread Sahil Tandon
able = yes You have this (which enables SASL on your *server*), but I did not see "smtp_sasl_auth_enable = yes" in your postconf -n output. smtp == client; smtpd == server. Can you also show the output (with mangled password) of your sasl_passwd file? -- Sahil Tandon <[EMAIL PROTECTED]>

Re: SASL authentication failure - NETBSD

2008-09-20 Thread Sahil Tandon
>_is_blocked. __For_information_see_http://att.net/blocks The MX IP is not listed on the blocklists suggested by http://att.net/blocks or robtex. Does anyone else know the DNSBL prodigy.net might be using? -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Postfix errors

2008-09-20 Thread Sahil Tandon
ee how it can have too many > connections. Clearly, *something* has changed. > Anyone have any ideas what is going on, from what i can see email is still > being sent and delivered (well I havent had any incoming or outgoing emaills > go missing) Before posting here, read http://www.postfix.o

Re: moveing to postfix from qmail setup

2008-09-21 Thread Sahil Tandon
per: https://po2.uni-stuttgart.de/~rusjako/sal-wrapper -- so users can send spam and ham to dedicated addresses that dump mail to sa-learn. You can probably do something similar with DSPAM if you choose to use it. -- Sahil Tandon <[EMAIL PROTECTED]>

Re: moveing to postfix from qmail setup

2008-09-21 Thread Sahil Tandon
Karl O. Pinc <[EMAIL PROTECTED]> wrote: > On 09/21/2008 12:08:08 PM, Wayne Catterton wrote: >> What I'm wondering is if I missed something, is there something vital >> I missed as far as security/mail processing? > > I like sqlgrey, others prefer postgrey. +1

Re: Postfix Log Analysis options

2008-09-23 Thread Sahil Tandon
tch and then write your own script that uses that and others as inspiration. And next time please don't hi-jack an unrelated thread. :-) -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Virtual Alias Tables

2008-09-23 Thread Sahil Tandon
Matthew <[EMAIL PROTECTED]> wrote: > I know there's a simple solution and it's right in front of me, I just > can't see it... > > Any help with this is sincerely appreciated. http://www.postfix.org/DEBUG_README.html#mail ... especially the section about '

Re: Change in "Delivered-To:" content? (after update to postfix)

2008-09-23 Thread Sahil Tandon
e: http://www.postfix.org/postconf.5.html#frozen_delivered_to -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Migration Advice - how to defer to hold queue

2008-09-24 Thread Sahil Tandon
mail destined for example.com should instead be directed to smtp:[some.where.else], then instead of removing the transport map entirely, you would obviously update it (replacing the "defer:" portion) as necessary and then flush the queue. See transport(5). -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Migration Advice - how to defer to hold queue

2008-09-24 Thread Sahil Tandon
Victor Duchovni <[EMAIL PROTECTED]> wrote: > On Wed, Sep 24, 2008 at 06:42:11PM -0400, Sahil Tandon wrote: > > > To avoid this situation, use a transport map to temporarily defer mail > > *just* for those recipients. Once you're ready to "go live" o

Re: Mail server in loopback network (fairly common?)

2008-09-24 Thread Sahil Tandon
ught that what I'm doing is standard but obviously it > breaks in such a common scenario. Comments? What is 'example.com' really? The way I understand it, check_sender_mx_access checks whether the MX host(s) for the MAIL FROM address match whatever you may have in your access table. Just because one user is sending to another in the same domain, that does not mean the domain itself should have an MX record that points to loopback. -- Sahil Tandon <[EMAIL PROTECTED]>

<    3   4   5   6   7   8   9   >