ACC SHELL

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

/**
 * $Id: mail_p_auth.scr 13276 2004-01-19 10:01:25Z jsrain $
 * Summary:
 *   SCR Agent for reading/writing the Postfix SMTP-AUTH secrets
 * Authors:
 *   Martin Vidner <mvidner@suse.cz>
 * Access:
 *   read/write
 *
 * The file specifies a map, but we represent it as a list to preserve
 * preceding comments and the order of entries.
 * list entries are"
 *  $[ "server": "smtp.example.com", "user": "joe", "password": "cleartext" ]
 * There are other map keys which must be preserved!
 *
 * The file is only written after a flush:
 *   Write (.mail.postfix.auth, nil)
 *
 * Example:
 *   Read (.mail.postfix.auth.accounts)
 */
.mail.postfix.auth

`ag_smtp_auth (`AuthPostfix ())

ACC SHELL 2018