SYSTEM INFORMATION
OS type and version
Debian Linux 12
Virtualmin version
7.20.2
Webmin version 2.202
Usermin version 2.102
When using Thunderbird
Shows settings problem configuration
Shown in the picture
All domains in system
waiting for the solution and thank you
Incoming will not be “mail.”.That entry is incorrect.
Incoming will be mail.domain.tld.
Replace domain.tld with your actual domain name.
jimr1
October 21, 2024, 5:31pm
3
Surly that domain name has been redacted hence the red redaction mark ? But I could be wrong
Hi,
How can this be explained?
I need an explanation of the steps
here is a daft question, where is the button to show me the email client settings?
On the Edit Users page, click the Show Email Client Settings button to reveal detailed login credentials including the username.
Can’t find mine.
Ah, but incoming has not been redacted. Outgoing has been redacted in the screenshot.
That’s exactly where it should be.
thanks @calport , it was my dev site. I enabled mail and then I could see them.
Still not use to email, login, ftp, database users all being the same
@shoulders @calport @jimr1
Natural and excellent settings
@jimr1 @shoulders @calport
It’s still the same problem.
Unfortunately we do not know what the problem is.
The autoconfig is set in the template.
there is a help there and explains how to view
“This field allows you to customize the XML that is returned to mail clients that access the URL path/mail/config-v1.1.xml?emailaddress=user@example.comon a domain using this template. Clients like Thunderbird can use this XML to automatically configure the mail server hostname, login, port, protocol and username, based on the email address.”
1 Like
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="$SMTP_DOMAIN">
<domain>$SMTP_DOMAIN</domain>
<displayName>$OWNER</displayName>
<displayShortName>$OWNER</displayShortName>
<incomingServer type="imap">
<hostname>$IMAP_HOST</hostname>
<port>$IMAP_PORT</port>
<socketType>$IMAP_TYPE</socketType>
<authentication>$IMAP_ENC</authentication>
<username>$SMTP_LOGIN</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>$IMAP_HOST</hostname>
<port>$POP3_PORT</port>
<socketType>$IMAP_TYPE</socketType>
<authentication>$POP3_ENC</authentication>
<username>$SMTP_LOGIN</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>$SMTP_HOST</hostname>
<port>$SMTP_PORT</port>
<socketType>$SMTP_TYPE</socketType>
<authentication>$SMTP_ENC</authentication>
<username>$SMTP_LOGIN</username>
</outgoingServer>
</emailProvider>
</clientConfig>
@stefan1959
Hi,
This is available you can check the code if there is a problem?
Waiting for your reply, thank you
I use the auto gen and works fine. I don’t know much about the code, I presume its doing the same as autogen.
system
Closed
December 22, 2024, 4:46am
16
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.