Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

How to set up an incoming email server for an user?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
fetchmailimapmailserverincomingodoo8.0
1 Răspunde
9866 Vizualizări
Imagine profil
Juan Formoso Vasco

I'm trying to configure an incoming mail server for the user admin. This user has the next account: myaddress@mydomain.com.

I did the next steps:

1. Configuration > Configuration > General Settings, section domain alias, I turned it to mydomain.com.

2. Configuration > Users > Users, I selected admin user and went to his Preferences tab. I set his messaging alias to myaddress.

3. I went to Configuration > Technical > Incoming Mail Servers, and created a new one with the next settings:

  • Name: My IMAP server for admin

  • Server type: IMAP server

  • Server name: my_imap_server@mydomain.com

  • Port: 993

  • SSL/TLS: True

  • User: myaddress@mydomain.com

  • Password: pwd_of_my_account

Then I clicked on Test & confirm and there were no errors.

Even I went to Configuration > Automation > Scheduled Actions, and edited the Fetchmail service row, setting the attributes Interval Number to 1 and Interval Unit to Minutes in order to check if there are incoming mails each minute.

It worked perfectly. I was receiving the emails sent to myaddress@mydomain.com in Odoo Messaging Inbox, apart from in the webmail.

Now I copied this configuration on other computer, and it's not working. Any hint of what could be happening?

EDIT

I've realized that there are several computers in which this is working fine and other ones in which not. The difference between the first ones and the second ones is that when I click on Fetch now (in the incoming mail server configuration), in the first ones everything is OK and the second ones are giving me an error:

odoo error: command CLOSE illegal in state AUTH, only allowed in states SELECTED

I've read in other post (https://www.odoo.com/fr_FR/forum/help-1/question/incoming-email-imap-ssl-fetch-mail-error-67956) that may be it could be solved changing the port 993 to 143, but when I do that, I get the next error (in all the computers, both which were working and not):

Connection test failed! Here is what we got instead: 101 The network is unreachable.

1
Imagine profil
Abandonează
Imagine profil
Juan Formoso Vasco
Autor Cel mai bun răspuns

I found the problems:

1. The module fetchmail_attach_from_folder. Only the computers which were not working had this module installed. When I uninstalled it from all of them, they started to work.

2. The module website_mail: this module, when it's installed, is giving problems of different kinds. For example, in a few computers the scheduled action fetchmail service stops working, so the received emails don't arrive to the inbox automatically. It's necessary to go to the incoming mail server and click on Fetch now to receive the emails. In other computers is even worse, because even clicking on Fetch now, the emails never arrive to the inbox.

I can uninstall the first module with no problem, but I need to keep the second one. I don't know how can I solve this, but I guess I should ask this in other post.

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
[odoo8] Configure incoming mail server for single company in multi company envirohnment
mailserver incoming odoo8.0
Imagine profil
Imagine profil
1
sept. 16
3785
Receive sent mail on mail server by IMAP
configuration email fetchmail imap mailserver
Imagine profil
Imagine profil
Imagine profil
Imagine profil
7
ian. 20
22759
Why incoming mail servers stop working when website_mail module is installed?
mail mailserver incoming website odoo8.0
Imagine profil
0
mai 15
4118
How to get incoming emails to "Inbox" in "Discuss" Menu?
mailserver incoming odoo13CE
Imagine profil
Imagine profil
2
aug. 22
10800
Correct way to use multiple outgoing mailservers for multiple users? Rezolvat
mail mailserver odoo8.0
Imagine profil
Imagine profil
1
apr. 21
12993
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now