smtpd - Filter-dataline response is the parameter

2019-04-07 Thread Martijn van Duren
Found this the hard way by playing with the new filter API. When sending a plaintext message, which has an '|' in the text it would cut of the data at that point. The diff below pushes the parameter split to after handling the filter-dataline. Fixes my usecase. OK? martijn@ Index: lka_filter.c

sfp module info and diagnostics

2019-04-07 Thread David Gwynne
this adds support to ifconfig for reading info from transceivers. it looks like this: dlg@ix ifconfig$ sudo ./obj/ifconfig ix0 transceiver ix0: identifier SFP (03) connector: Copper Pigtail (21) vendor: Amphenol product: 616740001 revision: B serial: CN0V25

[PATCH]: Make -P option of mount_mfs(8) support DUIDs

2019-04-07 Thread Rafael Neves
Hi tech@, When I had to change a HD between machines I figured out that -P option of mount_mfs(8) does not work with DUIDs: # mount_mfs -P ca7552589896b01e.d swap /mnt mount_mfs: cannot stat ca7552589896b01e.d: No such file or directory mount_mfs(8) already allows a DUID as the `special` argume