summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.conf.5
AgeCommit message (Expand)Author
2012-10-16consistent macros; Tim van der MolenJason McIntyre
2012-10-14replace 'plain' with 'file' as the backend source name for map_file.cGilles Chehade
2012-10-11- replace "from all" and "for all" with "from any" and "for any"Gilles Chehade
2012-10-10a SMTP -> an SMTP;Jason McIntyre
2012-10-09- allow a listen statement to impose tls on its clients;Gilles Chehade
2012-10-09fix listen examples to not use an interfaceGilles Chehade
2012-10-08disk space is cheap but we still want to limit the default size of a bodyGilles Chehade
2012-10-05further tweak the maps description; ok gillesJason McIntyre
2012-10-05tweak previous; ok gillesJason McIntyre
2012-10-04default map source to S_PLAIN, this allows us to simplify smtpd.conf:Gilles Chehade
2012-09-17Fix format expansion in smtpd.conf, it has confused a lot of people and itGilles Chehade
2012-09-01- remove crypto_backendGilles Chehade
2012-08-29switch the default queue encryption to AES-128Christian Weisgerber
2012-08-29tweak previous;Jason McIntyre
2012-08-29obvious, but document that change of any encryption parameter *requires*Gilles Chehade
2012-08-29Introduce the crypto_backend API and provide support for... encrypted queueGilles Chehade
2012-08-26- document queue compressionGilles Chehade
2012-08-21tweak previous;Jason McIntyre
2012-08-21Allow smtpd to work as a backup MX, relaying only to MXs with higherEric Faurot
2012-07-16sync the first example with the default conf file; ok gillesJason McIntyre
2012-07-16don;t quote things unneccessarily; ok gillesJason McIntyre
2012-07-15fix exampleGilles Chehade
2012-07-08avoid line splitting; also, one an -> aJason McIntyre
2012-07-08- plug text_to_relayhost() in parse.y to support relay URLs.Gilles Chehade
2012-05-13tweak previous; ok gillesJason McIntyre
2012-05-12- remove unused sources S_EXT, S_DYN and S_EXT from enum map_srcGilles Chehade
2012-05-12- simplify a bit maps by removing fields which are still unused yearsGilles Chehade
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-13clarify "hostname"; from robert peichaer orgJason McIntyre
2011-12-13*finally* make use of certificate authority file if available !Gilles Chehade
2011-12-13- man page had an example wrongGilles Chehade
2011-10-03clarify that network sources are to be specified in CIDR notationGilles Chehade
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-06-10tweak previous;Jason McIntyre
2011-06-09'relay as' and 'relay via as' rules allow smtpd to rewrite the user part,Gilles Chehade
2011-05-22tweak previous;Jason McIntyre
2011-05-22teach smtpd how to listen on an interface group so that we can do:Gilles Chehade
2011-05-22fix examples so they stay do not use external utilities and do not referGilles Chehade
2011-03-15let smtpd use user-provided Diffie-Hellman parameters for ephemeral keyGilles Chehade
2010-12-18document "certificate" a little better;Jason McIntyre
2010-10-29smtpd no longer knows a map called "secrets" which holds credentials forGilles Chehade
2010-10-28teach smtpd how to handle per-rule delays for message expiry, this allowsGilles Chehade
2010-09-08had planned to commit the change after oga@ and I are done with littleGilles Chehade
2010-06-10allow configure queue expiryCharles Longeau
2010-04-27sort the map types;Jason McIntyre
2010-04-27this commit enables "plain" as a backend for maps (that means aliases,Gilles Chehade
2010-04-22- sort the keyword listJason McIntyre
2010-04-20Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>.Jacek Masiulaniec
2010-04-20Document the ``alias <map>'' parameter.Jacek Masiulaniec
2010-04-20Document ``size'' setting; OK gilles@Jacek Masiulaniec