diff options
Diffstat (limited to 'lib/smtp/doc.go')
| -rw-r--r-- | lib/smtp/doc.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/smtp/doc.go b/lib/smtp/doc.go index af6c43d7..481faa05 100644 --- a/lib/smtp/doc.go +++ b/lib/smtp/doc.go @@ -1,6 +1,5 @@ -// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2018 Shulhan <ms@kilabit.info> // Package smtp provide a library for building SMTP server and client. // @@ -15,7 +14,7 @@ // authentication. // // # Server Environment -// + // The server require one primary domain with one primary account called // "postmaster". Domain can have two or more accounts. Domain can have // their own DKIM certificate. |
