Your message dated Mon, 18 Feb 2019 02:23:56 -0500 with message-id <2369993.V2XWomKGMy@kitterma-e6430> and subject line Re: Fails if tls_session_cache_database files do not exist has caused the Debian Bug report #155248, regarding Fails if tls_session_cache_database files do not exist to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 155248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=155248 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: postfix-tls Severity: normal Version: 1.1.11+tls0.7.15-1 Tags: sid,sarge,woody weasel@valiant:/etc/postfix$ grep cache main.cf smtpd_tls_session_cache_database = sdbm:/etc/postfix/smtpd_scache smtp_tls_session_cache_database = sdbm:/etc/postfix/smtp_scache When /etc/postfix/smtpd_scache.{dir,pag} do not exist when postfix starts up, I get this messages as soon as I telnet localhost 25: | Aug 2 20:03:35 valiant postfix/smtpd[1847]: fatal: open database /etc/postfix/smtpd_scache.pag: No such file or directory | Aug 2 20:03:36 valiant postfix/master[1814]: warning: process /usr/lib/postfix/smtpd pid 1847 exit status 1 | Aug 2 20:03:36 valiant postfix/master[1814]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling } sudo touch smtp_scache.dir smtp_scache.pag smtpd_scache.dir smtpd_scache.pag } sudo chmod 600 smtp_scache.dir smtp_scache.pag smtpd_scache.dir smtpd_scache.pag } sudo /etc/init.d/postfix reload does the trick. I think postfix should create those files automatically. yours, peter -- PGP signed and encrypted | .''`. ** Debian GNU/Linux ** messages preferred. | : :' : The universal | `. `' Operating System http://www.palfrader.org/ | `- http://www.debian.org/
pgpqYoBhJ0to4.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---On Fri, 2 Aug 2002 20:10:14 +0200 Peter Palfrader <[email protected]> wrote: > Package: postfix-tls > Severity: normal > Version: 1.1.11+tls0.7.15-1 > Tags: sid,sarge,woody > > weasel@valiant:/etc/postfix$ grep cache main.cf > smtpd_tls_session_cache_database = sdbm:/etc/postfix/smtpd_scache > smtp_tls_session_cache_database = sdbm:/etc/postfix/smtp_scache > > When /etc/postfix/smtpd_scache.{dir,pag} do not exist when postfix > starts up, I get this messages as soon as I telnet localhost 25: > | Aug 2 20:03:35 valiant postfix/smtpd[1847]: fatal: open database /etc/postfix/smtpd_scache.pag: No such file or directory > | Aug 2 20:03:36 valiant postfix/master[1814]: warning: process /usr/lib/postfix/smtpd pid 1847 exit status 1 > | Aug 2 20:03:36 valiant postfix/master[1814]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling > > } sudo touch smtp_scache.dir smtp_scache.pag smtpd_scache.dir smtpd_scache.pag > } sudo chmod 600 smtp_scache.dir smtp_scache.pag smtpd_scache.dir smtpd_scache.pag > } sudo /etc/init.d/postfix reload > > does the trick. > > I think postfix should create those files automatically. Since postfix 2.11 (jessie), use of these parameters is discouraged. On modern setups, these should not be set, so I believe this bug should be closed. Scott K
--- End Message ---

