Skip to content

Commit

Permalink
Fix headings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed May 26, 2011
1 parent 4904733 commit 2c385ab
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ Setup

`mailbox.conf` contains values to configure Camping at the Mailbox.

### Required settings
Required settings
-----------------

`imaphost` and `smtphost`, both of which can use the
token `%{domain}`, which will be replaced by the domain in the
supplied username, or a guess from the HTTP host.

### Optional settings
Optional settings
-----------------

`imapport` and `smtpport` can be used to change which
ports are connected to. Ruby's Net::IMAP module will use SSL on port 993 for
Expand Down Expand Up @@ -77,12 +80,14 @@ by RDN
Make sure that both the name and mail attributes are mandatory in your LDAP
schema.

### Other files
Other files
-----------

You can make a file `banner`, which will be displayed on the login
screen.

== Schema
Schema
------

CREATE TABLE addresses (id integer primary key, name varchar(255),
address varchar(255) not null, user_id varchar(255) not null);
Expand Down

0 comments on commit 2c385ab

Please sign in to comment.