Re: SORBS SPAM, do I have to bother?

2014-01-13 Thread Tonu Samuel
On Mon, 2014-01-13 at 19:53 -0800, LunarZone wrote: > Sorbs can be devilish and you should be concerned. My first question to > you > though is do you have a signup process and does it have a captcha? If you do > and do not include a captcha, you should first resolve that by installing a > capt

Re: SORBS SPAM, do I have to bother?

2014-01-13 Thread LunarZone
Sorbs can be devilish and you should be concerned. My first question to you though is do you have a signup process and does it have a captcha? If you do and do not include a captcha, you should first resolve that by installing a captcha. Most likely sorbs will say that they have an email that p

Will I lose mail?

2014-01-13 Thread LuKreme
Due to who-knows-what Comcast was forced to change our IP block unexpectedly earlier today after ~48 hours of down time. I managed to get all the DNS straightened out and change everything, but mail from the last two days is still not showing up after a couple of hours, though new mail has been

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Viktor Dukhovni
On Mon, Jan 13, 2014 at 05:16:00PM +, Viktor Dukhovni wrote: > The more mathematically astute among you might guess that "0.63" > is close to the limiting ratio, and that the limit is the ever > common "1 - 1/e". So the least frequent host is used at least 63% > as often as the most frequent.

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Wietse Venema
Wietse Venema: > Tobias Gro?: > > Besides the lack of randomization in the mail client, there is > > another question: Should the mail client implement support for > > multiple MX or implicit MX (A when no MX is given) records when > > sending all traffic to smarthosts which are loadbalanced by DNS

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Wietse Venema
Tobias Gro?: > Besides the lack of randomization in the mail client, there is > another question: Should the mail client implement support for > multiple MX or implicit MX (A when no MX is given) records when > sending all traffic to smarthosts which are loadbalanced by DNS > regarding to the rfc 5

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Tobias Groß
Viktor Dukhovni schrieb: >On Mon, Jan 13, 2014 at 03:18:12PM +0100, Peer Heinlein wrote: > >> > We want to load balance mails from the intranet to the >> > postfix-relayserver-farm for outgoing traffic. >> > Can we abuse A-records to load-balance in the same way MX-records >> > have been desig

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Viktor Dukhovni
On Mon, Jan 13, 2014 at 03:18:12PM +0100, Peer Heinlein wrote: > > We want to load balance mails from the intranet to the > > postfix-relayserver-farm for outgoing traffic. > > Can we abuse A-records to load-balance in the same way MX-records > > have been designed? > > No, because in that case M

Re: Separate per (sub)domain delivery method?

2014-01-13 Thread Patrick Lists
Hi Noel, On 13-01-14 16:18, Noel Jones wrote: [snip] The virtual_transport parameter is the (single) default transport for virtual_mailbox_domains. Override this default using transport_maps. Please see the docs. http://www.postfix.org/postconf.5.html#virtual_transport http://www.postfix.org/p

Re: SORBS SPAM, do I have to bother?

2014-01-13 Thread Michael J Wise
On Jan 13, 2014, at 5:30 AM, Wietse Venema wrote: > Roland Pl?ss: >> I recently noticed SORBS having my IP listed. All other blacklists I'm >> tracking with MXToolBox and others are fine. I never heard of SORBS nor >> did I get every any rejection replies due to them. I read though lots of >> bad

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Robert Schetterer
Am 13.01.2014 15:55, schrieb Bauer, Stefan (IZLBW Extern): > Hi List, > > thank you for confirming my opinions about DNS for load balancing. I share > your opinions. > > @Peer - your advice is to use MX records. I don't think, MX-records can be > used for relayservers. > > Our flow is: > >

Re: Separate per (sub)domain delivery method?

2014-01-13 Thread Noel Jones
On 1/13/2014 9:09 AM, Patrick Lists wrote: > Hi, > > Did my question slip through the cracks or doesn't anyone have an > idea? Would appreciate a hint if I'm looking at this the right way. > > Regards, > Patrick > > On 10-01-14 05:04, Patrick Lists wrote: >> Hi, >> >> An EL6 box is working great

Re: Separate per (sub)domain delivery method?

2014-01-13 Thread Patrick Lists
Hi, Did my question slip through the cracks or doesn't anyone have an idea? Would appreciate a hint if I'm looking at this the right way. Regards, Patrick On 10-01-14 05:04, Patrick Lists wrote: Hi, An EL6 box is working great as my personal mailserver using virtual_mailbox_domains, virtual

Re: AW: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Seann
MX records only apply to the destination FQDN for the email. Spoofing the destined domain to force everything through the relays is not a good idea. Most load balancing of an outbound relay requires you to force or manually configure the relay in your mail programs, to point to the load balan

AW: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Bauer, Stefan (IZLBW Extern)
Hi List, thank you for confirming my opinions about DNS for load balancing. I share your opinions. @Peer - your advice is to use MX records. I don't think, MX-records can be used for relayservers. Our flow is: Client -> Exchange - > Relayserver -> t...@example.com I only see a use case fo

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Christian Tardif
DNS is not meant for that. At least, not the DNS itself. It is something that goes under another tool, called GSLB (Global Site Load Balancer). It will add/remove DNS records based on test availability. It is something that is widely used on the Internet. -- Christian Tardif Quoting "Bau

Re: AW: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Wietse Venema
Wietse: > Yes, if the sender is Postfix. Postfix will randomly select from > equal-preference IP addresses and IP protocols. This is intentional, > so that mail does not get stuck when one path is broken. See also my second response with pointers to relevant Postfix configuration parameters that c

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Patrick Ben Koetter
Stefan, * Bauer, Stefan (IZLBW Extern) : > We want to load balance mails from the intranet to the > postfix-relayserver-farm for outgoing traffic. > Can we abuse A-records to load-balance in the same way MX-records have been > designed? > > > A relay.example.com 192.168.0.1 >

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Peer Heinlein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 13.01.2014 14:23, schrieb Bauer, Stefan (IZLBW Extern): Hi Stefan, > We want to load balance mails from the intranet to the postfix-relayserver-farm for outgoing traffic. > Can we abuse A-records to load-balance in the same way MX-records have been

AW: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Bauer, Stefan (IZLBW Extern)
-Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] Im Auftrag von Wietse Venema Yes, if the sender is Postfix. Postfix will randomly select from equal-preference IP addresses and IP protocols. This is intentional, so that mail does not

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Wietse Venema
Wietse Venema: > Bauer, Stefan (IZLBW Extern): > > Dear Developers/Users, > > > > We want to load balance mails from the intranet to the > > postfix-relayserver-farm for outgoing traffic. Can we abuse > > A-records to load-balance in the same way MX-records have been > > designed? > > Yes, if th

Re: basic understanding AA/MX-record load-balancing

2014-01-13 Thread Wietse Venema
Bauer, Stefan (IZLBW Extern): > Dear Developers/Users, > > We want to load balance mails from the intranet to the > postfix-relayserver-farm for outgoing traffic. Can we abuse > A-records to load-balance in the same way MX-records have been > designed? Yes, if the sender is Postfix. Postfix will

Re: SORBS SPAM, do I have to bother?

2014-01-13 Thread Wietse Venema
Roland Pl?ss: > I recently noticed SORBS having my IP listed. All other blacklists I'm > tracking with MXToolBox and others are fine. I never heard of SORBS nor > did I get every any rejection replies due to them. I read though lots of > bad reviews about that blacklist on the net while researching

basic understanding AA/MX-record load-balancing

2014-01-13 Thread Bauer, Stefan (IZLBW Extern)
Dear Developers/Users, We want to load balance mails from the intranet to the postfix-relayserver-farm for outgoing traffic. Can we abuse A-records to load-balance in the same way MX-records have been designed? A relay.example.com 192.168.0.1 A relay.example.c

SORBS SPAM, do I have to bother?

2014-01-13 Thread Roland Plüss
I recently noticed SORBS having my IP listed. All other blacklists I'm tracking with MXToolBox and others are fine. I never heard of SORBS nor did I get every any rejection replies due to them. I read though lots of bad reviews about that blacklist on the net while researching. Delisting is also im

Re: Per-user transport and bad ldap query

2014-01-13 Thread Wietse Venema
Lanfeust troy: > Hi list, > > I want to a per-user transport by query a ldap table. I'm writing this > configuration > > virtual_mailbox_domains = proxy:ldap:/etc/postfix/virtual_domain.cf > virtual_mailbox_maps = proxy:ldap:/etc/postfix/virtual_mailbox.cf > virtual_alias_maps = proxy:ldap:/etc/p

Re: Postfix LDAP lot of LDAP request.

2014-01-13 Thread Wietse Venema
Lanfeust troy: > In our configuration we are multiple domain. AS COCUMENTED the domain parameter takes multiple domains. domain (default: no domain list) This is a list of domain names, paths to files, or dictionaries. When specified, only fully qualified search

Re: add missing header if needed

2014-01-13 Thread Wietse Venema
Andreas Schulze: > Hello, > > I have to add a "Reply-To" Header in (smtp-) submitted messages. > > Adding it unconditionally using PREPEND result in messages with more > then one instance > of this header which violates RFC5322. > Is there a way to add a header _only_ if not present? header_ch

Per-user transport and bad ldap query

2014-01-13 Thread Lanfeust troy
Hi list, I want to a per-user transport by query a ldap table. I'm writing this configuration virtual_mailbox_domains = proxy:ldap:/etc/postfix/virtual_domain.cf virtual_mailbox_maps = proxy:ldap:/etc/postfix/virtual_mailbox.cf virtual_alias_maps = proxy:ldap:/etc/postfix/virtual_alias.cf transpo

Re: Postfix LDAP lot of LDAP request.

2014-01-13 Thread Lanfeust troy
SOLVED It's from smtpd_client_restrictions = permit_sasl_authenticated Thanks 2014/1/13 Lanfeust troy > In our configuration we are multiple domain. > > With proxy:ldap this don't change ldap request. > > And I d'ont understand why postfix search for client hostname into LDAP > > > 201

Re: Postfix LDAP lot of LDAP request.

2014-01-13 Thread Lanfeust troy
In our configuration we are multiple domain. With proxy:ldap this don't change ldap request. And I d'ont understand why postfix search for client hostname into LDAP 2014/1/10 Venkat > > On Fri, Jan 10, 2014 at 8:05 AM, Lanfeust troy wrote: > >> my.host.name.dom >> host.name.dom >> name.dom >>

add missing header if needed

2014-01-13 Thread Andreas Schulze
Hello, I have to add a "Reply-To" Header in (smtp-) submitted messages. Adding it unconditionally using PREPEND result in messages with more then one instance of this header which violates RFC5322. Is there a way to add a header _only_ if not present? Thanks