Re: Trouble using StartSSL certificate for tls

2012-06-22 Thread Alvin Wong
Try copying the contents of the chain certificates `sub.class1.server.ca.pem` then `ca.pem` to the contents of your public certificate, from depth to root. 2012/6/23 Patrick Ben Koetter : > * Neil Aggarwal : >> Hello: >> >> I created a certificate for my mail server using the StartSSL service >> l

Re: Trouble using StartSSL certificate for tls

2012-06-22 Thread Patrick Ben Koetter
* Neil Aggarwal : > Hello: > > I created a certificate for my mail server using the StartSSL service > located > at http://www.startssl.com/ > > I set these lines in my main.cf (I already set up dovecot): > > # Rules for smtp auth > smtpd_sasl_type = dovecot > smtpd_sasl_path = private/auth > sm

Trouble using StartSSL certificate for tls

2012-06-22 Thread Neil Aggarwal
Hello: I created a certificate for my mail server using the StartSSL service located at http://www.startssl.com/ I set these lines in my main.cf (I already set up dovecot): # Rules for smtp auth smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_recipient

Re: multiple postmaster aliases

2012-06-22 Thread Wietse Venema
Simon Brereton: > I would like to use an alias file that routes any of > postmas...@example.net, postmas...@example.com, > postmas...@example.info, postmas...@example.org, etc (and also abuse@) > to postmas...@example.com without having to have the mailbox created > in the Accounts table as I curre

Re: Forwarding without a relay-map?

2012-06-22 Thread Ansgar Wiechers
On 2012-06-22 James B. Byrne wrote: > So, I take it that this is what is happening? > > # TRUST AND RELAY CONTROL > > # The mynetworks parameter specifies the list of "trusted" SMTP > # clients that have more privileges than "strangers". > # > # In particular, "trusted" SMTP clients are allowed t

Re: Forwarding without a relay-map?

2012-06-22 Thread James B. Byrne
So, I take it that this is what is happening? # TRUST AND RELAY CONTROL # The mynetworks parameter specifies the list of "trusted" SMTP # clients that have more privileges than "strangers". # # In particular, "trusted" SMTP clients are allowed to relay mail # through Postfix. See the smtpd_recip

Re: Forwarding without a relay-map?

2012-06-22 Thread James B. Byrne
On Fri, June 22, 2012 13:58, Ansgar Wiechers wrote: > > Check the output of the following commands on host3: > > postconf -d mynetworks postconf -d mynetworks mynetworks = 127.0.0.0/8 216.185.71.0/24 > postconf -d | grep smtpd_.*_restrictions postconf -d | grep smtpd_.*_restrictions smtpd_clie

Re: Forwarding without a relay-map?

2012-06-22 Thread Ansgar Wiechers
On 2012-06-22 James B. Byrne wrote: > host2 (PF) --> host3 (PF) > > host3 (PF) > (has no local domains) > (has no relay_domains) > (has no virtual aliases for example.com) > (has transport entry) "example.com relay:[host4.local.tld]" > > host3 (PF) --> host4 (SM) > > host4 (SM) is the usual fin

Forwarding without a relay-map?

2012-06-22 Thread James B. Byrne
I am experimenting with Postfix relaying. I am encountering a situation where I believe, on admittedly limited evidence, that a message should be rejected because there are no entries in the relay_domains map and yet it is forwarded to its final destination nonetheless. example.com has MX host2.l

Re: How to handle local mail when throttling?

2012-06-22 Thread Adrian Gibanel
Removing my.domain.com from transport file. Using virtual_mailbox_domains and not filling mydestination= in. And using: smtp_destination_rate_delay = 15s seemed to do the trick. No more warnings and I can both receive and send email. Thank you! - Mensaje original - > De: "Adrian Giban

Re: Transport Maps

2012-06-22 Thread post...@netorbit.it
On 22/06/2012 11:31, Ralf Hildebrandt wrote: * post...@netorbit.it : Hi, Postfix 2.7.1 box. done some extra test, with same setup and encountered different behavior between 1) transport_maps = hash:/etc/postfix/transport, tcp:[127.0.0.1]: and 2) transport_maps = hash:/etc/postfix/transpo

Re: Transport Maps

2012-06-22 Thread Ralf Hildebrandt
* post...@netorbit.it : > Hi, > > Postfix 2.7.1 box. > done some extra test, with same setup and encountered different > behavior between > > 1) transport_maps = hash:/etc/postfix/transport, tcp:[127.0.0.1]: > > and > > 2) transport_maps = hash:/etc/postfix/transport alone > > when tr

Re: How to handle local mail when throttling?

2012-06-22 Thread Adrian Gibanel
Hi again, But I have: mydestination= empty because I am using: virtual_mailbox_domains instead. virtual_mailbox_domains = mysql:/etc/postfix/mysql_domains.cf which points to a domain table database with: pkid domain transport enabled 1 localhost virtual: 1 2 localhost.localdomain virt

Re: Transport Maps

2012-06-22 Thread post...@netorbit.it
Hi, Postfix 2.7.1 box. done some extra test, with same setup and encountered different behavior between 1) transport_maps = hash:/etc/postfix/transport, tcp:[127.0.0.1]: and 2) transport_maps = hash:/etc/postfix/transport alone when trying to send an email to the netorbit.it domain

Re: Transport Maps

2012-06-22 Thread post...@netorbit.it
On 21/06/2012 16:25, Wietse Venema wrote: post...@netorbit.it: Hi, just a quick question regarding transport_maps. I've read documentation on http://www.postfix.org/postconf.5.html#transport_maps, but cannot understand what actually happens during postfix lookups, when transport_maps is being