3 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] sqwebmail doesnt deli...
FromSent OnAttachments
Jerkovic BoskoJun 1, 2005 3:39 am 
Jerkovic BoskoJun 1, 2005 3:41 am 
Brian CandlerJun 1, 2005 11:29 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] sqwebmail doesnt deliver mail to hotmailActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jun 1, 2005 11:29:06 pm
List:net.sourceforge.lists.courier-sqwebmail

On Wed, Jun 01, 2005 at 12:39:34PM +0200, Jerkovic Bosko wrote:

it doesn't deliver mail to hotmail

everything else is working fine, when mail is sent true

smtp with clients it gets delivered, but when i send it from

sqwebmail to my @hotmail and @gmail address, it gets to the gmail, but not to the hotmail.

Not a sqwebmail problem. Sqwebmail submits outbound mail to your MTA using 'sendit.sh' - you can read this shell script for yourself and see what it does.

Once the message is in your MTA, what happens from there is entirely under its control. You need to look at your MTA's log files to see what's happening. That might be /var/log/maillog, or somewhere else, depending on your MTA and how it's configured.

Perhaps you are sending out mails with an invalid return address, e.g. users are logging into sqwebmail as us@foo.example.com where foo.example.com does not exist in the DNS. In that case, many remote sites will refuse mail from you (and you will never see bounces)

Brian.