Re: Logging sender recipient pairs

2009-07-08 Thread Sahil Tandon
ons or alternative > ways of doing this? You could parse the logs and implement your own solution or maybe use an existing policy service that already has this functionality. -- Sahil Tandon

Re: smtpd_*_restrictions

2009-07-09 Thread Sahil Tandon
allow the message to queue? No. This is also answered in the abovementioned document. -- Sahil Tandon

Re: Logging sender recipient pairs

2009-07-09 Thread Sahil Tandon
policyd can do this. > > The real trick is, as you point out, the quotas for local users. This can also be done via postfwd with a small patch I've submitted to the developer. If anyone is interested, contact me off-list (as we're venturing off-topic!) or wait for Jan to hopefully

Re: Mail routing problem

2009-07-10 Thread Sahil Tandon
On Jul 10, 2009, at 5:44 AM, Sam Przyswa wrote: Hi, I have to build a mail system with one main server (main) who send mails to several secondaries servers on the net as serv1, serv2, servX, for the same domain but how to send mail from the serv1 to an user on the serv2 for the same doma

Re: TLS library problems

2009-07-10 Thread Sahil Tandon
On Fri, 10 Jul 2009, Scott Haneda wrote: > system.log:Jul 10 00:07:57 trex postfix/smtpd[45598]: warning: TLS > library problem: 45598:error:140760FC:SSL > routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:571: Debug the proxy. What is it? Not Postfix, I'd gue

Re: Allow a group of unauthenticated senders

2009-07-10 Thread Sahil Tandon
"allow". Can you give two simple examples of both use cases? -- Sahil Tandon

Re: Hourly Limits

2009-07-11 Thread Sahil Tandon
ail each user can send in an our. You need a policy server. Search the archives of this list and google postfwd and policyd. -- Sahil Tandon

Re: Hourly Limits

2009-07-11 Thread Sahil Tandon
e=END-OF-MESSAGE ; \ action==rate($$sender/100/3600/450 4.7.1 max 100 mails per hour) With this, query postfwd in smtpd_end_of_data_restrictions. If you have more questions about postfwd, follow-up off-list or on the postfwd mailing list. -- Sahil Tandon

Re: Errors after upgrades

2009-07-12 Thread Sahil Tandon
ial backside. Sounds like a MySQL (not Postfix) issue; debug there. Are there any other type of mysql error lines in the log? -- Sahil Tandon

Re: Allow a group of unauthenticated senders

2009-07-12 Thread Sahil Tandon
_sender_login_mismatch http://www.postfix.org/postconf.5.html#reject_unauthenticated_sender_login_mismatch http://www.postfix.org/postconf.5.html#smtpd_sender_login_maps If you need something that is not provided by these features, then be more specific with your request. -- Sahil Tandon

Re: Running out of mail queue space encountered - need help analyzing logs

2009-07-12 Thread Sahil Tandon
scratching my head as to what happened within > that second. Does anyone have any thoughts on what might have > happened? Any pointers on what to look for will be appreciated. Could something other than Postfix have written to the file system which houses the mail queue? -- Sahil Tandon

Re: Milter Reject on Yahoo Mail

2009-07-12 Thread Sahil Tandon
tor (public key) record returned from a DNS query could not be parsed (e.g. corrupted, wrong format, etc.). -- Sahil Tandon

Re: reject mail without valid MX

2009-07-12 Thread Sahil Tandon
e RFCs and reject mail without a MX RR. s/WARN/REJECT/ if you decide to actually block such mail. -- Sahil Tandon

Re: reject_unknown_reverse_client_hostname rejects even if PTR RR is found

2009-07-12 Thread Sahil Tandon
is not queued/retried, but returned to sender. -- Sahil Tandon

Re: Hourly Limits

2009-07-13 Thread Sahil Tandon
On Jul 13, 2009, at 5:54 AM, "ad...@gg-lab.net" wrote: Lucian, i saw that solution, but i want something that can globally limit EVERY mail sent: i'll also offer smtp access, and a sendmail wrapper isn't a solution. Benny: ok, so we are speaking about the evenlope sender, so, it seems this

Re: Hourly Limits

2009-07-13 Thread Sahil Tandon
policy server to be queried, which won't be the case when you have mail being submitted via pickup service. 2009/7/13 Sahil Tandon : On Jul 13, 2009, at 5:54 AM, "ad...@gg-lab.net" wrote: Lucian, i saw that solution, but i want something that can globally limit EVERY

Re: reject_unknown_reverse_client_hostname rejects even if PTR RR is found

2009-07-13 Thread Sahil Tandon
On Mon, 13 Jul 2009, Benny Pedersen wrote: > On Sun, July 12, 2009 22:47, Sahil Tandon wrote: > > On Sun, 12 Jul 2009, Keld Jørn Simonsen wrote: > > > >> >> Anyway if it is a name server timeout, then I think this is always > >> >> handled by a 4

Re: reject 450 NOQUEUE issue

2009-07-13 Thread Sahil Tandon
server is rejecting the message. http://www.postfix.org/postconf.5.html#reject_unknown_helo_hostname % host adcvibq01.messaging.nextel.com Host adcvibq01.messaging.nextel.com not found: 3(NXDOMAIN) -- Sahil Tandon

Re: reject 450 NOQUEUE issue

2009-07-13 Thread Sahil Tandon
On Mon, 13 Jul 2009, Sahil Tandon wrote: > On Mon, 13 Jul 2009, Jeff Lacki wrote: > > > Im not nearly as versed in postfix as I would like to > > be. Ive tried to figure this log message out but Im not > > sure whats really going on: > > > > Jul 13 23:36:08

Re: fatal: garbage after "]" in server description:

2009-07-14 Thread Sahil Tandon
On Tue, 14 Jul 2009, Kammen van, Marco, Springer SBM NL wrote: > Is there a limit in the length of an email address? We have a couple of > crazy long addresses in there e.g. http://tools.ietf.org/html/rfc5321#section-4.5.3.1 -- Sahil Tandon

Re: Message Size Limit Exceed

2009-07-14 Thread Sahil Tandon
On Tue, 14 Jul 2009, Jacky Chan wrote: > I would like to ask if the size of message exceeds the one defined in > main.cf, how can I configure Postfix to generate a bounce or error notice to > user/admins? Why? Postfix replies with a 552 so the *client* can inform the envelope sender.

Re: Simple Aliases question

2009-07-15 Thread Sahil Tandon
On Jul 15, 2009, at 5:55 AM, "Cory Hawkless" wrote: Hi all, I have what I think is a simple question regarding Postfix and aliases. I would like all mail for a particular user which is currently being delivered locally and then picked up via dovecot to be 'forked'(For want of a better

Re: How do I deliver to a program using a wild card

2009-07-16 Thread Sahil Tandon
ll use anchors and only accept digits in the local-part. /^(\d+)@fax.send$/ localfax,$...@final.mailserver > In /etc/aliases, add > > localfax: |/path/to/program > > and issue "newaliases". -- Sahil Tandon

Re: postscreen test

2009-07-16 Thread Sahil Tandon
short, and simple, and can even be thought of as a > contraction of "smtp" and "entry". A bit less corny than "prefix" IMHO > (sorry Patrick, nothing personal). +1 for sentry. -- Sahil Tandon

Re: Define some message_size_limit

2009-07-17 Thread Sahil Tandon
On Jul 17, 2009, at 2:06 PM, David Glez Romero wrote: Hi every one!! I want to know if is possible to label message_size_limit postfix separation of different domains. So one wants to define message_size_limit a specific domain and the rest of the domains others message_size_limit. FAQ

Re: Postfix "Toaster" - replacing vpopmail

2009-07-18 Thread Sahil Tandon
e never compared POP3 performance on Dovecot vs. $something_else, but you are commenting on the lack of performance benefit? :) See: http://wiki.dovecot.org/POP3Server -- Sahil Tandon

Re: Postfix "Toaster" - replacing vpopmail

2009-07-18 Thread Sahil Tandon
On Sat, 18 Jul 2009, Charles Marcus wrote: > On 7/18/2009, Sahil Tandon (sa...@tandon.net) wrote: > > Just so I understand, you don't use POP3 on the server you manage; > > you have never compared POP3 performance on Dovecot vs. > > $something_else, but you are

Re: Getting a lot of these

2009-07-18 Thread Sahil Tandon
pertains to the *query* log; if you are looking for errors, you need to sift through the *error* log. See: http://dev.mysql.com/doc/refman/5.1/en/error-log.html http://dev.mysql.com/doc/refman/5.1/en/query-log.html -- Sahil Tandon

Re: Postfix error - trusted user

2009-07-20 Thread Sahil Tandon
ser, e.g.. root or Trusted > User [uid=113(°¶?^A)] > Jul 20 11:39:45 mail dspam[14849]: Unable to initialize agent context These are NOT Postfix logs. Seek help on the appropriate forums. -- Sahil Tandon

Re: message priority

2009-07-20 Thread Sahil Tandon
s well as the QSHAPE_README: http://www.irbs.net/internet/postfix/0407/2008.html http://www.postfix.org/QSHAPE_README.html -- Sahil Tandon

Re: sending a message to two seperate accounts

2009-07-21 Thread Sahil Tandon
evidence (logging, at the very least), this is just speculation. Read the DEBUG_README before posting your follow-up. -- Sahil Tandon

Re: postfix strip æøå (highbit chars )

2009-07-22 Thread Sahil Tandon
On Jul 22, 2009, at 4:06 PM, "Benny Pedersen" wrote: On Wed, July 22, 2009 22:00, Noel Jones wrote: http://www.postfix.org/postconf.5.html#strict_7bit_headers if postfix changed defaults to yes, then i belive problematic senders would change there problem Oh please. The functionality e

Re: tls_random_source and OSX

2009-07-22 Thread Sahil Tandon
t is specifically set on all Linux builds I do to be dev:/dev/ >> urandom. > > And who set it? There is no such setting on my FreeBSD systems. Then you changed it. In sufficiently recent versions of FreeBSD, PREFERRED_RAND_SOURCE defaults to "dev:/dev/urandom". Take a look inside src/util/sys_defs.h. -- Sahil Tandon

Re: postfix strip ??? (highbit chars)

2009-07-22 Thread Sahil Tandon
postconf message_strip_charters postconf: warning: message_strip_charters: unknown parameter -- Sahil Tandon

Re: invalid - header

2009-07-22 Thread Sahil Tandon
x27;postconf -n'. Also show FULL logs related to your problem and relevant excerpts from your master.cf. Are you piping mail to a non-default transport? -- Sahil Tandon

Re: postfix strip ??? (highbit chars)

2009-07-22 Thread Sahil Tandon
On Jul 22, 2009, at 7:28 PM, "Benny Pedersen" wrote: On Thu, July 23, 2009 01:07, Sahil Tandon wrote: % postconf message_strip_charters postconf: warning: message_strip_charters: unknown parameter be more helpfull then critize my spellings I did not know it was a misspelling.

Re: Exclude a domain from processing, and forward?

2009-07-23 Thread Sahil Tandon
On Jul 23, 2009, at 1:58 PM, "Terry Carmen" wrote: I asked a similar question on the Amavis list, but as I think about it, it might be more appropriate to handle in postfix, before the mail ever gets to amavis. Currently postfix accepts mail for a number of domains, and all mail gets s

Re: Exclude a domain from processing, and forward?

2009-07-23 Thread Sahil Tandon
On Jul 23, 2009, at 6:30 PM, "Terry Carmen" wrote: Perhaps you could use multiple postfix instances; use use foo_transport (instead of content_filter) to route mail to amavisd- new. For domains or recipients that should skip the filter, use a transport_map entry to route directly from first

Re: which address is which?

2009-07-23 Thread Sahil Tandon
'. It seems that adsl-dynamic-pool-xxx.fpt.vn was the EHLO sent by the client. The Received: header typically begins like: Received: from ( [client IP]) except when $smtpd_helo_required = no (the default) and the client does not send a HELO/EHLO; in that case, I believe is displayed in lieu of . -- Sahil Tandon

Re: transition to Exchange mailstore from Cyrus

2009-07-24 Thread Sahil Tandon
On Jul 24, 2009, at 9:45 AM, Jay Kusler wrote: We currently have a postfix MX front-end that uses MailScanner, clamav, and spamassassin to preprocess incoming email. We use LDAP lookups to determine valid recipients. Email that makes it through all of that gets moved to a Cyrus imap mail

Re: postfix maildrop username with dots

2009-07-25 Thread Sahil Tandon
d user specified. ) Looks like a maildrop issue. Postfix, via pipe(8), is the messenger of bad news. Configure maildrop to recognize user.surn...@domain. -- Sahil Tandon

Re: Catchall account and lots of spam in a short period

2009-07-28 Thread Sahil Tandon
On Jul 28, 2009, at 2:05 PM, LuKreme wrote: On Jul 27, 2009, at 11:18 AM, /dev/rob0 wrote: To name one, I tried to get automobile insurance with GEICO, a large insurer in the USA. If I had access to my old virtual_alias_maps I could find many more who rejected the "+". AT&T, Coca Cola, nearl

Re: Stop spammers sending us spam from users in our domain...

2009-07-29 Thread Sahil Tandon
is a...@example.org sending to a...@someother.domain which forwards back to a...@example.org. The OP might consider blocking messages where both envelope sender and recipient == f...@example.org when originating from an untrusted source. -- Sahil Tandon

Re: What causes the "message file too big" error?

2009-07-30 Thread Sahil Tandon
On Jul 30, 2009, at 5:27 PM, Seth Mattinen wrote: LuKreme wrote: On Jul 30, 2009, at 12:42 PM, Seth Mattinen wrote: The exact byte count of the message+headers is 100793284 Seriously? 96MB emails? I hope that's internal only. Nope, not internal. Why does that matter? It doesn't matter

Re: what is ESMTP (Nemesis)

2009-07-30 Thread Sahil Tandon
standard. Google "ESMTP" for more information. You are pasting what appears to be some portion of a 220 banner. Paste the entire thing or provide more context for additional assistance. -- Sahil Tandon

Re: Preventing www@ abuse

2009-07-31 Thread Sahil Tandon
es an access(5) map to REJECT envelope sender w...@foo.bar. -- Sahil Tandon

Re: Hash file oddity

2009-07-31 Thread Sahil Tandon
cess. notices that a file has changed it will terminate before handling the next client request, so that a new process can initialize with the new database. By any chance, are you "testing" the change by using the same lookup key? -- Sahil Tandon

Re: put mails in hold queue based on size

2009-08-01 Thread Sahil Tandon
rvice called in smtpd_end_of_data_restrictions. An example using postfwd (http://www.postfwd.org): id=PEAK_SIZE; state==END-OF-MESSAGE; \ time=07:00:00-11:00:00; \ size=3000; \ action=HOLD -- Sahil Tandon

Re: checking local_recipient_maps

2009-08-01 Thread Sahil Tandon
On Sat, 01 Aug 2009, donovan jeffrey j wrote: > i use ldap search all the time for testing but i would like to see how > postfix queries and replies. % man 1 postmap -- Sahil Tandon

Re: put mails in hold queue based on size

2009-08-01 Thread Sahil Tandon
And grossly inefficient. And rude. Irrelevant. Different strokes for different folks. >> Is there a way I can put mail to hold , if size exceeds a particular >> limit > > Yes, but this would take a policy service. > > <http://www.postfix.org/SMTPD_POLICY_README.html> Better. -- Sahil Tandon

Re: put mails in hold queue based on size

2009-08-02 Thread Sahil Tandon
On Sun, 02 Aug 2009, Gerard wrote: > On Sun, 2 Aug 2009 00:06:52 -0600 > LuKreme wrote: > > > On 1-Aug-2009, at 21:29, Sahil Tandon wrote: > > > On Sat, 01 Aug 2009, LuKreme wrote: > > > On 1-Aug-2009, at 06:18, ram wrote: > > >>> Some users o

Re: Log analysis

2009-08-02 Thread Sahil Tandon
repeats after hours... That is the queue ID, which can be reused/repeated; but no two queue entries will *simultaneously* have the same queue ID. -- Sahil Tandon

Re: Log analysis

2009-08-03 Thread Sahil Tandon
On Aug 3, 2009, at 9:08 AM, Martina Tomisova wrote: each recipient will be in its own log line when the message is delivered. So I've got 101 lines like this one: Jul 27 xx:yy:zz server postfix/qmgr[2580]: 50B106A60A8: from=, size=754061, nrcpt=436 (queue active) The time differs (this li

Re: mynetworks

2009-08-03 Thread Sahil Tandon
On Aug 3, 2009, at 5:03 PM, "AMP Admin" wrote: Maybe a dumb question but I can’t seem to change mynetworks in main. cf. I change it to something like: mynetworks = 127.0.0.0/8, xx.xx.xx.0/8, xx.xx.xxx.xxx, xx.xx.xxx.xxx # mynetworks_style = subnet Then I restart postfix and run postco

Re: lost my Delivered-To: header

2009-08-03 Thread Sahil Tandon
;ve tried the debugging suggested, but I cannot see any Delivered-To: > header at all. > > Hoping someone can help, even if it's just to point me at something that > says that Delivered-To's dead so that I can rework what I want to do. Show 'postconf -n', some log output of the bounce, and the rest of master.cf. -- Sahil Tandon

Re: mynetworks

2009-08-03 Thread Sahil Tandon
#x27;s the little things that make us happy. > I'm obviously new to postfix. :) Welcome. Please stop top-posting. If you are not familiar with this term, google it. -- Sahil Tandon

Re: multiple relay hosts in transport - syntax

2009-08-04 Thread Sahil Tandon
On Aug 4, 2009, at 8:31 AM, Andrew Long wrote: $ host -t mx charite.de charite.de mail is handled by 120 mail.charite.de. charite.de mail is handled by 110 mail-ausfall.charite.de. and then use: domain.de charite.de I'm afraid I'm not quite clear on this. They're are two mx's in the dns f

Re: How to queue messages with diffrent bounce time

2009-08-05 Thread Sahil Tandon
On Aug 5, 2009, at 2:25 PM, Robert Socha wrote: Hi, My problem is... :) I would like that the selected messages injected by specified interface remain in the queue for no longer than 2 hours. I used this configuration (master.cf), but it seems that it is not working as I want: bulk.e

Re: check_policy_service

2009-08-05 Thread Sahil Tandon
proto=ESMTP helo= > > No real harm done really but if the service should be down longer than a > few minutes > > Is there a way to make sure the mails are accepted without the policy > service running? http://postfwd.org/DEVEL/tools/hapolicy-0.99.1.html -- Sahil Tandon

Re: just one account of my domain that is not getting any email

2009-08-07 Thread Sahil Tandon
On Aug 7, 2009, at 11:20 AM, Gerardo Herzig wrote: Well. This is weird. One of my co-workers is not getting any mail, not even internal ones. The logs shows that the email is delivered without any problems: this happens when i (gherzig) send an email to my body (mmanoni). Both in the same doma

Re: huge volume of SMTP > Tactical AUTH traffic??

2009-08-07 Thread Sahil Tandon
matches that of an authenticated user, then you can ask him/her to investigate if you're really curious. -- Sahil Tandon

Re: SSL_accept error

2009-08-10 Thread Sahil Tandon
On Aug 10, 2009, at 1:16 PM, Brian Evans - Postfix List > wrote: Ebbe Hjorth wrote: Hi, I just installed FreeBSD, postfix and dovecot. I tried to do the setup from purplehat.org , but i keep getting the following error, please help. Aug 9 14:22:55 mail02 postfix/smt

Re: SSL_accept error

2009-08-10 Thread Sahil Tandon
On Mon, 10 Aug 2009, Ebbe Hjorth wrote: > 2009/8/10 Sahil Tandon > > > On Aug 10, 2009, at 1:16 PM, Brian Evans - Postfix List < > > grkni...@scent-team.com> wrote: > > > > Ebbe Hjorth wrote: > >> > >>> Hi, > >>> > >

Re: header_checks usage

2009-08-10 Thread Sahil Tandon
y header_checks..): This is expected. In an SMTP conversation, RCPT TO: sets the ENVELOPE recipient, and has absolutely no relation to the header. If you wish to specify headers, you must do so after DATA. -- Sahil Tandon

Re: postfix terminating on signal 15

2009-08-12 Thread Sahil Tandon
er such high load conditions? It's being run with -o stress. The master(8) signal handler is receiving SIGTERM and thus terminating. Postfix is only killing itself because it's being *told* to do so. I am not sure how you can debug *who* is transmitting the signal. -- Sahil Tandon

Re: redirect to mailbox if listed in spamhaus

2009-08-13 Thread Sahil Tandon
On Aug 13, 2009, at 6:28 AM, ram wrote: I use in smtpd_recipient restrictions reject_rbl_client zen.spamhaus.org To reject mails from spamhaus listed IP's. If I want to accept mails and relay to an admin email-id , is that possible. Probably with a policy server and the REDIRECT action.

Re: Postfix + Vda patch - problems with bounce

2009-08-14 Thread Sahil Tandon
he above parameter is not part of Postfix and hence unsupported here. > Any ideas ? -- Sahil Tandon

Re: Log Stats

2009-08-16 Thread Sahil Tandon
watch If you have more questions on this, follow up on the logreporters[1] mailing list with a better problem description than "doesn't seem to work". [1] http://lists.mikecappella.com/mailman/listinfo/logreporters -- Sahil Tandon

Re: postfix not rejecting single nonexistent user

2009-08-16 Thread Sahil Tandon
al as i would > expect. Because you specify 'example.com' in $virtual_mailbox_domains, its valid recipients are governed by $virtual_mailbox_maps. The /etc/passwd file does not come into play. Therefore, if mail...@example.com is not listed in the aforementioned map, mail addressed to that address is rejected. It seems everything is working as designed. -- Sahil Tandon

Re: 450 temp error when 550 perm error is possible

2009-08-17 Thread Sahil Tandon
27;d put them all into smtpd_recipient_restrictions #:) > > http://www.postfix.org/SMTPD_ACCESS_README.html#danger Oh please. Mitigating that danger is trivial; just follow the instructions lower in that same document: In order to avoid surprises like these with smtpd_recipient_restrictions, you should place non-recipient restrictions AFTER the reject_unauth_destination restriction, not before. -- Sahil Tandon

Re: Looking for opinions on FreeBSD OS for Postfix

2009-08-17 Thread Sahil Tandon
D. If you have questions about the OS, ask on the appropriate mailing list and see http://www.freebsd.org. -- Sahil Tandon

Re: unknown identities

2009-08-24 Thread Sahil Tandon
m...@mydomain.comhapping > with most of the mail account See http://www.postfix.org/postconf.5.html#smtpd_reject_unlisted_sender -- Sahil Tandon

Re: (OT!) Clearing Spam Folders

2009-08-24 Thread Sahil Tandon
l server. I posed my question > here because I was sure the friendly (now I'm not so sure) folks here > would have come across this particular problem and would have a solution. This is not the right mailing list for your general Linux/UNIX questions. See: http://www.catb.org/~esr/faqs/smart-questions.html, especially the section titled "Choose your forum carefully". -- Sahil Tandon

Re: Block messages from *.mydomain.dom

2009-08-27 Thread Sahil Tandon
no, no. > >>> You send *to* slsware.com > >>> .slsware.com         REJECT  No, no, no. You send *to* slsware.com > > > What if the spammer does the following? > > EHLO mail.otherdomain.com > MAIL FROM: gl...@slsware.com > RCPT TO:per...@slsware.com > > In that case, would the forged email be rejected with check_helo_access? Of course not. Was that a joke? -- Sahil Tandon

Re: Header rewrite per destination

2009-08-28 Thread Sahil Tandon
t; rewrite it in case it already exists.. > > Is this possible? If you wish to INSERT these headers based on ENVELOPE RECIPIENT, then use an access(5) map with the PREPEND action. -- Sahil Tandon

Re: Multiple SMTP Servers (Postfix Cluster)

2009-08-28 Thread Sahil Tandon
is list, read the DEBUG_README, a document to which you were referred in the welcome message. -- Sahil Tandon

Re: Multiple SMTP Servers (Postfix Cluster)

2009-08-29 Thread Sahil Tandon
On Sat, 29 Aug 2009, Klaus Engelmann wrote: > I tried to use the $transport_maps. Did you even bother to read the rest of my reply to your original posting? *plonk* -- Sahil Tandon

Re: Applying Unix quota

2009-08-29 Thread Sahil Tandon
se a utility outside of Postfix to update an access(5) map that sends 4xx or 5xx responses for users that exceed quota. -- Sahil Tandon

Re: Simple filter via pipe

2009-08-31 Thread Sahil Tandon
files from current dir list > # ls -al | grep *.mp3 > > So what does "sendmail is a pipe" means, in this context? At your shell, type 'man 8 pipe' and read carefully. -- Sahil Tandon

Re: Simple filter via pipe

2009-09-01 Thread Sahil Tandon
On Tue, 01 Sep 2009, rank1see...@gmail.com wrote: > - Original Message - > From: Sahil Tandon > To: postfix-users@postfix.org > Date: Mon, 31 Aug 2009 23:37:56 -0400 > Subject: Re: Simple filter via pipe > > > On Tue, 01 Sep 2009, rank1see...@gmail.com wro

Re: How to block spammers appearing as local users?

2009-09-01 Thread Sahil Tandon
Hy are you accepting mail from an obvious DHCP address? > > who says this ip is dynamic, just becurse the hostname look like it is ? Oh please; just use some common sense and basic heuristics. -- Sahil Tandon

Re: groups other than the primary one are ignored

2009-09-01 Thread Sahil Tandon
on the list. Search the archives. For example: http://article.gmane.org/gmane.mail.postfix.user/133410. -- Sahil Tandon

Re: Converting Sendmail to Postfix

2009-09-02 Thread Sahil Tandon
luck with this on the squirrelmail or IMAP server mailing lists. -- Sahil Tandon

Re: cannot find your hostname

2009-09-02 Thread Sahil Tandon
ess." In your follow-up, you already determined which one of these tests triggered the rejection. -- Sahil Tandon

Re: cannot find your hostname

2009-09-02 Thread Sahil Tandon
On Wed, 02 Sep 2009, Scott Haneda wrote: > On Sep 2, 2009, at 4:07 PM, Sahil Tandon wrote: > >> As clearly documented in postconf(5), > > How exactly does one get to that man page? > man postconf > That of course works. That "works" because, absent a secti

Re: Are queue IDs unique within a sinlge instance?

2009-09-05 Thread Sahil Tandon
>From src/global/mail_queue.c: /* The only guarantee given is that on a given machine, no two queue /* entries will have the same queue ID at the same time. -- Sahil Tandon

Re: chaining filters

2009-09-06 Thread Sahil Tandon
(i.e. passing 'trusted' mail sans checks, et cetera). [1] http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim [2] http://www.postfix.org/MULTI_INSTANCE_README.html -- Sahil Tandon

Re: piped transports error message

2009-09-07 Thread Sahil Tandon
not the answer for which you had hoped, so good luck! Perhaps Wietse will have a more favorable reply. :-) -- Sahil Tandon

Re: relay_domains vs virtual_mailbox_domains

2009-09-07 Thread Sahil Tandon
valid recipients "on the fly". See: http://www.postfix.org/ADDRESS_VERIFICATION_README.html#recipient -- Sahil Tandon

Re: issue with a single dot and sendmail

2009-09-07 Thread Sahil Tandon
a single dot line with sendmail? RTFM. From sendmail(1): -i When reading a message from standard input, don't treat a line with only a . character as the end of input. -- Sahil Tandon

Re: slow mail delivering

2009-09-10 Thread Sahil Tandon
going OUT from smarthost to nexthops? -- Sahil Tandon

Re: Problem with spam messages

2009-09-10 Thread Sahil Tandon
you are adamant on REJECTing, parse the logs for repeated non-SMTP command errors from a given client and then block said client with an access(5) map. -- Sahil Tandon

Re: Configuration question

2009-09-10 Thread Sahil Tandon
free pass through smtpd_data_restrictions or any following restrictions in the SMTP conversation. -- Sahil Tandon

Re: error message

2009-09-11 Thread Sahil Tandon
file, except when * the source file changed only seconds ago. */ if ((dict_flags & DICT_FLAG_LOCK) != 0 && stat(path, &st) == 0 && st.st_mtime > dict_db->dict.mtime && st.st_mtime < time((time_t *) 0) - 100) msg_warn("database %s is older than source file %s", db_path, path); Try searching your Postfix logs for 'older than source file'. -- Sahil Tandon

Re: res_search fails in postfix

2009-09-12 Thread Sahil Tandon
.com type=MX: Host > > nslookup gmail.com gives me a correct result. By this I am assuming my > /etc/resolv.conf file is correct. > I dont have option to run dig on this system. Are you by any chance running Postfix chrooted? -- Sahil Tandon

Re: res_search fails in postfix

2009-09-12 Thread Sahil Tandon
On Sat, 12 Sep 2009, girish br wrote: > In my master.cf all options are set to "n" which is by default. But I am > running postfix as superuser (root). Just to be sure, can you post the output of: % grep '^smtp.*smtpd' /path/to/master.cf -- Sahil Tandon

Re: aliases problem

2009-09-12 Thread Sahil Tandon
ove the (dot) before the domain? > Thanks! > > bad recipient address syntax: char...@.example.org Can we see the contents of your aliases file? -- Sahil Tandon

Re: aliases problem

2009-09-13 Thread Sahil Tandon
On Sun, 13 Sep 2009, c cc wrote: > Thank you. Here is the main part of the aliase file. Also show us the output of 'postconf -n' and some un-modified sections from your maillog that display the ENTIRE error. -- Sahil Tandon

Re: aliases problem

2009-09-13 Thread Sahil Tandon
;s with all these '$ns1' references? Do you define this parameter somewhere in your main.cf? I suspect you don't, which is why when Postfix appends $myorigin to the RHS of your alias, the silly '.' appears and causes the problem you see in your logs. -- Sahil Tandon

Re: Forged Emails

2009-09-13 Thread Sahil Tandon
pammers with bad DNS to spoof freemail envelopes, but at least it won't 5xx mail that is really coming from a freemail server. FWIW, I do not use the reject_unknown_client_hostname restriction. -- Sahil Tandon

<    1   2   3   4   5   6   7   8   9   >