Am 28.11.2011 06:26, schrieb Tim Dunphy:
> Thanks Noel,
> 
>  I tried altering the transport table I am using in the hopes of resolving 
> the situation.
> 
> 
> 
> [root@mail ~]# grep CC2C124F9F /var/log/maillog
> Nov 28 00:21:36 mail postfix/smtpd[18192]: CC2C124F9F: 
> client=localhost[127.0.0.1]
> Nov 28 00:21:50 mail postfix/cleanup[18201]: CC2C124F9F: 
> message-id=<20111128052136.cc2c124...@mail.crispycode.com>
> Nov 28 00:21:50 mail postfix/qmgr[17871]: CC2C124F9F: 
> from=<bluethu...@jokefire.com>, size=381, nrcpt=1 (queue active)
> Nov 28 00:21:50 mail postfix/smtp[18204]: CC2C124F9F: 
> to=<bluethu...@crispycode.com>, relay=50.19.83.210[50.19.83.210]:25, 
> delay=23, delays=23/0.01/0.02/0, dsn=5.4.6, status=bounced (mail for 
> [50.19.83.210] loops back to myself)
> Nov 28 00:21:50 mail postfix/bounce[18207]: CC2C124F9F: sender non-delivery 
> notification: 1C48424FA1
> 
> 
> This is what the transport table looks like
> 
> mysql> select * from transport;
> +----------------+---------------------+
> | domain         | transport           |
> +----------------+---------------------+
> | crispycode.com | smtp:[50.19.83.210] |
> +----------------+---------------------+
> 1 row in set (0.00 sec)
> 
> 
> Previously it looked like this:
> 
> mysql> select * from transport;
> +----------------+---------------------+
> | domain         | transport           |
> +----------------+---------------------+
> | crispycode.com | smtp:[1270.0.1] |
> +----------------+---------------------+
> 1 row in set (0.00 sec)
> 
> 
> As far as I know the way these trasnport tables are setup should allow for 
> the mail to be delivered. If this table is the problem I would love to 
> understand why...

well, the transport is not enough

the final destination or your server has to know about the domain and
the user, postfix MUST know which RCPT are valid if there is no catch-all
defined

smtp:[1270.0.1] is a typo and even if not nonsense since this
whould be a loop and this tries sounds like you are not really
know what you want to have

i recommend dovecot or any other MDA with lmtp but can not help you
really since i am using only dbmail where dbmail/postfix are sahring
the usertables - means postfix is using the native dbmail-tables
for the list of valid rcpt and dlivers over LMTP on 127.0.0.1



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to