kanzer,

        It seems like you are having a basic setup issue.  I’m curious why you 
started with dkim and clam before you had smtp -> Maildir working.  

Your config looks like you should focus on using 587 for outgoing and 25 for 
incoming, and keep them separate.  Yes port 25 is necessary for receiving mail, 
but it looks more like your smtpd does not know that it is accepting for local 
delivery.  Perhaps your config only delivers local if received on port 25?  Do 
you have/need lines like these?

table aliases db:/etc/mail/aliases.db
listen on all port 25 hostname mail.darkmail.mx
accept for local alias <aliases> deliver to maildir

should give you logs like:

> Feb 12 09:22:48 my-awesome-hostname smtpd[27955]: smtp-in: New session 
> 7a03a50e0b3580ac from host bedbathbeyond.outbound.ed10.com [208.94.20.201]
> Feb 12 09:22:49 my-awesome-hostname smtpd[27955]: smtp-in: Accepted message 
> dd74e5d8 on session 7a03a50e0b3580ac: 
> from=<v79usr-jq8olo-9zm6km-yh00erz-m9h0kgq-m-m2-20150212-db3395fcb7...@bedbathbeyond.bounce.ed10.net>,
>  to=<[email protected]>, size=27095, ndest=1, proto=ESMTP
> Feb 12 09:22:49 my-awesome-hostname smtpd[27955]: delivery: Ok for 
> dd74e5d8eb6ec513: 
> from=<v79usr-jq8olo-9zm6km-yh00erz-m9h0kgq-m-m2-20150212-db3395fcb7...@bedbathbeyond.bounce.ed10.net>,
>  to=<[email protected]>, user=bucket, method=maildir, delay=1s, 
> stat=Delivered
> Feb 12 09:22:54 my-awesome-hostname smtpd[27955]: smtp-in: Closing session 
> 7a03a50e0b3580ac
> 





--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to