Current time: 05-06-2024, 11:14 PM Hello There, Guest! (LoginRegister)


Thread Closed 
Emails not reaching hotmail.
Author Message
prale Offline
Junior Member
*

Posts: 92
Joined: Feb 2008
Reputation: 1
Post: #1
Emails not reaching hotmail.
It took me a while to figure out I had to configure $mydomain and $myhostname with "mail." in front of it.
Otherwise I can't send/recieve emails proper.

Now it works, but hotmail isn't getting my emails.
I googled and tried a lot, but nothing helps.
Here is my config:

Code:
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = mail.sub.domain.net.local
myhostname = mail.sub.domain.net
mynetworks_style = host
myorigin = $myhostname
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP
smtpd_data_restrictions = reject_multi_recipient_bounce,                                                                                                            reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,                               permi                                                                             t_sasl_authenticated,                               reject_invalid_helo_hostname                                                                             ,                               reject_non_fqdn_helo_hostname
smtpd_recipient_restrictions = reject_non_fqdn_recipient,                                                                                                            reject_unknown_recipient_domain,                               permit_my                                                                             networks,                               permit_sasl_authenticated,                                                                                                            reject_unauth_destination,                               reject                                                                             _unlisted_recipient,                               check_policy_service inet:127                                                                             .0.0.1:12525,                               check_policy_service inet:127.0.0.1:                                                                             60000,                               permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sender_restrictions = reject_non_fqdn_sender,                                                                                                            reject_unknown_sender_domain,                               permit_mynetworks,                                                                                                            permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1001
virtual_transport = virtual
virtual_uid_maps = static:1001

Code:
# vi /etc/ispcp/bind/parts/db_e.tpl
$TTL 12H
$ORIGIN {DMN_NAME}.
@               IN              SOA             ns1.{DMN_NAME}. postmaster.{DMN_NAME}. (
; dmn [{DMN_NAME}] timestamp entry BEGIN.
                {TIMESTAMP}     ; Serial
; dmn [{DMN_NAME}] timestamp entry END.
                8H              ; Refresh
                15M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.{DMN_NAME}.
                IN              NS              ns2.{DMN_NAME}.
                IN              MX      10      mail.{DMN_NAME}.

{DMN_NAME}.     IN              A               {DMN_IP}
www             IN              A               {DMN_IP}
{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               {BASE_SERVER_IP}
ns1             IN              A               {BASE_SERVER_IP}
ns2             IN              A               {SECONDARY_DNS_IP}
; CNAME for mail transfer
imap            IN              CNAME           mail
pop             IN              CNAME           mail
pop3            IN              CNAME           mail
relay           IN              CNAME           mail
smtp            IN              CNAME           mail
; CNAME for web transfer
ftp             IN              CNAME           www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
~

Thanks already, I hope someone can help me out.
(This post was last modified: 03-02-2008 11:24 PM by prale.)
03-02-2008 10:16 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
Emails not reaching hotmail. - prale - 03-02-2008 10:16 PM
RE: Emails not reaching hotmail. - prale - 03-02-2008, 10:31 PM
RE: Emails not reaching hotmail. - BeNe - 03-02-2008, 11:25 PM
RE: Emails not reaching hotmail. - Rene - 03-02-2008, 11:46 PM
RE: Emails not reaching hotmail. - prale - 03-02-2008, 11:52 PM
RE: Emails not reaching hotmail. - prale - 03-02-2008, 11:51 PM
RE: Emails not reaching hotmail. - Rene - 03-03-2008, 12:19 AM
RE: Emails not reaching hotmail. - BeNe - 03-03-2008, 12:25 AM
RE: Emails not reaching hotmail. - prale - 03-03-2008, 12:34 AM
RE: Emails not reaching hotmail. - prale - 03-03-2008, 12:38 AM
RE: Emails not reaching hotmail. - prale - 03-03-2008, 01:55 AM
RE: Emails not reaching hotmail. - joximu - 03-03-2008, 04:39 AM
RE: Emails not reaching hotmail. - joximu - 03-03-2008, 04:45 AM
RE: Emails not reaching hotmail. - prale - 03-03-2008, 05:15 AM
RE: Emails not reaching hotmail. - prale - 03-03-2008, 05:38 PM
RE: Emails not reaching hotmail. - rbtux - 03-03-2008, 08:10 PM
RE: Emails not reaching hotmail. - prale - 03-04-2008, 03:24 AM
RE: Emails not reaching hotmail. - prale - 03-04-2008, 06:34 AM
RE: Emails not reaching hotmail. - prale - 03-04-2008, 07:56 AM
RE: Emails not reaching hotmail. - prale - 03-08-2008, 01:58 AM
RE: Emails not reaching hotmail. - prale - 03-11-2008, 05:39 PM
RE: Emails not reaching hotmail. - grungy - 03-20-2008, 07:33 PM
RE: Emails not reaching hotmail. - grungy - 03-20-2008, 08:03 PM
RE: Emails not reaching hotmail. - prale - 03-21-2008, 03:32 AM
RE: Emails not reaching hotmail. - joximu - 03-21-2008, 05:18 AM
RE: Emails not reaching hotmail. - prale - 03-21-2008, 06:02 AM
RE: Emails not reaching hotmail. - yekmer - 07-17-2008, 08:10 PM
RE: Emails not reaching hotmail. - Cube - 07-17-2008, 08:49 PM
Adding SPF Records - Leo51 - 07-31-2011, 09:56 PM
RE: Emails not reaching hotmail. - joximu - 08-01-2011, 09:56 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)