Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

[Solved] Postfix says the mail's delivered to maildir but...

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
Malcolm
n00b
n00b
User avatar
Posts: 59
Joined: Thu Jul 11, 2002 3:58 am
Location: Ontario, Canada
Contact:
Contact Malcolm
Website

[Solved] Postfix says the mail's delivered to maildir but...

  • Quote

Post by Malcolm » Fri Jun 16, 2006 4:30 am

I have postfix + courier-imap + Cyrus-sasl + mysql installed and configured, following the instructions here:
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 #
Thanks for any help :)
Last edited by Malcolm on Fri Jun 16, 2006 12:44 pm, edited 1 time in total.
Top
magic919
Advocate
Advocate
Posts: 2182
Joined: Fri Jun 17, 2005 7:31 am
Location: Berkshire, UK

  • Quote

Post by magic919 » Fri Jun 16, 2006 7:31 am

Well I'd work on the basis Postfix IS delivering it, as that's what Postfix is telling us. Have you checked /home/malcolm/.maildir/ ? Otherwsie do a more general check for maildirs and inspect those.
Top
Malcolm
n00b
n00b
User avatar
Posts: 59
Joined: Thu Jul 11, 2002 3:58 am
Location: Ontario, Canada
Contact:
Contact Malcolm
Website

  • Quote

Post by Malcolm » Fri Jun 16, 2006 12:43 pm

Good save, all the mail is being redirected to the user account.

I guess I'll have to go back over my conf

Thanks
Top
magic919
Advocate
Advocate
Posts: 2182
Joined: Fri Jun 17, 2005 7:31 am
Location: Berkshire, UK

  • Quote

Post by magic919 » Fri Jun 16, 2006 1:20 pm

It's that bit where the logs show 'local' as doing the delivery that gave the hint. Hope you get it sorted.
Top
Post Reply

4 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic