Re: [courier-users] No RELAYCLIENT for local mail to be relayed?
Brought to you by:
mrsam
|
From: Sam V. <mr...@co...> - 2024-05-12 12:02:25
|
Alessandro Vesely writes: > Hi Sam and all, > > there is a zdkimfilter user unable to DKIM-sign local mail. I modified > zdkimfilter slightly so as to detect RELAYCLIENT even without a trailing > equal sign[*]. Didn't work. I asked the user to send me a control file, > and then I checked my own mailq and, surprisingly, there's no RELAYCLIENT. > Here's a sample: > > > sv...@ta... > fdns; localhost (localhost [127.0.0.1]) > e > t > M00000000005DC1A8.0000000066408BCD.0000177E > rRE...@so... > R > N > OTCPREMOTEIP=127.0.0.1 > ulocal > E1716110925 > p1715534925 > W1715520525 > A1715506125 > I0 R Connection timed out > D0 1715506189 > C1715506189 > A1715506489 > > > How do people manage to put RELAYCLIENT in the control file? RELAYCLIENT is usually set in the smtpaccess file, as an environment variable. Consequently it is set only in mail received by SMTP. In the control file, you should see 'uautsmtp' if it was set, "usmtp" if not set. Here, you see "ulocal". |