Current time: 05-07-2024, 04:59 AM Hello There, Guest! (LoginRegister)


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

Posts: 92
Joined: Feb 2008
Reputation: 1
Post: #5
RE: Emails not reaching hotmail.
Code:
Mar  2 14:25:09 *subdomain* postfix/master[14862]: terminating on signal 15
Mar  2 14:25:10 *subdomain* postfix/master[15311]: daemon started -- version 2.3.8, configuration /etc/postfix
Mar  2 14:25:59 *subdomain* postfix/pickup[15316]: E0C635BC785: uid=2001 from=<webmaster@usedclientsitedomain.com>
Mar  2 14:25:59 *subdomain* postfix/cleanup[15324]: E0C635BC785: message-id=<20080302132559.E0C635BC785@mail.sub.domain.net>
Mar  2 14:25:59 *subdomain* postfix/qmgr[15317]: E0C635BC785: from=<webmaster@usedclientsitedomain.com>, size=2668, nrcpt=1 (queue active)
Mar  2 14:26:00 *subdomain* postfix/smtpd[15328]: connect from sub.domain.net.local[127.0.0.1]
Mar  2 14:26:00 *subdomain* postfix/smtpd[15328]: 4D8AC5BC784: client=sub.domain.net.local[127.0.0.1]
Mar  2 14:26:00 *subdomain* postfix/cleanup[15324]: 4D8AC5BC784: message-id=<20080302132559.E0C635BC785@mail.sub.domain.net>
Mar  2 14:26:00 *subdomain* postfix/qmgr[15317]: 4D8AC5BC784: from=<webmaster@usedclientsitedomain.com>, size=3083, nrcpt=1 (queue active)
Mar  2 14:26:00 *subdomain* amavis[16364]: (16364-06) Passed CLEAN, <webmaster@usedclientsitedomain.com> -> <reciever@hotmail.com>, Message-ID: <20080302132559.E0C635BC785@mail.sub.domain.net>, Hits: -, 431 ms
Mar  2 14:26:00 *subdomain* postfix/smtpd[15328]: disconnect from sub.domain.net.local[127.0.0.1]
Mar  2 14:26:00 *subdomain* postfix/smtp[15326]: E0C635BC785: to=<receiver@hotmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.55, delays=0.07/0.03/0.01/0.44, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=16364-06, from MTA: 250 2.0.0 Ok: queued as 4D8AC5BC784)
Mar  2 14:26:00 *subdomain* postfix/qmgr[15317]: E0C635BC785: removed
Mar  2 14:26:03 *subdomain* postfix/smtp[15329]: 4D8AC5BC784: to=<receiver@hotmail.com>, relay=mx2.hotmail.com[65.54.245.40]:25, delay=3.4, delays=0.06/0.02/0.67/2.7, dsn=2.0.0, status=sent (250  <20080302132559.E0C635BC785@mail.sub.domain.net> Queued mail for delivery)
Mar  2 14:26:03 *subdomain* postfix/qmgr[15317]: 4D8AC5BC784: removed

----------------------------------------------------------------
I found a workaround, that I'm willing to try.
Only I don't know a SMTP server to use, because I believe this workaround just sends all emails to hotmail using an external smtp server?

Postfix workaround:
Create a new file named: /etc/postfix/transportmappings and add the following line to this file:
Quote:hotmail.com smtp:<name SMTP server>

Convert it to a db-database:
Quote:postmap /etc/postfix/transportmappings

Add this to /etc/postfix/main.cf:
Quote:relayhost =
transport_maps = hash:/etc/postfix/transportmappings

Restart postfix:
Quote:/etc/init.d/postfix restart

Suitable for a Debian installation.
03-02-2008 11:51 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: 1 Guest(s)