[augeas-devel] [Augeas] #345: postfix master.cf [] characters

Augeas trac at fedorahosted.org
Tue May 21 07:22:19 UTC 2013


#345: postfix master.cf [] characters
--------------------+---------------------
 Reporter:  nejec   |       Owner:  lutter
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:  next
Component:  Augeas  |     Version:  1.0.0
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+---------------------
 postfix_master.aug lens is unable to process [::1] in specification.

 test that should fail looks like:
 {{{
 let conf7 = "# master.cf
 submission inet n       -       n       -       -       smtpd
   -o mynetworks=127.0.0.1/8,[::1]
 "

 test Postfix_Master.lns get conf7 =
    { "#comment" = "master.cf" }
    { "submission"
      { "type" = "inet" }
      { "private" = "n" }
      { "unprivileged" = "-" }
      { "chroot" = "n" }
      { "wakeup" = "-" }
      { "limit" = "-" }
      { "command" = "smtpd\n  -o mynetworks=127.0.0.1/8,[::1]" } }

 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/345>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list