equal
deleted
inserted
replaced
14 |
14 |
15 PROVIDERS = <your file name for the providers file here> |
15 PROVIDERS = <your file name for the providers file here> |
16 |
16 |
17 # some macros to ease the understanding |
17 # some macros to ease the understanding |
18 ADDRESS_DATA = ${sg{${lookup{$sender_address}lsearch*@{PROVIDERS}}}{\\s+}{\t}} |
18 ADDRESS_DATA = ${sg{${lookup{$sender_address}lsearch*@{PROVIDERS}}}{\\s+}{\t}} |
19 SMARTHOST = ${extract{1}{\x20\t}{$address_data}} |
19 SMARTHOST = ${extract{1}{\t}{$address_data}} |
20 HOST = ${extract{1}{:}{SMARTHOST}} |
20 HOST = ${extract{1}{:}{SMARTHOST}} |
21 PORT = ${extract{2}{:}{SMARTHOST}{$value}{submission}} |
21 PORT = ${extract{2}{:}{SMARTHOST}{$value}{submission}} |
22 USER = ${extract{2}{\t}{$address_data}} |
22 USER = ${extract{2}{\t}{$address_data}} |
23 PASS = ${extract{3}{\t}{$address_data}} |
23 PASS = ${extract{3}{\t}{$address_data}} |
24 |
24 |