I enabled https for my webmail. It works for LAN client but doesn't work for Internet clients. I checked with tcpdump ipfw filters the incomping https packets unless the rule
Ipfw add allow tcp from any to ${webmail} 443 Ipfw add allow tcp from ${webmail} 443 to any Even I tried Ipfw add allow all from any to ${webmail} keep-state Ipfw add allow all from ${webmail} to any keep-state Nothing helps. Any comments? Are there any specific ipfw configurations related to https? Thank you in advance Narek _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"