rate limit outgoing mails with mailman

2009-01-01 Thread jason
y = 1 default_destination_recipient_limit = 1 default_destination_concurrency_limit = 1 smtp_destination_concurrency_limit = 1 I want only 1 smtp connection at a time to be made out from my server to my ISP's server.. Can someone please help me with a config that will accomplish this? regards, Jason

Re: rate limit outgoing mails with mailman

2009-01-02 Thread jason
ion_rate_delay = 30 > > This will deliver one message every 30 seconds. > > Wietse aah heck, I lied to you.. I have postfix 2.4.5-3ubuntu1.3 installed :( Is there a way to accomplish the same thing for this version or should I compile the new one? I couldnt find postfix 2.5 for Ubuntu 7.10 thanks/regards, Jason

Re: rate limit outgoing mails with mailman

2009-01-02 Thread jason
erizon.net[206.46.232.12]:25, delay=5.3, delays=0.13/0.37/0.38/4.5, dsn=2.5.0, status=sent (250 2.5.0 Ok.) Jan 2 08:04:52 ohs postfix/qmgr[16316]: 950C118A00: removed so it looks like all three of these went out with no delays inbetween each message, right? regards, Jason

giving more resources to procmail/crm

2009-01-02 Thread jason
e playing with? regards, Jason

Re: rate limit outgoing mails with mailman

2009-01-02 Thread jason
yes, and I also realized I had commented out the item that Wietse had wanted me to put in.. Im just trying too many things at once.. Let me clean it up and try again. Jason On Fri, Jan 02, 2009 at 03:54:21PM -0500, Victor Duchovni wrote: > On Fri, Jan 02, 2009 at 03:43:15PM -0500, Jason We

Re: rate limit outgoing mails with mailman

2009-01-02 Thread jason
On Fri, Jan 02, 2009 at 03:54:21PM -0500, Victor Duchovni wrote: > On Fri, Jan 02, 2009 at 03:43:15PM -0500, Jason Welsh wrote: > > > initial_destination_concurrency = 1 > > default_destination_concurrency_limit = 1 > > default_destination_recipient_limit = 1 >

Re: rate limit outgoing mails with mailman

2009-01-02 Thread jason
sistent > bounces and must be removed from your list. fair enough, Ill look into it. thanks for your patience and help! Jason

Re: rate limit outgoing mails with mailman (solved)

2009-01-02 Thread jason
> > so If I use the following: > > smtp_destination_recipient_limit = 8 > > smtp_destination_rate_delay = 60 I tested and it looks like these settings will do what I want. thanks folks. Jason

Domainkeys

2009-01-19 Thread jason
Hello, I have setup postfix with dk-milter to sign my emails with domainkeys but I don't know if it is working properly or not. I have tested it with four different tests. 2 pass and 2 fail so I want to know if it is my fault or if the tests are faulty. Here are the tests... Here are the 2 tests

Re: Domainkeys

2009-01-19 Thread jason
> ja...@jasoncarson.ca wrote: >> Hello, I have setup postfix with dk-milter to sign my emails with >> domainkeys but I don't know if >> it is working properly or not. I have tested it with four different >> tests. 2 pass and 2 fail so I >> want to know if it is my fault or if the tests are faulty.

Re: Webmin with Postfix: recommended or not.

2016-03-27 Thread Jason
I agree but for a novice webmin helps. I use it with a text editor to follow wietse brilliant guidance. I am trying postfix administration on new server. It appears to have potential to allow domain  users to administer but I am on week three of setting it up  Original message

Forcibly disconnect spammers

2016-06-08 Thread Jason
I have Postfix, Dovecot and Amavis on my Ubuntu server. Recently, I get every 4 minutes a connection from IP 155.133.82.96, which appears to be Windows XP and maybe has a virus. Anyway, I found the way (after a lot of Googling) to make my Postfix not delay client access checks and I reject that IP

Login to a user with empty password

2016-06-08 Thread Jason
I have Ubuntu 16.04 with Postfix and Dovecot set-up to follow SASL authentication. I also have amavisd-new installed and, as usual, email is sent to this user by the amavis service. However, this user has an empty password (no password). How can I login to that user's mail using Thunderbird since

Re: rate limit outgoing mails with mailman

2009-01-02 Thread Jason Welsh
processes set to 1.. smtp inet n - - - 1 smtpd -D ^^^ in master.cf is the correct way, right? regards, Jason Wietse Venema wrote: ja...@monsterjam.org: excellent idea, so I did install the 2.5.4 version from

Re: rate limit outgoing mails with mailman

2009-01-02 Thread Jason Welsh
deliveries if I can. I guess best case scenario now is to serialize the delivery process somehow. thanks/regards, Jason -- |Jason Welsh ja...@monsterjam.org| | http://monsterjam.orgDSS PGP: 0x5E30CC98 | |gpg key: http

Re: rate limit outgoing mails with mailman

2009-01-02 Thread Jason Welsh
y 480 messages will get relayed in one hour, right? thanks/regards, Jason

Re: Domainkeys

2009-01-19 Thread Jason Carson
> ja...@jasoncarson.ca wrote: >>> ja...@jasoncarson.ca wrote: Hello, I have setup postfix with dk-milter to sign my emails with domainkeys but I don't know if it is working properly or not. I have tested it with four different tests. 2 pass and 2 fail so I want to know if i

Domainkeys/DKIM and Posftix Configuration

2009-01-19 Thread Jason Carson
I have installed and configured dk-milter and dkim-milter but when I try and send a message postfix won't send it. What is the proper main.cf configuration for both domainkeys and dkim? Here is what I have... smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock, unix:/var/run/dkim-filter/

Re: Domainkeys/DKIM and Posftix Configuration

2009-01-19 Thread Jason Carson
> I have installed and configured dk-milter and dkim-milter but when I try > and send a message > postfix won't send it. What is the proper main.cf configuration for both > domainkeys and dkim? > > Here is what I have... > > smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock, > unix:/var/ru

Postfix with AMAVISD how to white list

2009-01-26 Thread Jason Hirsh
I have blocked files with gif attachments to block that category of spam. I do however have some people who send me legitimate gif attachments I tried to white list them by adding @whitelist_sender_maps = ( ['.example.org', '.example.net'] ); to amavisd.conf but exampl.net continues to get

Re: Postfix with AMAVISD how to white list

2009-01-26 Thread Jason Hirsh
On Jan 26, 2009, at 5:04 PM, mouss wrote: Jason Hirsh a écrit : I have blocked files with gif attachments to block that category of spam. how do you blcok these? in header_checks? I do however have some people who send me legitimate gif attachments if you block with header_checks

Re: Postfix with AMAVISD how to white list

2009-01-27 Thread Jason Hirsh
On Jan 26, 2009, at 5:26 PM, mouss wrote: Jason Hirsh a écrit : On Jan 26, 2009, at 5:04 PM, mouss wrote: [snip] You probably want to ask on the amavisd list. but then give as much details as you can (whether you restarted amavisd-new, ... etc). I was told I should behere but all teh

Is result_format being ignored?

2009-01-29 Thread Jason Voorhees
Hi there: I'm a little tired of making some tests with gnarwl and postfix, so I started to reduce directives. I have something like this in main.cf (postconf -n): alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon

Re: Is result_format being ignored?

2009-01-29 Thread Jason Voorhees
stfix never send the email to u...@autoreply.domain.com, however postmap does return the expected value: $ postmap -q u...@domain.com ldap:/etc/postfix/phamm_vacation.cf u...@autoreply.domain.com So, what isn't failed here? Any help is appreciated On Thu, Jan 29, 2009 at 4:34 PM, Jason Voorh

Re: Is result_format being ignored?

2009-01-30 Thread Jason Voorhees
Hi: On Thu, Jan 29, 2009 at 4:50 PM, Victor Duchovni wrote: > On Thu, Jan 29, 2009 at 04:46:01PM -0500, Jason Voorhees wrote: > >> Ok, something else. Maybe isn't too appropiate for this post to use >> jvoorhe...@gmail.com as result_format because has no relation wit

gnarwl invoked from postfix

2009-01-30 Thread Jason Voorhees
Hi there: I finally understood and fixed previous problems with my Postfix installation. Now I'm invoking gnarwl from a transport, something like this: transport_maps = hash:/etc/postfix/transport virtual_alias_maps = ldap:/etc/postfix/phamm_alias.cf, ldap:/etc/postfix/phamm_vacation.cf /etc/pos

Connection Refused

2009-02-10 Thread Jason Wohlford
Is there a way to notify me (i.e. postmaster) when my smtpd_proxy_filter fails? I see in the logs where a "warning: connect to proxy service 127.0.0.1:10024: Connection refused" occurs. How do I get a message sent to me when this happens? -- Jason Wohlford <http://wohlford.org>

Re: Connection Refused

2009-02-11 Thread Jason Wohlford
On Feb 10, 2009, at 9:05 PM, Sahil Tandon wrote: On Tue, 10 Feb 2009, Jason Wohlford wrote: Is there a way to notify me (i.e. postmaster) when my smtpd_proxy_filter fails? I see in the logs where a "warning: connect to proxy service 127.0.0.1:10024: Connection refused" occurs. Ho

How catch-all works?

2009-02-19 Thread Jason Voorhees
Hi people: I'm trying to set up a catch-all feature in my Postfix server based on LDAP. Here's my scenario: - Mail Accounts with VirtualMailAccount object class - Alias with VirtualAlias object class How can I tell Postfix to look for users/alias and return the catch-all address when the origina

smtp-sink custom return codes

2010-04-29 Thread Jason Parsons
er for inclusion in postfix. Please let me know if there are any questions or concerns. Thank you. - Jason Parsons

smtp server authentication fail..

2010-07-10 Thread jason welsh
relaying? Jason

Re: smtp server authentication fail..

2010-07-10 Thread jason welsh
beast ~ # postconf -a cyrus dovecot aha.. Im guessing sasl should be in there somewhere? Jason On Sat, Jul 10, 2010 at 2:20 PM, Matt Hayes wrote: > On 07/10/2010 02:10 PM, jason welsh wrote: > >> hey list.. im trying to authenticate my postfix smtp server to yahoo/att >&

Send Message when reject_unknown_hostname is invoked

2010-08-13 Thread jason hirsh
I am apparently having an issue with some servers whose mail is being rejected because of reject_unknown_hostname the reject was shown here Aug 11 00:21:36 xxx postfix/smtpd[96422]: NOQUEUE: reject: RCPT from mail01a.yesbank.com[65.196.66.182]: 450 4.7.1 : Helo command rejected: Host

Re: Send Message when reject_unknown_hostname is invoked

2010-08-13 Thread jason hirsh
On Aug 13, 2010, at 1:22 PM, Jeroen Geilman wrote: On 08/13/2010 07:05 PM, jason hirsh wrote: I am apparently having an issue with some servers whose mail is being rejected because of reject_unknown_hostname the reject was shown here Aug 11 00:21:36 xxx batfish ? i was trying

Re: Send Message when reject_unknown_hostname is invoked

2010-08-13 Thread jason hirsh
On Aug 13, 2010, at 2:14 PM, Larry Stone wrote: On Fri, 13 Aug 2010, jason hirsh wrote: when I stop debugging I won't this is the third instance of I have had of "lost mail" and teh first that I had the address so I can chase it down You didn't lose any mail. The

Re: Send Message when reject_unknown_hostname is invoked [resolved]

2010-08-13 Thread jason hirsh
On Aug 13, 2010, at 2:22 PM, Wietse Venema wrote: jason hirsh: I am apparently having an issue with some servers whose mail is being rejected because of reject_unknown_hostname the reject was shown here Aug 11 00:21:36 xxx postfix/smtpd[96422]: NOQUEUE: reject: RCPT from

virtual_alias_expansion_limit

2010-09-28 Thread Jason Voorhees
Hi people: I know that Postfix defaults virtual_alias_expansion_limit directive to 1000. I have a question: What happens if I have a virtual_alias_maps that returns more than 1000 results? Will postfix will send e-mail to the first 1000 results and ignore the rest from 1001? I ask this because I

Re: virtual_alias_expansion_limit

2010-09-28 Thread Jason Voorhees
Thanks, your last sentence was the one I need to understand my problem. Bye :) On Tue, Sep 28, 2010 at 12:31 PM, Victor Duchovni wrote: > On Tue, Sep 28, 2010 at 11:24:47AM -0500, Jason Voorhees wrote: > >> I know that Postfix defaults virtual_alias_expansion_limit directive >&g

Installation Error

2010-10-02 Thread jason hirsh
I am doing an installation on a new FreeBSD 8.1 box and it fail with postfix: warning: valid_hostname: invalid character 32(decimal): my.domain-server.com Bind is up .. the server name is correct.. I have issued this on my previous server (which this is to replace) and didn't have a p

Re: Installation Error _RESOLVED

2010-10-02 Thread jason hirsh
On Oct 2, 2010, at 3:56 PM, Ralf Hildebrandt wrote: * jason hirsh : I am doing an installation on a new FreeBSD 8.1 box and it fail with postfix: warning: valid_hostname: invalid character 32(decimal): my.domain-server.com remove the trailing or leading space from "my.d

Re: Installation Error _RESOLVED

2010-10-02 Thread jason hirsh
the change to the rc.conf doesn't apparently take effect until you reboot.. there might be another way but i am a bit of a newbie On Oct 2, 2010, at 4:42 PM, joe wrote: You rebooted to change the hostname??? Joe On 10/02/2010 01:13 PM, jason hirsh wrote: On Oct 2, 2010, at 3:56 PM,

NOQUEUE: reject: RCPT 450 4.7.1 Recipient address rejected: Service is unavailable

2010-11-22 Thread Jason Lukasiewicz
;-) -- Jason Lukasiewicz Vice President Lukasiewicz Design, Inc. jayl...@lukedesign.com (212) 581-3344 POSTCON ­n (attached) MAIL.LOG ERROR MESSAGE Nov 22 12:59:33 mail postfix/smtpd[73566]: warning: connect to private/anvil: Connection refused Nov 22 12:59:33 mail postfix/smtpd[73566]: warning

Re: NOQUEUE: reject: RCPT 450 4.7.1 Recipient address rejected: Service is unavailable

2010-11-22 Thread Jason Lukasiewicz
onse from "The Big Cheese" . . . I see you wrote the Man page on Anvil. Seriously, I know you likely have other things to do, but I am pretty amateur at this crap. Any assistance you could provide would be greaty appreciated. I may even send you fresh baked cookies ;-) -

Simple question?: Aliases and transport

2010-12-02 Thread Jason Voorhees
Hi: I'm running Postfix 2.3.3 for a domain 'mydomain.com' with some users hosted locally (with Cyrus IMAP) and some others are hosted by a MS Exchange server. I configured a transport map for all users that need to be relayed to the MS exchange like this: exchangeus...@mydomain.com smtp:[A.B.C.D

Re: Simple question?: Aliases and transport

2010-12-02 Thread Jason Voorhees
On Thu, Dec 2, 2010 at 9:40 AM, Brian Evans - Postfix List wrote: > On 12/2/2010 9:32 AM, Jason Voorhees wrote: >> >> Hi: >> >> I'm running Postfix 2.3.3 for a domain 'mydomain.com' with some users >> hosted locally (with Cyrus IMAP) and some ot

Different backend authentications for Postfix

2010-12-07 Thread Jason Voorhees
Hi: For personal reasons I'm planning to migrate a Zimbra installation to a Postfix+Cyrus IMAP based schema. My Zimbra server has two domains: domain1.com and domain2.com. Users from domain1.com authenticate via Active Directory and domain2.com authenticate via Zimbra (using its own OpenLDAP serve

Re: Different backend authentications for Postfix

2010-12-07 Thread Jason Voorhees
On Tue, Dec 7, 2010 at 12:45 PM, Wietse Venema wrote: > Jason Voorhees: >> Hi: >> >> For personal reasons I'm planning to migrate a Zimbra installation to >> a Postfix+Cyrus IMAP based schema. My Zimbra server has two domains: >> domain1.com and domain2.co

Re: Different backend authentications for Postfix

2010-12-07 Thread Jason Voorhees
On Tue, Dec 7, 2010 at 1:09 PM, Patrick Ben Koetter wrote: > * Jason Voorhees : >> Hi: >> >> For personal reasons I'm planning to migrate a Zimbra installation to >> a Postfix+Cyrus IMAP based schema. My Zimbra server has two domains: >> domain1.com a

Re: Different backend authentications for Postfix

2010-12-07 Thread Jason Voorhees
On Tue, Dec 7, 2010 at 1:23 PM, Victor Duchovni wrote: > On Tue, Dec 07, 2010 at 01:15:46PM -0500, Jason Voorhees wrote: > >> > A quick sketch of smtpd.conf: >> > >> > pwcheck_service: saslauthd auxprop >> > auxprop_plugin: ldapdb >> > mech_

Postfix and Postgrey Part II

2010-12-31 Thread jason hirsh
OK Everyone was such a help that I am back.. I got a new server and thought things were going great The issue is Postgrey keeps bouncingh the same message i have tried to debug using my mac.com, comcast.net hotmail.com in all instances it kept boucing the mail until I entered the server in

Re: Postfix and Postgrey Part II

2010-12-31 Thread jason hirsh
On Dec 31, 2010, at 5:23 PM, Victor Duchovni wrote: On Fri, Dec 31, 2010 at 05:13:24PM -0400, jason hirsh wrote: I get repeated 450 4.2.0 : Recipient address rejected: Greylisted, This log entry is over-redacted. Show *all* log entries for this message being refused, IN FULL

Re: Postfix and Postgrey Part II

2010-12-31 Thread jason hirsh
On Dec 31, 2010, at 5:48 PM, Victor Duchovni wrote: On Fri, Dec 31, 2010 at 05:38:17PM -0400, jason hirsh wrote: On Dec 31, 2010, at 5:23 PM, Victor Duchovni wrote: On Fri, Dec 31, 2010 at 05:13:24PM -0400, jason hirsh wrote: I get repeated 450 4.2.0 : Recipient address rejected

Re: Postfix and Postgrey Part II

2011-01-01 Thread jason hirsh
On Jan 1, 2011, at 12:59 AM, Victor Duchovni wrote: On Fri, Dec 31, 2010 at 06:26:41PM -0400, jason hirsh wrote: Where is the rest of this log entry, it too is truncated... Where are the other instances of this same client/sender/recipient triple being rejected? Dec 31 00:03:02 tuna

Re: Postfix and Postgrey Part II

2011-01-01 Thread jason hirsh
On Jan 1, 2011, at 4:45 PM, lst_ho...@kwsoft.de wrote: Zitat von jason hirsh : OK Everyone was such a help that I am back.. I got a new server and thought things were going great The issue is Postgrey keeps bouncingh the same message i have tried to debug using my mac.com, comcast.net

Re: Postfix and Postgrey Part II

2011-01-01 Thread jason hirsh
On Jan 1, 2011, at 7:36 PM, Ned Slider wrote: On 01/01/11 21:37, jason hirsh wrote: I can not find any info where the config file is suppose to be.. Create the file /etc/sysconfig/postgrey I have no such directory i am running freebsd 8.0 and add desired options like so: OPTIONS

Re: Postfix and Postgrey Part II

2011-01-03 Thread jason hirsh
On Jan 3, 2011, at 7:03 AM, Jordi Espasa Clofent wrote: http://blog.minibofh.org/?p=45 -- thank you for you info.. This is pretty much what I did to install and from what I have seen.. it doesn't "learn" for me asbit will grey list the same domain over and over again I will face m

Postfix and Postgrey Not Really Communicating

2011-01-30 Thread jason hirsh
OK after some work I have postgrey running but it doesn't appear to be doing "mail stuff" with postfix I am running postfix 2.8 clamav amavid-new dovecot my rc.conf postgrey_enable="YES" postgrey_pidfile="/var/run/postgrey.pid" postgrey_flags="--pidfile=${postgrey_pidfile} --inet=127.0.0.1:

Solved: Postfix and Postgrey Not Really Communicating

2011-01-30 Thread jason hirsh
my mistake i was cutting and paste from some some advise and copies the typo spaces are bad in postfix now to see if postgre wil actually learn this time so far no Begin forwarded message: From: Wietse Venema Date: January 30, 2011 12:41:56 PM AST To: jason hirsh Cc: postfix-users

Google The recipient server did not accept our requests to connect.

2011-03-03 Thread jason hirsh
.kasdivi.com.IN A 209.160.65.133 kasdivi.com.IN A 209.160.65.133 kasdivi.com.IN MX 5 mail.kasdivi.com. webmail.kasdivi.com.IN CNAME mail.kasdivi.com. any thoughts or suggestions jason

Fwd: Google The recipient server did not accept our requests to connect.

2011-03-03 Thread jason hirsh
oops Begin forwarded message: From: jason hirsh Date: March 3, 2011 3:52:45 PM AST To: John Hinton Subject: Re: Google The recipient server did not accept our requests to connect. On Mar 3, 2011, at 3:49 PM, John Hinton wrote: On 3/3/2011 2:34 PM, jason hirsh wrote: I have been

Re: Google The recipient server did not accept our requests to connect.

2011-03-03 Thread jason hirsh
On Mar 3, 2011, at 4:02 PM, John Hinton wrote: On 3/3/2011 2:52 PM, jason hirsh wrote: On Mar 3, 2011, at 3:49 PM, John Hinton wrote: On 3/3/2011 2:34 PM, jason hirsh wrote: I have been informed by a couple gmail users that my server is blocking their access. They are getting

Re: Google The recipient server did not accept our requests to connect.

2011-03-03 Thread jason hirsh
On Mar 3, 2011, at 4:40 PM, John Hinton wrote: On 3/3/2011 3:09 PM, jason hirsh wrote: On Mar 3, 2011, at 4:02 PM, John Hinton wrote: On 3/3/2011 2:52 PM, jason hirsh wrote: On Mar 3, 2011, at 3:49 PM, John Hinton wrote: On 3/3/2011 2:34 PM, jason hirsh wrote: I have been

Postgrey and Postfix

2009-08-04 Thread Jason Hirsh
/local/etc/postfix/virtual_mailbox virtual_minimum_uid = 100 virtual_uid_maps = static:1003 Can anyone provide me any ideas ?? I have also rasied the question on the postgrey mailing list Jason

Re: Postgrey and Postfix

2009-08-04 Thread Jason Hirsh
On Aug 4, 2009, at 3:01 PM, Noel Jones wrote: Jason Hirsh wrote: I raise this question here because it appears the basic postgrey daemon is running I have a FReebsd 7.0 server with Postfix, amavisd-new, Dovecot to which i added Postgrey I have postgrey runnng as a ps aux grep | postfix

Re: Postgrey and Postfix

2009-08-04 Thread Jason Hirsh
On Aug 4, 2009, at 3:59 PM, Noel Jones wrote: Jason Hirsh wrote: On Aug 4, 2009, at 3:01 PM, Noel Jones wrote: Jason Hirsh wrote: I raise this question here because it appears the basic postgrey daemon is running I have a FReebsd 7.0 server with Postfix, amavisd-new, Dovecot to which i

Re: Postgrey and Postfix

2009-08-04 Thread Jason Hirsh
On Aug 4, 2009, at 4:23 PM, Brian Evans - Postfix List wrote: Jason Hirsh wrote: Based on above changes i have ths now postgrey 651 0.0 2.4 14384 12028 ?? Is3:24PM 0:00.04 /usr/local/sbin/postgrey --pidfile=/var/run/postgrey.pid --inet=127.0.0.1:10023 -d --user=postgrey --group

SOLVED Re: Postgrey and Postfix

2009-08-04 Thread Jason Hirsh
On Aug 4, 2009, at 4:56 PM, Noel Jones wrote: Jason Hirsh wrote: On Aug 4, 2009, at 3:59 PM, Noel Jones wrote: Jason Hirsh wrote: On Aug 4, 2009, at 3:01 PM, Noel Jones wrote: Jason Hirsh wrote: I raise this question here because it appears the basic postgrey daemon is running I have a

Duplicated messages

2011-03-11 Thread Jason Voorhees
Hi: I have a Postfix 2.3.3 running on CentOS 5.5 with a local installation of OpenLDAP. System users are mapped from my LDAP directory server according to /etc/nsswitch.conf and /etc/ldap.conf. I have LDAP groups what I use in postfix as a virtual alias maps like this: virtual_alias_maps = ldap:/

Re: Duplicated messages

2011-03-11 Thread Jason Voorhees
On Fri, Mar 11, 2011 at 11:20 AM, Victor Duchovni wrote: > On Fri, Mar 11, 2011 at 11:10:31AM -0500, Jason Voorhees wrote: > >> I have a Postfix 2.3.3 running on CentOS 5.5 with a local installation >> of OpenLDAP. >> I have LDAP groups what I use in postfix as a virt

Re: Duplicated messages

2011-03-11 Thread Jason Voorhees
On Fri, Mar 11, 2011 at 12:27 PM, Victor Duchovni wrote: > On Fri, Mar 11, 2011 at 12:06:28PM -0500, Jason Voorhees wrote: > >> >> How can I avoid this? I hope someone can help me. >> > >> > ? ?http://www.postfix.org/postconf.5.html#enable_original_recipient &

Re: Duplicated messages

2011-03-11 Thread Jason Voorhees
On Fri, Mar 11, 2011 at 1:57 PM, Victor Duchovni wrote: > On Fri, Mar 11, 2011 at 01:13:23PM -0500, Jason Voorhees wrote: > >> > 20070520 >> > >> > Bugfix (problem introduced Postfix 2.3): when DSN support >> > was introduced it broke "agres

Fwd: Google The recipient server did not accept our requests to connect.

2011-03-31 Thread jason hirsh
Begin forwarded message: From: jason hirsh Date: March 3, 2011 4:50:09 PM GMT-04:00 To: John Hinton Cc: postfix-users@postfix.org Subject: Re: Google The recipient server did not accept our requests to connect. On Mar 3, 2011, at 4:40 PM, John Hinton wrote: On 3/3/2011 3:09 PM, jason

Fwd: Google The recipient server did not accept our requests to connect.

2011-04-01 Thread jason hirsh
On 3/3/2011 3:09 PM, jason hirsh wrote: I have been informed by a couple gmail users that my server is blocking their access. They are getting Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more athttp://mail.google.com

Message can't get through from Mindspring

2011-04-16 Thread jason hirsh
Ok I stumped the band on my troubles on receiving email from google.com Now I am being told that messages from mindspring.com can't get through here is a copy of the error message Subject: Warning: message 1Q8d0n-0001fo-F7 delayed 24 hours This message was created automatically by mail deliv

Re: Message can't get through from Mindspring

2011-04-16 Thread jason hirsh
On Apr 16, 2011, at 2:50 PM, Wietse Venema wrote:jason hirsh:Ok I stumped the band on my troubles on receiving email from google.comNow I am being told that messages from mindspring.com can't get throughPostfix logs ALL MAIL DELIVEY ATTEMPTS successful or not.You need to show Postfix logs for misse

Re: Message can't get through from Mindspring

2011-04-16 Thread jason hirsh
On Apr 16, 2011, at 3:19 PM, Wietse Venema wrote: Wietse Venema: Postfix logs ALL MAIL DELIVEY ATTEMPTS successful or not. If no attempts show up in your logs, then the sending failed to connect to your machine (DNS error, firewall error, and so on). What are the DNS records (MX, A) for you

Re: Message can't get through from Mindspring

2011-04-16 Thread jason hirsh
On Apr 16, 2011, at 3:38 PM, Wietse Venema wrote: Wietse: What are the DNS records (MX, A) for your mail server? jason hirsh: mail.kasdivi.com. IN A 209.160.65.133 kasdivi.com.IN MX 5 mail.kasdivi.com. Now, look in your logs for 168.100.189.2. If nothing is

Re: Message can't get through from Mindspring

2011-04-16 Thread jason hirsh
On Apr 16, 2011, at 4:33 PM, Wietse Venema wrote: Wietse: What are the DNS records (MX, A) for your mail server? jason hirsh: mail.kasdivi.com. IN A 209.160.65.133 kasdivi.com.IN MX 5 mail.kasdivi.com. Wietse: Now, look in your logs for 168.100.189.2. If

Archiving with postfix

2011-05-12 Thread Jason Voorhees
Hi people: I pretend to have the best backup of all e-mail of my servers than run Postfix and Cyrus/Dovecot. It would be simple for me to backup just /var/spool/mail or /var/spool/imap every night but there are so many people that use POP3, or simply deletes messages from their mailbox while using

Re: Archiving with postfix

2011-05-12 Thread Jason Voorhees
> Yes, please avoid using MailScanner. I never knew why postfix users apparently hate MailScanner. I know that this question isn't the purpose of my thread but... Can I know why you don't like MailScanner? > >> Do you know any method of create an archiving system using only >> postfix (and maybe

Re: Archiving with postfix

2011-05-12 Thread Jason Voorhees
> I suggest the documentation, instead: > > http://www.postfix.org/postconf.5.html#smtpd_proxy_filter > Thanks, I'm going to read it. > This can be anything that speaks SMTP. > > (Note that implementing one of the *_bcc options will be far easier) > I'm not pretty sure how to do that because I d

Google 7720 Error

2011-05-13 Thread jason hirsh
I posted this about two months ago the problem continues .. Ihave removed postgrey in its entirety I continue to have issues with some , not all , gmail users and some, not all mindspring users there is no record of any rejection in my mail log.. which i have been told means I am not the

Re: Google 7720 Error

2011-05-13 Thread jason hirsh
On May 13, 2011, at 1:43 PM, Noel Jones wrote: On 5/13/2011 12:12 PM, jason hirsh wrote: I posted this about two months ago the problem continues .. Ihave removed postgrey in its entirety I continue to have issues with some , not all , gmail users and some, not all mindspring users there

Re: Google 7720 Error

2011-05-13 Thread jason hirsh
i am on a leased server,, to the best of my knowledge no On May 13, 2011, at 2:03 PM, Mark Martinec wrote: I have no proxies and have turned off the firewall although the fact it works for some gmail and mindspring and not other is puzzling Any Cisco firewall (ASA or PIX) on your side? Ma

Re: Google 7720 Error

2011-05-13 Thread jason hirsh
On May 13, 2011, at 4:03 PM, Wietse Venema wrote: Victor Duchovni: On Fri, May 13, 2011 at 01:12:18PM -0400, jason hirsh wrote: The recipient server did not accept our requests to connect. Learn more athttp://mail.google.com/support/bin/answer.py?answer=7720 [mail.kasdivi.com. (5

Re: Google 7720 Error

2011-05-13 Thread jason hirsh
On May 13, 2011, at 5:39 PM, Wietse Venema wrote: jason hirsh: On May 13, 2011, at 4:03 PM, Wietse Venema wrote: Victor Duchovni: On Fri, May 13, 2011 at 01:12:18PM -0400, jason hirsh wrote: The recipient server did not accept our requests to connect. Learn more athttp://mail.google.com

Re: Google 7720 Error

2011-05-14 Thread jason hirsh
On May 13, 2011, at 6:31 PM, Noel Jones wrote: On 5/13/2011 5:09 PM, jason hirsh wrote: i have the message that says that it can't contact my mail server.. my MTA is Postfix where else could iI see help?? do I have to drop postfix and goback tosendmail to debug?? Your connectivity pr

Re: Google 7720 Error

2011-05-14 Thread jason hirsh
On May 14, 2011, at 5:01 AM, Ralf Hildebrandt wrote: * jason hirsh : the users can access my web page so web services are fine they can ping my server. so DNS is fine i have the message that says that it can't contact my mail server.. my MTA is Postfix where else could iI see help??

Re: Google 7720 Error

2011-05-14 Thread jason hirsh
On May 13, 2011, at 7:11 PM, Wietse Venema wrote: jason hirsh: If you want to solve this, then you will need to do the measurements that provide the evidence of what is going on. Until you can show network packets from gmail etc. trying to connect to your Postfix server, you have no evidence

Re: Google 7720 Error

2011-05-14 Thread jason hirsh
On May 14, 2011, at 8:27 AM, Wietse Venema wrote: jason hirsh: I repeat my suggestion that you collect real data to show that those SMTP packets from gmail actually reach you. Because when you finally discover that they don't then you can go and fix the real problem. i have no idea H

Re: Google 7720 Error

2011-05-14 Thread jason hirsh
On May 14, 2011, at 1:38 PM, Ralf Hildebrandt wrote: * jason hirsh : Th eonly firewall I use is IPFW Well, that's something! Could you somehow dump the rules? Maybe it's accidentially dropping traffic which it should drop (typo!) I double checked the ruleset and 25 and 250

Re: Google 7720 Error [thread on hold pending useful data]

2011-05-14 Thread jason hirsh
On May 14, 2011, at 2:20 PM, Victor Duchovni wrote: On Sat, May 14, 2011 at 01:56:00PM -0400, jason hirsh wrote: I have also tried running the server with the IPFW turned off and still have the issue with some gmail and mindspring.com users I would like to suggest that further posts in

Re: Google 7720 Error [thread on hold pending useful data]

2011-05-15 Thread jason hirsh
On May 15, 2011, at 1:14 AM, Frank Bonnet wrote: Le 15/05/2011 02:42, jason hirsh a écrit : On May 14, 2011, at 2:20 PM, Victor Duchovni wrote: On Sat, May 14, 2011 at 01:56:00PM -0400, jason hirsh wrote: I have also tried running the server with the IPFW turned off and still have

Re: Google 7720 Error [thread on hold pending useful data]

2011-05-15 Thread jason hirsh
On May 15, 2011, at 1:14 AM, Frank Bonnet wrote: Le 15/05/2011 02:42, jason hirsh a écrit : On May 14, 2011, at 2:20 PM, Victor Duchovni wrote: On Sat, May 14, 2011 at 01:56:00PM -0400, jason hirsh wrote: I have also tried running the server with the IPFW turned off and still have

Re: Google 7720 Error [thread on hold pending useful data]

2011-05-15 Thread jason hirsh
On May 15, 2011, at 8:54 AM, Jeroen Geilman wrote: On 05/15/2011 02:50 PM, jason hirsh wrote: this is the record of the exchange.. it does not appear to be what you expected though 08:40:31.036997 IP mail-iy0-f182.google.com.51101 > tuna.theoceanwindow-bv.com.smtp: Flags [S],

Re: Google 7720 Error [thread resumed due to useful data]

2011-05-15 Thread jason hirsh
On May 15, 2011, at 10:09 AM, Wietse Venema wrote: > jason hirsh: >> 08:40:31.036997 IP mail-iy0-f182.google.com.51101 > >> tuna.theoceanwindow-bv.com.smtp: Flags [S], seq 850119283, win 5720, >> options [mss 1430,sackOK,TS val 2972295960 ecr 0,nop,wscale 6]

Re: Google 7720 Error [thread resumed due to useful data]

2011-05-16 Thread jason hirsh
On May 16, 2011, at 9:51 AM, Wietse Venema wrote: > jason hirsh: >> 08:40:31.036997 IP mail-iy0-f182.google.com.51101 > >> tuna.theoceanwindow-bv.com.smtp: Flags [S], seq 850119283, win 5720, >> options [mss 1430,sackOK,TS val 2972295960 ecr 0,nop,wscale 6], l

Re: Google 7720 Error [thread resumed due to useful data]

2011-05-16 Thread jason hirsh
On May 16, 2011, at 10:47 AM, /dev/rob0 wrote: > On Mon, May 16, 2011 at 10:29:10AM -0400, jason hirsh wrote: >> On May 16, 2011, at 9:51 AM, Wietse Venema wrote: >>> jason hirsh: >>>> 08:40:31.036997 IP mail-iy0-f182.google.com.51101 > >>>> tu

Re: Google 7720 Error [thread resumed due to useful data]

2011-05-16 Thread jason hirsh
On May 16, 2011, at 10:48 AM, Wietse Venema wrote: > jason hirsh: >> inet 209.160.68.112 netmask 0xff00 broadcast 209.255.255.255 > > Well that explains everything. With this, your machine believes > that all IP addresses in 209.* are on the local subnet. > >

Re: Google 7720 Error [thread resumed due to useful data]

2011-05-16 Thread jason hirsh
On May 16, 2011, at 11:27 AM, Wietse Venema wrote: > Wietse Venema: >> jason hirsh: >>>>>> What is the output of >>>>>> >>>>>> ifconfig -a | grep 209.160 >>>>> >>>>> inet 209.160.65.133 ne

  1   2   3   >