ACC SHELL

Path : /usr/share/YaST2/scrconf/
File Upload :
Current File : //usr/share/YaST2/scrconf/mail_p_virtual.scr

/**
 * $Id: mail_p_virtual.scr 13276 2004-01-19 10:01:25Z jsrain $
 * Summary:
 *   SCR Agent for reading/writing the Postfix virtual domain table
 * Authors:
 *   Martin Vidner <mvidner@suse.cz>
 * Access:
 *   read/write
 * See:
 *   yast2-config-mail/ag_mailtable.html
 *
 * The file specifies a map, but we represent it as a list to preserve
 * preceding comments and the order of entries.
 * list entries are"
 *  $[ "comment": " foo\n bar\n", "key": "root", "value": "joe, \\root" ]
 *  that is, comments have the leading '#' stripped but not the newline.
 *
 * Example:
 *   Read (.mail.postfix.virtual.table)
 */
.mail.postfix.virtual

`ag_mailtable (
  `Mailtable ($[
    "filename": "/etc/postfix/virtual",
    "continue_escaped_newline": false,
    "continue_leading_blanks": true,
    "colon": false,
  ])
)

ACC SHELL 2018