⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.160
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
augeas
/
lenses
/
dist
/
View File Name :
postfix_access.aug
(* Parsing /etc/postfix/access *) module Postfix_Access = autoload xfm let sep_tab = Util.del_ws_tab let sep_spc = Util.del_ws_spc let eol = del /[ \t]*\n/ "\n" let indent = del /[ \t]*/ "" let comment = Util.comment let empty = Util.empty let char = /[^# \n\t]/ let text = let cont = /\n[ \t]+/ in let any = /[^#\n]/ in char | (char . (any | cont)* .char) let word = char+ let record = [ seq "spec" . [ label "pattern" . store word ] . sep_tab . [ label "action" . store word ] . [ label "parameters" . sep_spc . store text ]? . eol ] let lns = ( empty | comment | record )* let xfm = transform lns (incl "/etc/postfix/access" . incl "/usr/local/etc/postfix/access")