postfix : SASL LOGIN stops working after a while
My company is running a postfix server for data collection from industrial dataloggers. These dataloggers connect to this postfix through 3G modems world and uses SMTP to send mail via this postfix...
View Articlepostfix : SASL LOGIN stops working after a while
Oops, I failed selecting a category :( EDIT : thanks for the moderator that moved my topic accordingly :)
View Articlepostfix : SASL LOGIN stops working after a while
This topic seems to have been a bit quiet. Did you find the answer somewhere, or are you still working on it?
View ArticleRe: postfix : SASL LOGIN stops working after a while
Hi, this problem still in my watch list. For now, I'm rebooting the server once a week in hope of preventing the error to occur. It was happening approx. once a month.
View Articlepostfix : SASL LOGIN stops working after a while
This isn't a solution, but is an automated workaround. You may want to try to figure out which service is causing it, and set a cron job to restart that service on a regular basis. Alternatively, if...
View Articlepostfix : SASL LOGIN stops working after a while
Yesterday, I added a line at the root crontab (sudo crontab -e) : 0 17 * * * reboot But the server hasn't restart on time... Am I missing something ?
View Articlepostfix : SASL LOGIN stops working after a while
If still want to go with this way (rebooting the server every day at 17:00), then: 1. check where is located your reboot command (an whereis reboot should be enough) 2. change the crontab specifying...
View Articlepostfix : SASL LOGIN stops working after a while
I've updated the root crontab using the full path but not -f option, will see tonight if it restarts itself or not
View Articlepostfix : SASL LOGIN stops working after a while
All set :) The server now restarts accordingly to cron tab entry. I don't know if I'll be debugging the root cause, because I hope that we'll vanish this data collection system for something more...
View Articlepostfix : SASL LOGIN stops working after a while
Nice, I'm glad that I could be of help. And thanks for the vote.
View Article