Desparately need Postfix/smtpd/sasl on Fedora help

Lloyd Kvam python at venix.com
Tue Oct 9 08:23:01 EDT 2007


On Mon, 2007-10-08 at 23:53 -0400, David A. Long wrote:

> Under FC7 now though an attempt to send mail to the server for relaying
> produces only the following messages:
> 
> Oct  8 23:31:09 www postfix/smtpd[3038]: initializing the server-side TLS engine
> Oct  8 23:31:09 www postfix/smtpd[3038]: connect from unknown[192.168.1.137]
> 
> 
> And then it just hangs until it times out.  I've gone over the postfix
> config files a thousand times.  I'm confused by the total lack of an
> error message in any log.  Help!
> 
I pulled out the tls lines from my main.cf.  You may need to change the
loglevel to get more information.

Could you be rejecting unknown (number-to-name lookup fails) IP addresses?  I've been rejecting those as a relatively easy, effective spam control ( reject_unknown_hostname, reject_unknown_client )

[root at www postfix]# grep -i tls main.cf
## TLS
# client-side-tls
smtp_use_tls = yes
smtp_tls_key_file = /etc/postfix/postfix.key
smtp_tls_cert_file = /etc/postfix/postfix-cert.pem
smtp_tls_CAfile = /etc/postfix/cacert.pem
smtp_tls_loglevel = 1
# server-side-tls
smtpd_use_tls = yes
smtpd_tls_key_file = /etc/postfix/postfix.key
smtpd_tls_cert_file = /etc/postfix/postfix-cert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom


Hope this helps.

> -dl
> David Long
> 
> 
> _______________________________________________
> gnhlug-discuss mailing list
> gnhlug-discuss at mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
-- 
Lloyd Kvam
Venix Corp
DLSLUG/GNHLUG library
http://www.librarything.com/catalog.php?view=dlslug



More information about the gnhlug-discuss mailing list