Linode Forum
https://forum.linode.com/

SMTP working fine, but dont recieving mails
https://forum.linode.com/viewtopic.php?f=11&t=8979
Page 1 of 1

Author:  latulla [ Mon Jun 11, 2012 7:29 am ]
Post subject:  SMTP working fine, but dont recieving mails

hi,


I followed ALL the instructions @ http://library.linode.com/email/postfix/dovecot-mysql-debian-6-squeeze for configuring my new mailserver.
Sending of email works fine, but I can't recieve them. I tried sending with my "freemail mail", after a few seconds I always get this answer:

Quote:
Hi. This is the qmail-send program at mailout-de.gmx.net.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<info@alex****.de>:
62.146.106.39_does_not_like_recipient./Remote_host_said:_550_5.1.1_<info@alex****.de>:_Recipient_address_rejected:_User_unknown_in_local_recipient_table/Giving_up_on_62.146.106.39./


In /var/log/* I can't find any new entry when I tried to recieve a new mail (e.g. no error's).


When I am looking with mutt I can find a report like this:

Quote:
Date: Mon, 11 Jun 2012 11:14:17 +0200 (CEST)
From: Mail Delivery System <MAILER-DAEMON@alex****.de>
To: root@alex****.de
Subject: Undelivered Mail Returned to Sender

[-- Attachment #1: Notification --]
[-- Type: text/plain, Encoding: 7bit, Size: 0.4K --]

This is the mail system at host alex****.de.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

<info@alex****.de>: unknown user: "info"
[-- Attachment #2: Delivery report --]
[-- Type: message/delivery-status, Encoding: 7bit, Size: 0.3K --]

Reporting-MTA: dns; alex****.de
X-Postfix-Queue-ID: 8CCD87B9807A
X-Postfix-Sender: rfc822; root@alex****.de
Arrival-Date: Mon, 11 Jun 2012 11:14:17 +0200 (CEST)

Final-Recipient: rfc822; info@alex****.de
Action: failed
Status: 5.1.1
Diagnostic-Code: X-Postfix; unknown user: "info"


actually it tell's me there is no user 'info'? I followed all directions in the howto but I've tried now for 3 hours and dont know what to do anymore... Would be nice if someone could help!

Author:  latulla [ Mon Jun 11, 2012 9:04 am ]
Post subject:  Re: SMTP working fine, but dont recieving mails

I just forgot.. here's my postfix config file:

/etc/postfix: cat main.cf
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = /usr/share/doc/postfix

# TLS parameters
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = vs250158.vserver.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = v*****, localhost, localhost.localdomain
relayhost =
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
html_directory = /usr/share/doc/postfix/html
message_size_limit = 30720000
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
virtual_create_maildirsize = yes
virtual_maildir_extended = yes
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1

Author:  hoopycat [ Mon Jun 11, 2012 6:20 pm ]
Post subject:  Re: SMTP working fine, but dont recieving mails

Hmm, based on the error message, it looks like mail for your domain is being routed to 62.146.106.39. Is that right? Tough to do any more troubleshooting without knowing what the domain is, of course...

Author:  latulla [ Tue Jun 12, 2012 8:10 am ]
Post subject:  Re: SMTP working fine, but dont recieving mails

That's correct.. Actually I dont like my domain data published, so could I contact you by PM?
And doesn't anyone have an idea?

Author:  hoopycat [ Tue Jun 12, 2012 8:55 pm ]
Post subject:  Re: SMTP working fine, but dont recieving mails

I'm not an all-knowing expert, so I don't usually do support via PM. In any case, it looks like 62.146.106.39 isn't a Linode IP, so the mail might be routing to the wrong server; that'd be my first guess.

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/