|
Recently I had to move one of my web applications to a new hosting provider. The mail and web service is still held on the old hosting site however, when I try to send an email from the new server,I get an error;
"The server rejected one or more recipient...
Started by Skittles on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
POP-Before-SMTP
You already have the code you're looking a connection....
I'm pretty sure POP3 is not built but, someone may find it useful.. .
Of failure with the need of POP-login before using the SMTP-service.
|
|
Hi,
I use POP and SMTP via Standard Socket in my software, using 1und1 account.
What I do is (simplified)
Code: Login with POP3
-check for existance of Mail
--then in the disconnect event of POP
---login with SMTP
---try to send mail
in both error events...
Started by Jason on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at realsoftware):
So with MTA you mean machine....
Some other method Hi msssltd,
thank you for the fast response .
I don't think this is your problem.
They are not using pop before SMTP.
|
|
Guys,
XDove named after XMail & Dovecot the 2 open source offerings that are combined to provide the best possible Email server
functionalities that is one-click installable on your QNAP NAS. XDove provides mail services like SMTP, POP3 and IMAP, it also...
Started by AndyChuo on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at qnap):
I also failed to start.
See here.
Unofficial QNAP How-To Guide: http?
This suggests that the domain doesn't exist before creating a user.
Don Search (upper right hand corner) before posting.
To come out.
|
Ask your Facebook Friends
|
Hi,
Last night out of nowhere my e-mail client applications such as Outlook and ActiveSync on phones stopped being able to authenticate against our ADFS. However, OWA, Sharepoint and the portal still work fine, so the issue seems to be related to authentication...
Started by Tomas on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at office365):
Oh well good to see.
Customers are not happy...because, no mail since 3 days before they found that the StartSLL was rejected told us about that sooner before we had to fork out 100s of dollars on certs.
|
|
(sorry about bad english)
Hi. I had been using gmail via thunderbird for time, and now (when I am trying to set it up from zero) it doesn't work.
I have switched pop/imap on in gmail settings, I have read help about how to configure client.
I have configured...
Answer Snippets (Read the full thread at mozillazine):
With GMail, both can work, but the full email address seems... .
Also, try both your full email address and just the part before the @.
With GMail, both can work, but the full email address seems to work most works best .
The part before the @.
|
|
Using Delphi, i want to send a text message to my web server using winsock, and then use an email php function on the server to post the message.
First i have done the sending procedure (Procedure SendEmail): it reads a text file (log) and POST it to ...
Started by volvox on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Requires authentication via POP-before-SMTP, you should look into using something like PHP Mailer which can facilitate this kind of interaction - or roll your own using the PHP functions for POP (which fsockopen(), fputs()....
|
|
Currently all of my clients receive email to their Exchange servers from my DirectAdmin/Exim server via POP3 Connectors. This works OK especially since inbound email is screened by SpamBlocker prior to reaching the user's Exim mailbox (and then eventually...
Started by jlpeifer on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at directadmin):
Seems that if I posted that question to the Exim list I'd get a response along the lines of "What's SpamBlocker?" Possibly followed... .
Was hoping for something a little more constructive.
Hmmmm...
Ask on the exim mailing list or hire someone to do it for you .
|
|
MS and Postini (Google) are in a tizzy, and long story short, Microsoft was/has blocked Postini's IP block. I think it's been lifted again, but my workaround isn't working (see below).
I have a Small Business Server with Exchange 2003 SP2 on it and the...
Started by gravyface on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The wildcard SMTP connector with the * should have the highest cost, SMTP Connectors pointing the Microsoft domains? Exchange uses DNS to resolve domains before they are categorised,
Sending Internet Mail Internet mail: DNS, the....
|
|
SMTP Mail not working after upgrade
After upgrading to 10.x, the domain outgoing mail has stopped working. Using the usual mail.domainname.com won't send through 587 or 25. Sending securely through the server's certificate and mailserver on 993 for IMAP...
Started by KirkM on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at parallels):
It is only SMTP that isn't working using: 0x800CCC78
Protocol: SMTP....
POP3 incoming non-ssl on port 110 works.
I am going 587 is rejected.
With both secure IMAP and non-secure POP / SMTP (port 587) and it looks like that works.
|
|
I can't get the SMTP to work properly:
» EMAIL/SMTP
/phpBB3/ucp.php
Ocorreu um problema ao enviar o email na Linha 1424. Erro: 555 sorry, too many emails (#5.7.1)
.
Backtrace
Connecting to ns0.ovh.net:5025
LINE: 1037 <- 220 ns0.ovh.net ssl0.ovh.net...
Started by Leinad4Mind on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at phpbb):
First try to get your:....
In most cases you have to use LOGIN.
And the port? 965? And what to choose, plain? login? pop-before-smtp?
Cheers! Wanna help on phpBB? I can do,
phpBB doesn't support pop-before-smtp.
|