YaST2 Developers Documentation: Configuration of mail aliases | ![]() |
![]() functions files intro |
List of maps: $[comment:, alias:, destinations:] (all are strings) Except root.
Separated/joined with aliases by read/write/set/export
Separated/joined with aliases by read/write/set/export
Useful for autoinstall: the provided aliases will be (with higher priority) merged with existing ones (presumably system defaults).
Separates aliases into aliases, root_alias and root_alias_comment
Read the aliases table (and separate the root alias)
Merges mail tables, which are order-preserving maps. First are the entries of the old map, with values updated from the new one, then the rest of the new map.
Part of Write.
For use by the Users package. Does not rely on the internal state, first calls the agent.
For use by the Users package. Does not use the internal state, just calls the agent. SuSEconfig or newaliases is NOT called! (TODO: what if it is called while the main module is running?) Errors are reported via Report::Error.
|
YaST2 Developers Documentation | ![]() |