I have recently make a web mail server in ubuntu 14.04 LTS . I have complete all the steps and configuration of postfix , dovecot and squirrelmail . Now I'm log into squirrelmail and send a mail to another user. The mail is going to the sent mail box that seems that the mail is sent. But when log into that user account where the mail sent , there is no mail in inbox. any solution ?? -- my english may be not so good , sorry for that. thanks in advance.
Mail does not sent in Squirrelmail in Localhost
1.3k Views Asked by Shams Shahriar At
2
There are 2 best solutions below
Related Questions in UBUNTU
- Error: local variable 'bramka' referenced before assignment
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Can't connect to local postgresql server from my docker container
- How to install libfuse2 on Ubuntu 22.04
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Can anyoone help me with this problem while trying to install hadoop on ubuntu?
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- psutil.sensors.temperatures() only delivers {}
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Viber is not working on Ubuntu 22.04 Jammy
- why is ubuntu 18.4 still showing as a linux subsystem when i have uninstalled it?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- What is this error when trying to update Ubuntu?
- Angular on IONOS(?) throws an error with npm
- Tensorflow can't find TensoRT
Related Questions in LOCALHOST
- What's supposed to be the problem in this query?
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Firebase authentication does not work on 127.0.0.1 but works on localhost
- Next.Js: localhost:3000 not working in browser
- Auto redirect 127.0.0.1:8000 to 127.0.0.1:8000/app/
- How can I connect my Android Studio apk to localhost for real Android devices?
- Localhost doesn't see my file; The requested URL was not found on this server
- Issue with Google Login Implementation using google-auth-library in Node.js
- Calling service with localhost or machine IP for internal calls?
- If a website is running on localhost, does Next.js have more performance than React.js?
- Mediapipe making python local server throw "[WinError 6] The handle is invalid"
- Filament Laravel Project
- localhost runs for a long time (react)
- React app using Vite has blank white screen when i open in localhost
- Persist Local AppEngine logs to Google App Engine Logger?
Related Questions in MAIL-SERVER
- Protect appsettings.json in net core
- What's the point of SPF if an attacker spoofs the "From" address?
- Why am I getting authentication error when trying to run PowerShell script from task scheduler?
- SPF + DMARC pass anf DKIM fails
- Exim4 configuration check exist alias or in mysql table
- How to configure IIS SMTP for sending Mails to Microsoft Emails Without Microsoft SMTP Credentials?
- Error: failed to prepare subPath for volumeMount "data" of container
- Getting "Authentication failed" when trying to connect Gmail with docker mailserver
- I have created my own smtp server for sending email, But email is going in spam. KIndly guide me
- Mailcow MTASTS: no policy, Tane: no TLSA(s)
- Error 404 not found when connecting to Apache James WebAdmin
- Postfix domain renaming with several domains
- Apache James: mail server How To
- How can I make a mail server with node js
- Ask about TSMADUMP Batch utility for SSL configuration
Related Questions in WEBMAIL
- Recieving broken attachments from webform to cpanel webmail
- Email attachments not showing in mdaemon webmail
- Gmail Inline images converted to attachments
- SOGo Webmail font customisation
- Issue with Email Synchronization from Roundcube Webmail to Outlook
- Searching for Specific Sequence within Email Content (Webmail)
- integrate Outlook or any webmail interface to my application
- Mailto link in aruba webmail client
- XPath for Selecting Dynamic date in Date Picker Calendar
- How can I generate app password for nodemailer in webmail account?
- How can I make an email interactive/actionable (perhaps via Javascript) by a little icon click without having to goto another website?
- How to configure roundcube webmail with Javamailsender?
- nodeJS Imap takes so much time to fetch emails with attachment
- PHP Securely view untrusted email content in browser
- set "message of absence" in strato webmail via curl
Related Questions in SQUIRRELMAIL
- how do I hide the domain name from an email?
- AH01797: client denied by server configuration (any destination)
- i have installed postfix and dovecot and squirrelmail and apache configured , but i can't send email to any external server
- How To automate adding users to squirrelmail in ubuntu from a php script
- How to send mails from squirrelmail using nodemailer?
- squirrelmail not working after installing mod_jk
- Linux update roundcube stops working and poiting to squirrelmail
- Squirrelmail Server replied: 530 5.7.0 Must issue a STARTTLS command first
- Can we configure or install SquirrelMail or any other aplication in localhost(xammp or wamp)?
- Rails Mailer Is not authentication with Postfix
- Mail does not sent in Squirrelmail in Localhost
- Squirrelmail apache forbidden page
- Postfix sending mail from hostname
- Sqirrelmail, Postfix and Dovecot
- dovecot-postfix-sasl-squirrelmail issue
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Thanks . At last I can do it . Your thinking is right .. I have configured wrong path in dovecot for mail inbox . In /etc/dovecot/dovecot.conf in mail_location i put maildir:~/mail the correct configuration is
protocols = imap pop3
mail_location = maildir:~/Maildir