http://www.gentoo.org/doc/en/virt-mail-howto.xml
I can login through pop3/imap (telnet) fine and i can send emails through telnet/php/commandline.
When I'm sent mail, my account seems to get auth'd ok (my maildir path is retreaved) and postfix says that email has been sent to the box.
But allas, it has not; any ideas?
Code: Select all
hide-my-domain log # cat postfixd.log
{snip}
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: maps_find: local_recipient_maps: mysql:/etc/postfix/mysql-virtual-maps.cf(0,100): malcolm@hide-my-domain.com = /home/www/hide-my-domain.com/mail/malcolm
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: mail_addr_find: malcolm@hide-my-domain.com -> /home/www/hide-my-domain.com/mail/malcolm
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: smtpd_check_rewrite: trying: permit_inet_interfaces
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: permit_inet_interfaces: wr-out-0506.google.com 64.233.184.239
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: connect to subsystem public/cleanup
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: public/cleanup socket: wanted attribute: queue_id
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute name: queue_id
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute value: 1091610ABF8
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: public/cleanup socket: wanted attribute: (list terminator)
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute name: (end)
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: send attr flags = 50
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: 1091610ABF8: client=wr-out-0506.google.com[64.233.184.239]
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: > wr-out-0506.google.com[64.233.184.239]: 250 Ok
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: < wr-out-0506.google.com[64.233.184.239]: DATA
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: > wr-out-0506.google.com[64.233.184.239]: 354 End data with <CR><LF>.<CR><LF>
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: public/cleanup socket: wanted attribute: status
Jun 16 04:03:10 hide-my-domain postfix/cleanup[10299]: 1091610ABF8: message-id=<f2b0e7190606152104i28d15ec5ud5fff73da3ede81b@mail.gmail.com>
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute name: status
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute value: 0
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: public/cleanup socket: wanted attribute: reason
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute name: reason
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute value: (end)
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: public/cleanup socket: wanted attribute: (list terminator)
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: input attribute name: (end)
Jun 16 04:03:10 hide-my-domain postfix/smtpd[10291]: > wr-out-0506.google.com[64.233.184.239]: 250 Ok: queued as 1091610ABF8
Jun 16 04:03:10 hide-my-domain postfix/qmgr[10286]: 1091610ABF8: from=<{my GMail Address}@gmail.com>, size=1564, nrcpt=1 (queue active)
Jun 16 04:03:10 hide-my-domain postfix/local[10301]: 1091610ABF8: to=<malcolm@hide-my-domain.com>, relay=local, delay=1, status=sent (delivered to maildir)
Jun 16 04:03:10 hide-my-domain postfix/qmgr[10286]: 1091610ABF8: removed
hide-my-domain log # find /home/www/hide-my-domain.com/mail/
/home/www/hide-my-domain.com/mail/
/home/www/hide-my-domain.com/mail/malcolm
/home/www/hide-my-domain.com/mail/malcolm/cur
/home/www/hide-my-domain.com/mail/malcolm/new
/home/www/hide-my-domain.com/mail/malcolm/tmp
hide-my-domain log #

