Toby Batch wrote:
Jan 13 00:40:19 server12345 postfix/smtpd[8678]: NOQUEUE: reject: RCPT from dyn-81-5-132-21.dsl.eclipse.net.uk[81.5.132.21]: 554 <[EMAIL PROTECTED]>: Relay access denied; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<odin>
Jan 13 00:40:19 server30172 postfix/smtpd[8678]: disconnect from dyn-81-5-132-21.dsl.eclipse.net.uk[81.5.132.21]
I think it's likely that Postfix doesn't know that domain123.org.uk is a local destination. Did you add $transport_maps to $mydestination or domain123.uk.org to $mydestination? Either works, but I prefer the former as it'll keep you from having to edit main.cf everytime you add a domain.
kashani
-- [email protected] mailing list
I didn't but it doesn't seem to fix it, main.cf:
# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS". # mydestination = $myhostname, localhost.$mydomain, localhost, $transport_maps
And a mail sent to [EMAIL PROTECTED]:
Jan 13 16:19:43 server30172 postfix/smtpd[9098]: starting TLS engine
Jan 13 16:19:48 server30172 postfix/smtpd[9098]: connect from mra02.ex.eclipse.net.uk[212.104.129.89]
Jan 13 16:19:48 server30172 postfix/smtpd[9098]: NOQUEUE: reject: RCPT from mra02.ex.eclipse.net.uk[212.104.129.89]: 554 <[EMAIL PROTECTED]>: Relay access denied; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<mra02.ex.eclipse.net.uk>
Jan 13 16:19:48 server30172 postfix/smtpd[9098]: disconnect from mra02.ex.eclipse.net.uk[212.104.129.89]
The real annoying thing is I've got all this working on another server using /etc/postfix/virtual as a flat file. I would just like to set up the mysql version as my user count is growing.
-- [email protected] mailing list
