mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
69d06bb44a
server and proxying. Three proxy modes are supported. - Unathenticated proxying mode in which case it just sits between the client and specified server. - Athenticated proxying mode, which is the same as above, but only for authenticated connection. - Smart proxying mode in which it accepts will send the mail through a server specified in the user's config by matching the the sender using regexps to determine what server should be used. PR: 124967 Submitted by: "Zane C.B." <vvelox at vvelox dot net>
12 lines
516 B
Plaintext
12 lines
516 B
Plaintext
A specialized mail gateway system for using user a specified SMTP
|
|
server and proxying.
|
|
|
|
Three proxy modes are supported.
|
|
- Unathenticated proxying mode in which case it just sits between
|
|
the client and specified server.
|
|
- Athenticated proxying mode, which is the same as above, but only
|
|
for authenticated connection.
|
|
- Smart proxying mode in which it accepts will send the mail through
|
|
a server specified in the user's config by matching the the sender
|
|
using regexps to determine what server should be used.
|