Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

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

Subscriure's

Get notified when there's activity on this post

This question has been flagged
fetchmailimapmailserverincomingodoo8.0
1 Respondre
9889 Vistes
Avatar
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
Avatar
Descartar
Avatar
Juan Formoso Vasco
Autor Best Answer

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
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
[odoo8] Configure incoming mail server for single company in multi company envirohnment
mailserver incoming odoo8.0
Avatar
Avatar
1
de set. 16
3797
Receive sent mail on mail server by IMAP
configuration email fetchmail imap mailserver
Avatar
Avatar
Avatar
Avatar
7
de gen. 20
22783
Why incoming mail servers stop working when website_mail module is installed?
mail mailserver incoming website odoo8.0
Avatar
0
de maig 15
4121
How to get incoming emails to "Inbox" in "Discuss" Menu?
mailserver incoming odoo13CE
Avatar
Avatar
2
d’ag. 22
10825
Correct way to use multiple outgoing mailservers for multiple users? Solved
mail mailserver odoo8.0
Avatar
Avatar
1
d’abr. 21
13020
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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