roundcube

package
v0.0.0-beta4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NameConfigIncPhp  = "config.inc.php"
	NameRoundcubeConf = "roundcube.conf"
)
View Source
const (
	DistConfigIncPhp  = "/duckcp/apps/roundcube/config/config.inc.php"
	DistRoundcubeConf = "/duckcp/apps/www/conf/roundcube.conf"
)

Variables

View Source
var (
	ConfBindConfigIncPhp  = appconf.NewConfBind(&fs, NameConfigIncPhp, DistConfigIncPhp, perm)
	ConfBindRoundcubeConf = appconf.NewConfBind(&fs, NameRoundcubeConf, DistRoundcubeConf, perm)
)

Functions

func ConfBindMap

func ConfBindMap(OptConfigIncPhp OptConfigIncPhp, optRoundcubeConf OptRoundcubeConf) map[string]any

Types

type OptConfigIncPhp

type OptConfigIncPhp struct {
	DbFile         string // /tmp/mail.db
	ImapHost       string // localhost:143
	SmtpHost       string // localhost:25
	SupportUrl     string // mail.999dns.xyz
	UsernameDomain string // 999dns.xyz
}

type OptRoundcubeConf

type OptRoundcubeConf struct {
	ServerName        string
	Port              int
	SSLPort           int
	SSL               bool
	SSLCertificate    string
	SSLCertificateKey string
	Root              string
	FastCgiPass       string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL