Any idea if or when a search function can be implemented that can filter emails by keyword with the From, To, CC and Subject fields?
Sorry for the late response, was out of the country for several weeks. I tried patch-5-lcp.c but still have the same issue as I had with patch-4 where it is never able to connect. With all the patches you released so far, only patch-3 actually works. Because of this, I have looked at the differences between patch-3 and patch-5 and was able to make patch-5 work by changing the following code. from: if (lcp->phase == PHASE_AUTHENTICATE || lcp->phase == PHASE_NETWORK) lcp->need_reset = 1; to: if (lcp->phase...
Tried the patch but for some reason, it does not work well. First of all, I had to add src/ in front of lcp.c and lcp.h for it to apply successfully. However with this patch applied, we are no longer able to connect and get the following error: PPPoE: can't connect "[1c]:"->"mpd7042-1" and "[1bcf]:"->"left": No such file or directory as per the mpd.log below: Oct 23 22:12:58 bigben mpd5: [L2] Link: reconnection attempt 25 in 11 seconds Oct 23 22:12:58 bigben mpd5: [B1] IPCP: SendConfigReq #68 Oct...
Wow finally, it works and both lines get bonded! thanks :) Still have to do some fine tuning as for some reason, I only get 70% to 80% of the total upload or download bandwidth from both links combined. Current log is as follows: Oct 23 00:19:43 bigben mpd5: process 91388 started, version 5.8 (root@bigben.skychoice.ca 23:15 22-Oct-2018) Oct 23 00:19:43 bigben mpd5: Label 'startup' not found Oct 23 00:19:44 bigben mpd5: [B1] Bundle: Interface ng0 created Oct 23 00:19:44 bigben mpd5: [L1] Bandwidth...
Wow finally, it works and both lines get bonded! :) Still have to do some fine tuning as for some reason, I only get 70% to 80% of the total upload or download bandwidth from both links combined. Current log is as follows: Oct 23 00:19:43 bigben mpd5: process 91388 started, version 5.8 (root@bigben.skychoice.ca 23:15 22-Oct-2018) Oct 23 00:19:43 bigben mpd5: Label 'startup' not found Oct 23 00:19:44 bigben mpd5: [B1] Bundle: Interface ng0 created Oct 23 00:19:44 bigben mpd5: [L1] Bandwidth truncated...
I know it works fine when using other clients such as rp-pppoe (i.e. Roaring penguin). Will try to setup another router soon or temporarily use rp-pppoe on our FreeBSD server..
As requested, log after adding latest patch can be found below. Behavior is still the same where none of the 2 lines ever manage to get connected until I disable multilink in the mpd5 config. Oct 18 00:19:35 bigben mpd5: Multi-link PPP daemon for FreeBSD Oct 18 00:19:35 bigben mpd5: Oct 18 00:19:35 bigben mpd5: process 16448 started, version 5.8 (root@bigben.skychoice.ca 00:08 18-Oct-2018) Oct 18 00:19:35 bigben mpd5: web: listening on 192.168.128.100 5006 Oct 18 00:19:35 bigben mpd5: [B1] Bundle:...
mpd.log with latest patch (i.e. 11.10.2018 version) applied and port rebuilt: Oct 17 02:12:31 bigben mpd5: Multi-link PPP daemon for FreeBSD Oct 17 02:12:31 bigben mpd5: Oct 17 02:12:31 bigben mpd5: process 9124 started, version 5.8 (root@bigben.skychoice.ca 02:03 17-Oct-2018) Oct 17 02:12:31 bigben mpd5: web: listening on 192.168.128.100 5006 Oct 17 02:12:31 bigben mpd5: [B1] Bundle: Interface ng0 created Oct 17 02:12:31 bigben mpd5: [L1] Bandwidth truncated to 10000000 bit/s Oct 17 02:12:31 bigben...