mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 22:41:33 +01:00
Squashed commit of the following:
commit af0dae99cda7c1b0c4fa725aa59a853a65644920
Author: Terra <alpine-builder@spunky.tech.futurequest.net>
Date: Thu May 13 05:45:50 2021 -0700
commit 975ea029e145c097944f5d42c30c3d1a7882418f
Author: Terra <alpine-builder@spunky.tech.futurequest.net>
Date: Thu May 13 05:45:10 2021 -0700
testing/nullmailer: Add more comprehensive /etc/init.d/nullmailer
commit e7b93f65eeed56e6087942d93359f2d8a1199e40
Author: Terra <alpine-builder@spunky.tech.futurequest.net>
Date: Thu May 13 05:41:56 2021 -0700
testing/nullmailer: Fix install warning regarding missing embedded checksums
ref: https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10031
commit 5bec89525c4a4a017d605ac325230cd1a9b6b3ea
Author: Terra <alpine-builder@spunky.tech.futurequest.net>
Date: Thu May 13 05:38:26 2021 -0700
testing/nullmailer: Fix various test issues
commit e288818ee33f54c798e2f279cf02612ebe3b51f0
Author: Terra <alpine-builder@spunky.tech.futurequest.net>
Date: Thu May 13 05:34:55 2021 -0700
testing/nullmailer: Replace remotes.conf with a more descriptive version
30 lines
918 B
Plaintext
30 lines
918 B
Plaintext
# Format is: HOST PROTOCOL [OPTIONS]
|
|
# HOST = IP or DNS
|
|
# PROTOCOL = smtp | qmtp
|
|
# OPTIONS = [port=NUMBER] [user] [pass] [starttls | ssl [insecure] ]
|
|
#
|
|
# Examples:
|
|
# A standard SMTP server:
|
|
# somesendmailserver.domain.com smtp
|
|
#
|
|
# A qmail server with QMQP setup:
|
|
# someqmailserver.domain.com qmqp
|
|
#
|
|
# A nonstandard SMTP server setup:
|
|
# someotherserver.domain.com smtp port=2525
|
|
#
|
|
# SMTP server supporting AUTH PLAIN
|
|
# mailserver smtp user=<user> pass=<pass>
|
|
#
|
|
# SMTP server supporting AUTH LOGIN
|
|
# mailserver smtp user=<user> pass=<pass> auth-login
|
|
#
|
|
# SMTP server with smtps (legacy - use starttls instead)
|
|
# mailserver smtp user=<user> pass=<pass> port=465 ssl
|
|
#
|
|
# SMTP server on submission port with starttls
|
|
# mailserver smtp user=<user> pass=<pass> port=587 starttls
|
|
#
|
|
# SMTP server on submission port with starttls and self-signed certificate
|
|
# mailserver smtp user=<user> pass=<pass> port=587 starttls insecure
|