Squirrelmail autoforwarding incoming mails - email

I want to make squirrelmail automatically forward every email that I receive without having to login and do it myself. I have have found 2 plugins from the site but none of them seem to be working (autoresponder, local_autorespond_forward)
I tried to do that by myself straight from the code but the messages are decoded.I am new to squirrelmail so I would like some help please. It is installed in a ubuntu server.
This is the problem i get with autoresponder
There was a problem connecting to your FTP server: "cannot log in to localhost". Please contact your support department.
Local_autorespond_forward plugin does not show any option when i go change its properties from the options.
Thanks

Related

Client settings need to be updated to Microsoft Exchange. For more info see https://x.co/client

I am using my email and password to send email using python script. But I am not able to send mail since past couple of weeks.
I debugged and found error.
Msg: b"Your message wasn't delivered because your client settings need to be updated to Microsoft Exchange. For more info see https://x.co/client"
on windows machine using outlook I also updated my email to Microsoft Exchange but still my problem is not resolved.
Can someone guide me on this?
Note: From outlook web and app email send/receive both are working fine. problem is only with script smtp.
Main Purpose is to use same details with flask-mail in flask project.
MAIL_SERVER="smtpout.secureserver.net"
MAIL_PORT=465
MAIL_USE_SSL=1
MAIL_USERNAME="______________"
MAIL_PASSWORD="______________"

Thunderbird: Your message was sent but a copy was not placed in your sent folder

So I've been getting this error using Thunderbird with my Gmail account when trying to send emails:
Thunderbird: Your message was sent but a copy was not placed in your sent folder (Sent) due to network or file access errors. You can retry or save the message locally to Local Folders/Sent-
This is actually happening with all my Mail accounts and not just Thunderbird...
Things I have tried:
I changed the connection security on server settings from STARTTLS to SSL/TLS.
I tried changing THUNDERBIRD preferences editor security.tls.version.min from 3 to 1
Both didn't seem to work for me. Anyone have the same problem and found a solution to this?
Help menu -> turn troubleshoot mode on
this will disable all your addons and restart thunderbird in troubleshoot mode on.
This solved my problem.
go to settings /passwords/ note both SMTP and IMAP passwords , delete the registered passwords, restart Thunderbird enter the password again IMAP, then create a message Send it , it will prompt for SMTP password, enter it. That's it, it worked for me
I just reconfigured "Copies & Folders"
When sending messages, automatically:
Place a copy in:
(and selected "Sent" Folder on:)
Previously "Other" was selected (and worked just fine...)
This happened from one day to the other, with no update from Thunderbird... this is very very strange!

Moodle email not get even after a success message

I can't get user verification mail even after a success message. My file permission is 755. It show success message with or with out an smtp setting. I think problem arises after my server change. But php mail function is working when I tested in separate file on server.Any Idea about this problem.
Please install test email moodle plugin and test email using that plugin. it will show the error if email fail.

How can I use Mandrill App as system message mailer on Parallels Panel?

Currently I have my CentOS system set up with Parallels Panel and have my mailing system working nicely. But I'd prefer to have my system messages to be mailed using Mandrill App (MailChimp guys).
I have it working now with a kind of a mixed setup. Simple, though working. But now I get an error in my mail logs saying the following:
Jan 4 10:41:11 shinjuku postfix/smtp[29469]: certificate verification failed for smtp.mandrillapp.com[46.137.69.113]:25: untrusted issuer /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification Services Division/CN=Thawte Premium Server CA/emailAddress=premium-server#thawte.com`
After this I've tried configuring the smtp_tls_CApath and smtpd_tls_CApath to point to /etc/ssl/certs, but still no luck on this part.
Does someone have an idea on how I can get this working to have ALL system messages to be sent using Mandrill, instead of built-in config?
Mark, for CentOS try this for your CAPath/CAfile
smtp_tls_CAfile = /etc/ssl/certs/ca-bundle.crt

PHP Mail shows SMTP Error

I have tried many mailing scripts in php,But my server always shows SMTP error.I am using PHP5.Any please help..
I think you are trying your code on local machine, try upload it to someserver than try ...