OpenBSD CVS

CVS log for src/usr.sbin/smtpd/Attic/smtpd.conf


[BACK] Up to [local] / src / usr.sbin / smtpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8, Tue Mar 17 00:00:16 2009 UTC (16 years, 7 months ago) by gilles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED

move smtpd.conf to etc/mail/ directory. it is not installed yet by the
build

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 16 23:40:28 2009 UTC (16 years, 7 months ago) by gilles
Branch: MAIN
Changes since 1.6: +6 -12 lines
Diff to previous 1.6 (colored)

change smtpd.conf to what it will be by default:
- only listen on lo0
- support aliases
- accept mail for "localhost" and the system hostname
- accept relaying mail for all domains

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 9 01:43:19 2009 UTC (16 years, 7 months ago) by gilles
Branch: MAIN
Changes since 1.5: +8 -4 lines
Diff to previous 1.5 (colored)

add basic support for outgoing authentication (AUTH PLAIN over ssl) which
can be turned on by adding "enable auth" to a "relay via" rule. this made
me rework the mx resolution so that it is done by the mta process and not
the runner process anymore.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 8 21:51:22 2009 UTC (16 years, 7 months ago) by gilles
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

adapt example to reflect a recent change in parse.y

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 20 00:22:09 2008 UTC (16 years, 9 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

- update smtpd.conf to provide an example of an auth enabled listener
- update smtpd.conf.5 just to provide an example, a better description of
	"enable auth" will come when im done implementing it ;)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 6 02:04:56 2008 UTC (16 years, 10 months ago) by gilles
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

- it is now possible to specify an interface instead of an address or a
	hostname in a listen statement (ie: listen on lo0)
	request by deraadt@ a while ago, ok jacekm@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 5 12:14:45 2008 UTC (16 years, 11 months ago) by sobrado
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

add a few missing id tags; there are a bunch of files, and developers
will probably miss this change when working on more important matters,
so it is probably better to sort them now.  there is a risk of losing
the tags if a change needs to be reverted too.

written with excellent advice from jmc@

ok gilles@

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 1 21:35:28 2008 UTC (16 years, 11 months ago) by gilles
Branch: MAIN

smtpd is a smtp server implementation for OpenBSD. It is a work in progress
which still lacks many features. bringing it in tree will help working on it
more easily.

"at this stage it should go in" henning@, "move ahead" deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.