Lines Matching defs:session_id
37 char *session_id;
130 i_free(rcpt->session_id);
214 so it's session_id needs to be different,
215 but second time session_id needs to be the same as rcpt session_id and
217 of the second recipient, so add custom ":quota" suffix to the session_id without
218 session_id counter increment, so next time mail user will get
346 const char *session_id, *error = NULL;
352 /* Use a unique session_id for each mail delivery. This is especially
356 session_id = trans->id;
358 session_id = t_strdup_printf("%s:%u",
369 input.session_id = session_id;
400 rcpt->session_id = i_strdup(session_id);
572 dctx.session_id = rcpt->session_id;
617 smtp_address_encode(rcpt_to), rcpt->session_id);