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
> > smtpd_recipient_limit = 1
> 
> Point shotgun away from foot.
> 
> -- 
>       Viktor.

ok, here is my latest config..  

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
default_transport = smtp
home_mailbox = Maildir/
inet_interfaces = all
mailbox_size_limit = 0
mydestination = orientalhealthsolutions.com, ohs.com, localhost.localdomain, 
localhost
myhostname = ohs
mynetworks = 127.0.0.0/8 192.168.1.5/32
myorigin = /etc/mailname
recipient_delimiter = +
relay_destination_rate_delay = 10
relayhost = outgoing.verizon.net
smtp_destination_rate_delay = 10
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd
smtp_sasl_security_options = 
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes


and heres my logs now

Jan  2 16:04:57 ohs postfix/smtp[18389]: B08B018A00: 
to=<someu...@monsterjam.org>, relay=outgoing.verizon.net[206.46.232.12]:25, 
delay=0.89, delays=0.08/0.28/0.35/0.17, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Jan  2 16:04:57 ohs postfix/qmgr[18371]: B08B018A00: removed
Jan  2 16:05:12 ohs postfix/smtp[18389]: E50B018A02: to=<someu...@gmail.com>, 
relay=outgoing.verizon.net[206.46.232.12]:25, delay=15, 
delays=0.24/11/0.34/4.4, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Jan  2 16:05:12 ohs postfix/smtp[18389]: E50B018A02: to=<someu...@yahoo.com>, 
relay=outgoing.verizon.net[206.46.232.12]:25, delay=15, 
delays=0.24/11/0.34/4.4, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Jan  2 16:05:12 ohs postfix/qmgr[18371]: E50B018A02: removed

so there WAS a delay after the first one, but the second two seemed to go out 
together..
so we are making progress.. i think.. ;)

Jason

Reply via email to