Displaying 4 results from an estimated 4 matches for "ncpid".
Did you mean:
acpid
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
2010 Jun 24
2
Work with auth socket
I need to use Dovecot auth socket from my perl script to validate user's
passwords (for jabber server). Is there any information about how to
communicate with dovecot auth socket?
2004 Dec 09
1
Exim4 authentication patch
...9;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) == NULL) {
+...
2009 Feb 24
4
dovecot1.2 segfault
...71] gettimeofday( <unfinished ...>
[pid 6759] <... fstat resumed> {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
[pid 6771] <... gettimeofday resumed> {1235491268, 506596}, NULL) = 0
[pid 6759] lseek(19, 0, SEEK_CUR <unfinished ...>
[pid 6771] write(13, "VERSION\t1\t0\nCPID\t6771\n"..., 22 <unfinished ...>
[pid 6759] <... lseek resumed> ) = -1 ESPIPE (Illegal seek)
[pid 6771] <... write resumed> ) = 22
[pid 6759] getsockname(19, <unfinished ...>
[pid 6771] getdents(11, <unfinished ...>
[pid 6759] <... getsocknam...