Re: what happens with this letter

2011-10-12 Thread Vladimir Vassiliev
12.10.2011 10:55, Erwan David пишет: On Wed, Oct 12, 2011 at 08:49:16AM CEST, Vladimir Vassiliev said: But first line says: host imx1.rambler.ru[81.19.66.234] said: 452 4.7.1 Try again later (in reply to DATA command) How this connects with relay=imx1.rambler.ru[81.19.66.235]:25, delay=0.38,

Re:

2011-10-12 Thread myrdhin bzh
.No more disappointments!!! http://www.cavexpert.com/friends.page.php?ryllink_friend_id=93nj4

Re: How to restrict noreply user not to receive email ?

2011-10-12 Thread J. Bakshi
On Tue, 11 Oct 2011 20:40:03 +0200 Jeroen Geilman wrote: > On 2011-10-11 09:52, Tõnu Samuel wrote: > > On Tue, 2011-10-11 at 13:14 +0530, J. Bakshi wrote: > >> Hello Kirill, > >> > >> I need incoming mail rejected for nore...@mail.com as well as a > >> notification send to > >> the user about th

Re: what happens with this letter

2011-10-12 Thread Robert Schetterer
Am 12.10.2011 08:49, schrieb Vladimir Vassiliev: > But first line says: > host imx1.rambler.ru[81.19.66.234] said: 452 4.7.1 Try again later (in > reply to DATA command) dont care tmp reject , perhaps kind a greylist > > How this connects with > relay=imx1.rambler.ru[81.19.66.235]:25, delay=0.38,

Re: How to restrict noreply user not to receive email ?

2011-10-12 Thread Duane Hill
On Wed, 12 Oct 2011 13:05:51 +0530 "J. Bakshi" wrote: > On Tue, 11 Oct 2011 20:40:03 +0200 > Jeroen Geilman wrote: > > > On 2011-10-11 09:52, Tõnu Samuel wrote: > > > On Tue, 2011-10-11 at 13:14 +0530, J. Bakshi wrote: > > >> Hello Kirill, > > >> > > >> I need incoming mail rejected for nore...

Re: How to restrict noreply user not to receive email ?

2011-10-12 Thread J. Bakshi
On Wed, 12 Oct 2011 04:00:21 -0500 Duane Hill wrote: > On Wed, 12 Oct 2011 13:05:51 +0530 > "J. Bakshi" wrote: > > > On Tue, 11 Oct 2011 20:40:03 +0200 > > Jeroen Geilman wrote: > > > > > On 2011-10-11 09:52, Tõnu Samuel wrote: > > > > On Tue, 2011-10-11 at 13:14 +0530, J. Bakshi wrote: > > >

Re: How to restrict noreply user not to receive email ?

2011-10-12 Thread Robert Schetterer
Am 12.10.2011 11:38, schrieb J. Bakshi: > On Wed, 12 Oct 2011 04:00:21 -0500 > Duane Hill wrote: > >> On Wed, 12 Oct 2011 13:05:51 +0530 >> "J. Bakshi" wrote: >> >>> On Tue, 11 Oct 2011 20:40:03 +0200 >>> Jeroen Geilman wrote: >>> On 2011-10-11 09:52, Tõnu Samuel wrote: > On Tue, 2011-

Re: [solved] How to restrict noreply user not to receive email ?

2011-10-12 Thread J. Bakshi
On Wed, 12 Oct 2011 15:08:37 +0530 "J. Bakshi" wrote: > On Wed, 12 Oct 2011 04:00:21 -0500 > Duane Hill wrote: > > > On Wed, 12 Oct 2011 13:05:51 +0530 > > "J. Bakshi" wrote: > > > > > On Tue, 11 Oct 2011 20:40:03 +0200 > > > Jeroen Geilman wrote: > > > > > > > On 2011-10-11 09:52, Tõnu Sam

Re: How to restrict noreply user not to receive email ?

2011-10-12 Thread J. Bakshi
On Wed, 12 Oct 2011 11:45:22 +0200 Robert Schetterer wrote: > Am 12.10.2011 11:38, schrieb J. Bakshi: > > On Wed, 12 Oct 2011 04:00:21 -0500 > > Duane Hill wrote: > > > >> On Wed, 12 Oct 2011 13:05:51 +0530 > >> "J. Bakshi" wrote: > >> > >>> On Tue, 11 Oct 2011 20:40:03 +0200 > >>> Jeroen Geil

Beginer questions about TLS and problem with connection when turned off

2011-10-12 Thread mirr...@gmail.com
Good morning, may I ask you for advice with a three beginner questions? I am new to postfix, and I do not want to catch bad habits early on.. 1) I was surprised, that when I install postfix as "internet computer", it switches on TSL support. Postfix generates certifikate and key in /etc/ssl/certs

Re: Not receiving e-mail on submission port

2011-10-12 Thread Charles Marcus
On 2011-10-12 2:13 AM, Tolga wrote: pickupfifo n - - 60 1 pickup cleanup unix n - - - 0 cleanup You still have lots of stuff chrooted... I'm far from expert at this stuff, but I'm fairly certain you can't mix/match... either

Re: Beginer questions about TLS and problem with connection when turned off

2011-10-12 Thread Wietse Venema
mirr...@gmail.com: > Good morning, > > may I ask you for advice with a three beginner questions? I am new to > postfix, and I do not want to catch bad habits early on.. > > 1) I was surprised, that when I install postfix as "internet computer", it > switches on TSL support. Postfix generates cert

Re: Not receiving e-mail on submission port

2011-10-12 Thread Viktor Dukhovni
On Wed, Oct 12, 2011 at 07:44:34AM -0400, Charles Marcus wrote: > On 2011-10-12 2:13 AM, Tolga wrote: > >pickupfifo n - - 60 1 pickup > >cleanup unix n - - - 0 cleanup > > You still have lots of stuff chrooted... > > I'm far fro

multiple relay domain, relay_recipient_maps = ldap to differents servers

2011-10-12 Thread Vianney Foucault
Hello, I did not find yet the way to achieve ldap check for differents domains. Eg : relay_domain = dom1.com, dom2.net relay_recipient_maps = ldap:/etc/postfix/ldap-aliases.cf ð Ldap-aliases.cf domain = dom1.com server_host = ldap.dom1.com version = 3 search_base = dc=dom1, dc=dom bind = n

Re: Not receiving e-mail on submission port

2011-10-12 Thread Viktor Dukhovni
On Wed, Oct 12, 2011 at 09:13:45AM +0300, Tolga wrote: > Below are my postconf -n and master.cf: > > root@vps:~# postconf -n > debug_peer_level = 3 > debug_peer_list = localhost Don't. > myhostname = vps.ozses.net No such host in the public DNS. > mynetworks = 127.0.0.0/8 127.0.0.2/32 184.82.

Re: multiple relay domain, relay_recipient_maps = ldap to differents servers

2011-10-12 Thread Viktor Dukhovni
On Wed, Oct 12, 2011 at 02:20:49PM +, Vianney Foucault wrote: > I did not find yet the way to achieve ldap check for differents domains. > > relay_domain = dom1.com, dom2.net > relay_recipient_maps = ldap:/etc/postfix/ldap-aliases.cf > > ldap-aliases.cf > > domain = dom1.com > server_host =

RE: multiple relay domain, relay_recipient_maps = ldap to differents servers

2011-10-12 Thread Vianney Foucault
Great, Thank you so much ! -Message d'origine- De : owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] De la part de Viktor Dukhovni Envoyé : mercredi 12 octobre 2011 16:47 À : postfix-users@postfix.org Objet : Re: multiple relay domain, relay_recipient_maps = ldap

Attachments over 10MB Undeliverable

2011-10-12 Thread Joel Roberts
Hi all, new to the group. Have recently setup POSTFIX as an SMTP relay front end to an Exchange 2007 backend. Have encountered the following issue: I'm using POSTFIX as an SMTP fronted relay to an Exchange 2007 backend. The default size

Re: Attachments over 10MB Undeliverable

2011-10-12 Thread Lst_hoe02
Zitat von Joel Roberts : Hi all, new to the group. Have recently setup POSTFIX as an SMTP relay front end to an Exchange 2007 backend. Have encountered the following issue: I'm using POSTFIX as an SMTP fronted relay to an Exchange

Re: Attachments over 10MB Undeliverable

2011-10-12 Thread Wietse Venema
Joel Roberts: > Hi all, new to the group. Have recently setup POSTFIX as an SMTP > relay front end to an Exchange 2007 backend. Have encountered the > following issue: > > I'm using POSTFIX as an SMTP fronted relay to an > Exchange 2007 > b

Re: Attachments over 10MB Undeliverable

2011-10-12 Thread fafaforza
On 10/12/2011 10:59 AM, Joel Roberts wrote: Hi all, new to the group. Have recently setup POSTFIX as an SMTP relay front end to an Exchange 2007 backend. Have encountered the following issue: I'm using POSTFIX as an SMTP fronted relay to an Exchange

Re: How to deliver some addresses locally

2011-10-12 Thread Stefan Bertels
On Mon, 10 Oct 2011, Stefan Bertels wrote: On Mon, 10 Oct 2011, Wietse Venema wrote: To deliver some users locally, see http://www.postfix.org/STANDARD_CONFIGURATION_README.html#some_local Does not work. :-/ /etc/postfix/main.cf ... virtual_alias_map = hash:/etc/postfix/virtu

Re: Not receiving e-mail on submission port

2011-10-12 Thread Charles Marcus
On 2011-10-12 10:19 AM, Viktor Dukhovni wrote: On Wed, Oct 12, 2011 at 07:44:34AM -0400, Charles Marcus wrote: I'm far from expert at this stuff, but I'm fairly certain you can't mix/match... either run everything chrooted, or don't. Not true, in fact, some services should never be chrooted,

Re: Attachments over 10MB Undeliverable

2011-10-12 Thread Curtis Maurand
fafaforza wrote: > On 10/12/2011 10:59 AM, Joel Roberts wrote: >> >> Hi all, new to the group. Have recently setup POSTFIX as an SMTP relay >> front end to an Exchange 2007 backend. Have encountered the following >> issue: >> >> I'm using POSTFIX as an SMTP fronted relay to an Exchange >>

Is there a RHSBL for "parked domains"?

2011-10-12 Thread Ralf Hildebrandt
My users make a lot of typos in their recipient email addresses. Is there an easy way (i.e. a RHSBL) for "parked domains"? Or is there another "easy way" of detecting parked domains? Things that come to mind: * hostname resolve to but a few IP addresses * NS records for domain point to special "p

Re: Is there a RHSBL for "parked domains"?

2011-10-12 Thread Noel Jones
On 10/12/2011 3:27 PM, Ralf Hildebrandt wrote: > My users make a lot of typos in their recipient email addresses. > Is there an easy way (i.e. a RHSBL) for "parked domains"? > > Or is there another "easy way" of detecting parked domains? > Things that come to mind: > > * hostname resolve to but a

Re: Is there a RHSBL for "parked domains"?

2011-10-12 Thread Lst_hoe02
Zitat von Ralf Hildebrandt : My users make a lot of typos in their recipient email addresses. Is there an easy way (i.e. a RHSBL) for "parked domains"? Get your users to use a managed address book so they don't have to type the address. Seriously this was the only way we got down the numb

Re: Is there a RHSBL for "parked domains"?

2011-10-12 Thread Ralf Hildebrandt
* Noel Jones : > You might be able to do something with check_recipient_mx_access. Mostly, these domains have no MX, but only an A record. But yes, I havne'T yet checked if they all resolve to but a few IPs > But this probably won't help with the typical squatter or > {defensively owned by the r