search for: tsmtp

Displaying 2 results from an estimated 2 matches for "tsmtp".

Did you mean: smtp
2008 Jan 20
3
Exim Dovecot Authentication Problem
Having a hard time figuring out something that is supposed to be easy. Tryiong to configure Dovecot so that it provides authentication to Exim for outgoing smtp. Tried different things and getting authentication socket protocol error dovecot_plain: driver = dovecot public_name = PLAIN server_socket = /var/run/dovecot/auth-client server_set_id = $auth1 auth default { # Space
2004 Dec 09
1
Exim4 authentication patch
...case 'V': + CHECK_COMMAND("VERSION", 2, 2); + if (atoi(args[1]) != VERSION_MAJOR) + OUT("authentication socket protocol version mismatch"); + break; + + default: + goto out; + } + } + + if (!found) + goto out; + + fprintf(f, "VERSION\t%d\t%d\r\nSERVICE\tSMTP\r\nCPID\t%d\r\n" + "AUTH\t%d\t%s\trip=%s\tlip=%s\tresp=%s\r\n", + VERSION_MAJOR, VERSION_MINOR, getpid(), cuid, + ablock->public_name, sender_host_address, interface_address, + data ? (char *) data : ""); + + while (1) { + if (fgets(buffer, sizeof(buffer), f) == NUL...