Changing password of qmail email account [on hold]Drudging through email logshow to configure mutt as email client in Linux for a remote microsoft exchange server?Remove messages from qmail queue without stopping qmailHow to migrate data from server to server with as little downtime as possible?Using mailx without storing a passwordPostfix/Rancid - Confused by terminology, /etc/aliases, and relaying mail from localhostHow can I safely send email over encrypted connection from the command line?CLIENT wrappermode (port smtps/465) is unimplementedMail Server send/receive issuesTips for Troubleshooting Remote IMAP/SMTP Host Connection with OPENSSL and NMAP
To string or not to string
What is the word for reserving something for yourself before others do?
Can I ask the recruiters in my resume to put the reason why I am rejected?
Do I have a twin with permutated remainders?
tikz: show 0 at the axis origin
Is this a crack on the carbon frame?
Why was the small council so happy for Tyrion to become the Master of Coin?
What would happen to a modern skyscraper if it rains micro blackholes?
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
How much RAM could one put in a typical 80386 setup?
What's the point of deactivating Num Lock on login screens?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Can a Warlock become Neutral Good?
Dragon forelimb placement
Why did Neo believe he could trust the machine when he asked for peace?
How to format long polynomial?
"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"
Test if tikzmark exists on same page
Why not use SQL instead of GraphQL?
Prove that NP is closed under karp reduction?
strToHex ( string to it's hex representation as string)
How to find program name(s) of an installed package?
Changing password of qmail email account [on hold]
Drudging through email logshow to configure mutt as email client in Linux for a remote microsoft exchange server?Remove messages from qmail queue without stopping qmailHow to migrate data from server to server with as little downtime as possible?Using mailx without storing a passwordPostfix/Rancid - Confused by terminology, /etc/aliases, and relaying mail from localhostHow can I safely send email over encrypted connection from the command line?CLIENT wrappermode (port smtps/465) is unimplementedMail Server send/receive issuesTips for Troubleshooting Remote IMAP/SMTP Host Connection with OPENSSL and NMAP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I need to change the password of an existing email account on an outdated Centos machine which is running qmail, but I'm having trouble finding out where it stores its users (/var/qmail/users/assign does not contain the user).
If I connect via telnet to the smtp service and authenticate via AUTH LOGIN, what does qmail use to authenticate me? Where is the user data stored?
email qmail
New contributor
put on hold as too broad by Rui F Ribeiro, Mr Shunz, nwildner, roaima, muru yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I need to change the password of an existing email account on an outdated Centos machine which is running qmail, but I'm having trouble finding out where it stores its users (/var/qmail/users/assign does not contain the user).
If I connect via telnet to the smtp service and authenticate via AUTH LOGIN, what does qmail use to authenticate me? Where is the user data stored?
email qmail
New contributor
put on hold as too broad by Rui F Ribeiro, Mr Shunz, nwildner, roaima, muru yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Qmail can be configured in several different not so trivial ways.. The question is asking people to guess and has 0 data about the server and email setup. Is hiring a professional out of question?
– Rui F Ribeiro
2 days ago
In that case what I probably need is identifying the auth method qmail is using and go from there. /var/qmail/bin/qmail-showctl does not seem to include this info, so maybe there are standard places to look for. Maybe I should update my question.
– Misterer
2 days ago
Actually depending on customs scripts, distros or custom made add ons, or even floating tutorials, several addons to qmail setup can authenticate in a passwd, in a file, using mysql, postgres, Microsoft AD or ldap... You need to narrow down the scope or hire someone. A qmail infractuture can vary a LOT
– Rui F Ribeiro
2 days ago
add a comment |
I need to change the password of an existing email account on an outdated Centos machine which is running qmail, but I'm having trouble finding out where it stores its users (/var/qmail/users/assign does not contain the user).
If I connect via telnet to the smtp service and authenticate via AUTH LOGIN, what does qmail use to authenticate me? Where is the user data stored?
email qmail
New contributor
I need to change the password of an existing email account on an outdated Centos machine which is running qmail, but I'm having trouble finding out where it stores its users (/var/qmail/users/assign does not contain the user).
If I connect via telnet to the smtp service and authenticate via AUTH LOGIN, what does qmail use to authenticate me? Where is the user data stored?
email qmail
email qmail
New contributor
New contributor
edited 2 days ago
Rui F Ribeiro
41.9k1483142
41.9k1483142
New contributor
asked 2 days ago
MistererMisterer
1
1
New contributor
New contributor
put on hold as too broad by Rui F Ribeiro, Mr Shunz, nwildner, roaima, muru yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Rui F Ribeiro, Mr Shunz, nwildner, roaima, muru yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Qmail can be configured in several different not so trivial ways.. The question is asking people to guess and has 0 data about the server and email setup. Is hiring a professional out of question?
– Rui F Ribeiro
2 days ago
In that case what I probably need is identifying the auth method qmail is using and go from there. /var/qmail/bin/qmail-showctl does not seem to include this info, so maybe there are standard places to look for. Maybe I should update my question.
– Misterer
2 days ago
Actually depending on customs scripts, distros or custom made add ons, or even floating tutorials, several addons to qmail setup can authenticate in a passwd, in a file, using mysql, postgres, Microsoft AD or ldap... You need to narrow down the scope or hire someone. A qmail infractuture can vary a LOT
– Rui F Ribeiro
2 days ago
add a comment |
Qmail can be configured in several different not so trivial ways.. The question is asking people to guess and has 0 data about the server and email setup. Is hiring a professional out of question?
– Rui F Ribeiro
2 days ago
In that case what I probably need is identifying the auth method qmail is using and go from there. /var/qmail/bin/qmail-showctl does not seem to include this info, so maybe there are standard places to look for. Maybe I should update my question.
– Misterer
2 days ago
Actually depending on customs scripts, distros or custom made add ons, or even floating tutorials, several addons to qmail setup can authenticate in a passwd, in a file, using mysql, postgres, Microsoft AD or ldap... You need to narrow down the scope or hire someone. A qmail infractuture can vary a LOT
– Rui F Ribeiro
2 days ago
Qmail can be configured in several different not so trivial ways.. The question is asking people to guess and has 0 data about the server and email setup. Is hiring a professional out of question?
– Rui F Ribeiro
2 days ago
Qmail can be configured in several different not so trivial ways.. The question is asking people to guess and has 0 data about the server and email setup. Is hiring a professional out of question?
– Rui F Ribeiro
2 days ago
In that case what I probably need is identifying the auth method qmail is using and go from there. /var/qmail/bin/qmail-showctl does not seem to include this info, so maybe there are standard places to look for. Maybe I should update my question.
– Misterer
2 days ago
In that case what I probably need is identifying the auth method qmail is using and go from there. /var/qmail/bin/qmail-showctl does not seem to include this info, so maybe there are standard places to look for. Maybe I should update my question.
– Misterer
2 days ago
Actually depending on customs scripts, distros or custom made add ons, or even floating tutorials, several addons to qmail setup can authenticate in a passwd, in a file, using mysql, postgres, Microsoft AD or ldap... You need to narrow down the scope or hire someone. A qmail infractuture can vary a LOT
– Rui F Ribeiro
2 days ago
Actually depending on customs scripts, distros or custom made add ons, or even floating tutorials, several addons to qmail setup can authenticate in a passwd, in a file, using mysql, postgres, Microsoft AD or ldap... You need to narrow down the scope or hire someone. A qmail infractuture can vary a LOT
– Rui F Ribeiro
2 days ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Qmail can be configured in several different not so trivial ways.. The question is asking people to guess and has 0 data about the server and email setup. Is hiring a professional out of question?
– Rui F Ribeiro
2 days ago
In that case what I probably need is identifying the auth method qmail is using and go from there. /var/qmail/bin/qmail-showctl does not seem to include this info, so maybe there are standard places to look for. Maybe I should update my question.
– Misterer
2 days ago
Actually depending on customs scripts, distros or custom made add ons, or even floating tutorials, several addons to qmail setup can authenticate in a passwd, in a file, using mysql, postgres, Microsoft AD or ldap... You need to narrow down the scope or hire someone. A qmail infractuture can vary a LOT
– Rui F Ribeiro
2 days ago