Re: [PLUG] awk: is field blank?

2021-11-01 Thread Rich Shepard
On Mon, 1 Nov 2021, Steve Dum wrote: Awk programs are a collection of   pattern {action} So I discovered a couple of decades ago. Thank you, Rich

Re: [PLUG] awk: is field blank?

2021-11-01 Thread Steve Dum
Rich Shepard wrote: BEGIN {FS="|";OFS="|"} if {$8!=""} {   print $0    } Awk programs are a collection of   pattern {action} an expression like    if ($8 != "") { print $0 } is a statement, (something that goes in an action, with the pattern omitted actions are wrapped in curly

Re: [PLUG] Dovecot Problem

2021-11-01 Thread Paul Heinlein
On Mon, 1 Nov 2021, Galen Seitz wrote: On 10/31/21 16:04, Randy Bush wrote: Here is the relevant part of the 10-director.conf file (Line 30 is "service director {) # To enable director service, uncomment the modes and assign a port. service director { unix_listener login/director {

Re: [PLUG] Dovecot Problem

2021-11-01 Thread Galen Seitz
On 10/31/21 16:04, Randy Bush wrote: Here is the relevant part of the 10-director.conf file (Line 30 is "service director {) # To enable director service, uncomment the modes and assign a port. service director { unix_listener login/director { #mode = 0666 } fifo_listener