搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Configure Thunderbird for the manually mail server hosted on CentOS 7 machine

more options

Hi,

I have created a mail server on a new IBM cloud hosted CentOS 7 machine using Postfix as a SMTP solution and Sendgrid as my IMAP/POP3 soultion.

Now I am trying to configure the Thunderbird mail client on my windows 10 machine for sending/receiving the mails but unfortunately it is giving me error saying "Username or password is invalid".

Can someone help me? Attached is the document. Please tell me if you need anything else.

Thanks, Shobhit

Hi, I have created a mail server on a new IBM cloud hosted CentOS 7 machine using Postfix as a SMTP solution and Sendgrid as my IMAP/POP3 soultion. Now I am trying to configure the Thunderbird mail client on my windows 10 machine for sending/receiving the mails but unfortunately it is giving me error saying "Username or password is invalid". Can someone help me? Attached is the document. Please tell me if you need anything else. Thanks, Shobhit
已附加屏幕截图

所有回复 (6)

more options

What are the exact names of the incoming and outgoing servers?

Are they truly "waterlilypond.co.uk" or should they be "imap.waterlilypond.co.uk" and "smtp.waterlilypond.co.uk", or similar?

Users have made the mistake of thinking that the "imap" and "smtp" text preceding the name boxes is automatically included. It is not; this is just a text label indicating which server you are configuring.

I note that I can successfully ping and do a lookup on waterlilypond.co.uk but not on either of the suggested mail server addresses. But that's not too unusual; mail servers are often configured to ignore pings. However, mail.waterlilypond.co.uk does respond.

由Zenos于修改

more options

Hi,

I tried everything still not able to reach the solution. Please see attached screenshots and let me know what could be the possible cause?

more options

You said you set this server up yourself, so surely you know the relevant settings. Why are you guessing?

Logging in to the server using telnet might give you a clue as to what sort of trouble is causing Thunderbird to fail.

more options

Hi,

I tested sending mail from server to my gmail account and I received the mail successfully (see attached screenshot from gmail), using below command and logs shown as:

[root@server2 postfix]# sendmail [email protected] From: [email protected] Subject: Test mail 22 Aug 1:16 Test mail at 1:16 22 Aug


Aug 22 01:21:04 server2 postfix/qmgr[15107]: A3C7336A37F: from=<[email protected]>, size=318, nrcpt=1 (queue active) Aug 22 01:21:04 server2 postfix/smtp[15530]: A3C7336A37F: to=<[email protected]>, relay=smtp.sendgrid.net[159.122.224.197]:587, delay=835, delays=835/0.03/0.07/0.03, dsn=2.0.0, status=sent (250 Ok: queued as BB0j2GEtRGyuy6hEYTGQKQ) Aug 22 01:21:04 server2 postfix/qmgr[15107]: A3C7336A37F: removed

I don't understand, I am sending mail from "[email protected]" but in the logs it is showing as from=<[email protected]>.

I tried replying back to "[email protected]" from my gmail, but it is giving me error as below

Address not found

Your message wasn't delivered to [email protected] because the address couldn't be found. Check for typos or unnecessary spaces and try again.


What could be the issue?

more options

The usual setting for secure connections on ports 143 or 587 is STARTTLS, not None as your pictures show,

more options

Hi,

Tried secure connections on ports 143 or 587 also, but same error.

Check the screenshots.

Thanks Shobhit