11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
# File '../../src/include/mail/mail-server_helps.rb', line 11
def initialize_mail_mail_server_helps(include_target)
textdomain "mail"
@HELPS = {
"AuthorizingDialog" => _(
"<p><b><big>Administrator Authorization</big></b><br>\n" +
"To use the YaST mail server component, your system must use LDAP\n" +
"as a repository for the user and group accounts and for the DNS services.<br>\n" +
"Some of the mail server settings will be stored in the LDAP repository, too.<br></p>\n"
),
"setup" => _(
"<p><b><big>Set Up Mail Server Configuration</big></b><br>\n</p>\n"
),
"read" => _(
"<p><b><big>Initializing Mail Server Configuration</big></b><br>\nPlease wait...<br></p>\n"
) +
_(
"<p><b><big>Aborting Initialization:</big></b><br>\nSafely abort the configuration utility by pressing <b>Abort</b> now.</p>\n"
),
"write" => _(
"<p><b><big>Saving Mail Server Configuration</big></b><br>\nPlease wait...<br></p>\n"
) +
_(
"<p><b><big>Aborting Saving:</big></b><br>\n" +
"Abort the save procedure by pressing <b>Abort</b>.\n" +
"An additional dialog informs whether it is safe to do so.\n" +
"</p>\n"
),
"GlobalSettings" => _(
"<p><b><big>Server Identification:</big></b><br>\n" +
"This is the SMTP server's greeting banner.</b>.\n" +
"<br></p>\n"
) +
_(
"<p><b><big>Mail Size:</big></b><br>\n" +
"This parameter limits the total size in bytes of a mail (sending and getting),\n" +
"including envelope information.\n" +
"</p>"
) +
_(
"<p><b><big>Outgoing Mails:</big></b><br>\n" +
"Set the transport type for outgoing mails.\n" +
"</p>\n"
),
"MailTransports" => _(
"<p><b><big>Manage Mail Routing</big></b><br>\n" +
"Add or modify mail transport routes.\n" +
"<br></p>\n"
) +
_(
"<p><b><big>Defined Mail Transport Routes</big></b><br>\n" +
"This is the list of the defined mail transports.\n" +
"</p>\n"
),
"MailPrevention" => _(
"<p><b><big>SPAM Prevention</big></b><br>\n" +
"Postfix offers a variety of parameters that limit the delivery of unsolicited commercial e-mail (UCE).\n" +
"In this dialog, configure this settings. For example, set access lists or RBL\n" +
"(real-time blackhole list) name servers. \n" +
"<br></p>\n"
) +
_(
"<p><b><big>Start Virus Scanner AMAVIS:</big></b><br>\n" +
"If you start the virus scanner AMAVIS, your emails will be scanned for viruses and and for spam.\n" +
"The virus scanner engine <b>Clamavd</b> and the spam finder <b>SpamAssassin</b> will be installed \n" +
"and configured as well. You can also install other (commercial) virus scanner engines.\n" +
"</p>\n"
) +
_(
"<p><b><big>Configure Spam Learning Extension:</big></b><br>\n" +
"The spam learning extension can only be configured if the local delivery method is <b>cyrus imapd</b>.\n" +
"In this case the shared folders <b>NewSpam</b> and <b>NoSpam</b> will be created. Spam email \n" +
"which was not detected by <b>SpamAssassin</b> should be put into the folder <b>NewSpam</b>.\n" +
"If you want your spam finder to be most effective you should also put non-spam email into\n" +
"the folder <b>NoSpam</b>. The emails in this folder cannot be read by anyone.\n" +
"</p>\n"
),
"MailRelaying" => _(
"<p><b><big>Trusted Local Networks:</big></b><br>\n" +
"Clients from these networks can use your mail server for mail relaying.\n" +
"(Sending non-local mails)\n" +
"<br></p>\n"
) +
_(
"<p><b><big>Require SASL Authentication:</big></b><br>\n" +
"If set to true, clients must authenticate to use\n" +
"the mail server for mail relaying. \n" +
"<br></p>\n"
),
"MailLocalDelivery" => _(
"<p><b><big>Local Delivery Type</big></b><br>\n" +
"In this frame, choose the local mail delivery method. \n" +
"For clients to be able to connect to your mail server via the POP or IMAP\n" +
"protocol, choose <b>Cyrus IMAP</p>. \n" +
"<br></p>\n"
) +
_(
"<p>Depending on the local delivery method, you have\n" +
"different possibilities of settings.\n" +
"</p>\n"
),
"FetchingMail" => _(
"<p><b><big>Mail Fetching Scheduler</big></b><br>\n" +
"If you have mail boxes on an Internet provider, you can fetch this regularly\n" +
"at defined time intervals and by connecting to the Internet.\n" +
"<br></p>\n"
) +
_(
"<p>Note: If you have not defined any local delivery type, you cannot\n" +
"define mail fetching jobs.\n" +
"</p>\n"
),
"MailLocalDomains" => _(
"<p><b><big>Mail Server Domains</big></b><br>\n" +
"Here, define the domains for which your mail server considers itself \n" +
"the final destination.\n" +
"<br></p>\n"
) +
_(
"<p>Note: You can create and set up the domains with the YaST \n" +
"DNS server module. In the current module, you only can set the properties\n" +
"concerning the mail server.\n" +
"</p>\n"
) +
_(
"<p><b><big>Type:</big></b><br>\n" +
"You can define virtual and local domains. In virtual domains, only users\n" +
"assigned an email address in the domain can receive emails.\n" +
"In local domains, all users can get emails. Assign virtual email \n" +
"addresses in the YaST user module.\n" +
"</p>\n"
)
}
end
|