Lines Matching defs:path
58 rcpt = smtp_server_transaction_add_rcpt(trans, data->path,
107 struct smtp_address *path;
113 "<Postmaster>" / Forward-path ) [SP Rcpt-parameters] CRLF
114 Forward-path = Path
121 /* ( "<Postmaster@" Domain ">" / "<Postmaster>" / Forward-path ) */
129 &path, &error, ¶ms) < 0) {
138 "Invalid TO: Invalid character in path");
141 if (path->domain == NULL && !conn->set.rcpt_domain_optional &&
142 strcasecmp(path->localpart, "postmaster") != 0) {
169 rcpt_data->path = smtp_address_clone(cmd->pool, path);