Gmail suppresses duplicates, so you don't see your own posts.  We
get to see all four.  Please stop.


On 11/27/2011 10:50 PM, bluethundr wrote:
> 
> Nov 27 23:27:56 mail postfix/smtp[18013]: 41C6324F9F:
> to=<bluethu...@crispycode.com>, relay=none, delay=25, delays=25/0.01/0/0,
> dsn=5.4.6, status=bounced (mail for 127.0.0.1 loops back to myself)


This is the problem; postfix doesn't know where to deliver this.
Maybe your transport_maps is interfering with delivery?


> If I try a telnet SMTP session that sends mail to the user
> bluethu...@mail.crispycode.com the logs report the mail is delivered but
> there is evidence of the mail file (which should include the message id) on
...
> Nov 27 23:37:08 mail postfix/local[18045]: A6F3F24F9F:
> to=<bluethu...@mail.crispycode.com>, relay=local, delay=36,
> delays=36/0.01/0/0.02, dsn=2.0.0, status=sent (delivered to maildir)

Postfix thinks this is a local domain (listed in mydestination) so
the mail is delivered to the user's home directory.


> This is how I have my virtual domains and users defined in the database:

Probably better off getting your mail to work with simple hash:
files.  After you get that working, duplicate it with sql.


> [root@mail ~]# postconf -n
> home_mailbox = Maildir/

local mail is delivered to the user's $home/Maildir/new

> mydestination = $myhostname, localhost.localdomain, localhost

Probably don't want $myhostname here.



Please review
http://www.postfix.org/BASIC_CONFIGURATION_README.html
http://www.postfix.org/STANDARD_CONFIGURATION_README.html
http://www.postfix.org/VIRTUAL_README.html
http://www.postfix.org/ADDRESS_CLASS_README.html




   -- Noel Jones

Reply via email to