... Sorry, but no. saslauthd is unable to handle shared-secret mechanisms. You could, theoretically, tell libsasl to query different pwcheck_methods like this:...
Patrick Ben Koetter
p@...
12:23 pm
259644
Patrick, Thanks for your reply. So if I have concluded correctly, the following configuration is the one which should bring together gssapi, plain and cram-md5...
Ali Majdzadeh
ali.majdzadeh@...
12:35 pm
259645
On Wednesday 11 November 2009 06:14:08 ... Perhaps, but I missed the part where the OP mentioned that he was using logwatch. Nevertheless I fail to see the...
/dev/rob0
rob0@...
1:00 pm
259646
... In your main.cf, set "default_destination_rate_delay = 1s" and leave all those other parameters at their default. This will instruct postfix to send no...
Noel Jones
njones@...
1:31 pm
259647
... Use "mailq" to see what's being deferred, use "postcat" to view the content of the message. The general procedure is - use mailq to see what's deferred -...
Noel Jones
njones@...
1:46 pm
259648
... Not using logwatch that I know of. ... No, the advice here has helped with troubleshooting where the spam is coming from or finding the compromised...
Chris Arnold
carnold@...
1:59 pm
259649
... It should. I have never done this myself. ... It does not work, if you use saslauthd alone. You need an auxprop_plugin to get access to shared-secret...
Patrick Ben Koetter
p@...
2:01 pm
259650
... Most people here would stop reading there and press/click delete (or some might simply click 'Reply' and add the words 'upgrade'). So... UPGRADE. It is...
Charles Marcus
CMarcus@...
2:16 pm
259651
Greetings postfixers I have a address-rewriting issue that I cannot find a golden solution for in ldap (shortened for clairty) I have the following attributes:...
Søren Schrøder
sch@...
2:31 pm
259652
... /bin/ps ax -eostate,pid,ppid --sort=state 2>/dev/null | grep ^Z Reveals Z 1401 2952 Z 11675 2952 Z 20155 2952 Z 27079 2952 And ps aux | grep *then the...
Chris Arnold
carnold@...
2:36 pm
259653
On one instance of an email gateway there are two files ... [root@mg05 log]# ls -l /var/spool/postfix/corrupt total 4660 -rwx------ 1 postfix postfix 2183168...
Robert Lopez
rlopezcnm@...
3:50 pm
259654
... I use the open-source monitoring tool http://www.nagios.org/ combined with NRPE to monitor all my servers and services. -- Mike Saldivar Direct Financial...
Michael Saldivar
mike.saldivar@...
3:55 pm
259655
Dear All, I need to know how to reduce the sending speed or put in a delay of like 2 seconds before delivery to some of the domains. Namely yahoo, hotmail and...
Dhiraj Chatpar
dchatpar@...
4:04 pm
259656
Howdy, I have sasl installed and postfix uses it for its outbound relay just fine. I need now for a smart phone or two to use postfix to send mail. Am I...
Rick Zeman
rzeman@...
4:04 pm
259657
... You can find the history of these files in the maillog file. ... The "execute" file permission means that the file was already fully written to the file...
... Whoops...been so long since I set that up that I should have mentioned I have cyrus sasl installed....
Rick Zeman
rzeman@...
4:15 pm
259660
... Maybe you can still use dovecot on different port for sasl? If not then you need the ugly cyrus setup? -- Eero...
Eero Volotinen
eero.volotinen@...
4:21 pm
259661
... I can't even do the ugly cyrus setup. saslpasswd2 segfaults on me....
Rick Zeman
rzeman@...
5:01 pm
259662
Hi, ... Thanks for hitting me with the well-deserved clue-bat. Advice well taken. Now, what if I said I was still using bind-4? Heh, just joking :-) Thanks...
Alex
mysqlstudent@...
5:05 pm
259663
... Well. then you need to use dovecot? I think you can disable imap from dovecot and use only authentication socket using postfix? Then just create some local...
Eero Volotinen
eero.volotinen@...
5:07 pm
259664
... http://www.postfix.org/QSHAPE_README.html Look for the example with "slow_destination_rate_delay". Wietse...
Wietse Venema
wietse@...
5:18 pm
259665
On Wed, 11 Nov 2009 12:01:38 -0500 ... Obviously, you have something seriously bonked. Have you tried completely removing Cyrus-SASL2, or whatever version you...
Jerry
postfix.user@...
5:50 pm
259666
... Why bother? Between GSSAPI and PLAIN, you are offering both ends of the spectrum. Cram-md5 just forces you store plain-text passwords, which is rarely a...
Victor Duchovni
Victor.Duchovni@...
6:07 pm
259667
I'm currrently using Postfix on a pair of machines, one of which is a smarthost for the other. If I do something like this on the internal machine: mail -s...
Todd A. Jacobs
nospam@...
6:26 pm
259668
... AFAIK, there is a line (protocols) on the top of dovecot.conf that tells it if it is going to do imap or pop. So, if you disable that, you should be good....
Mauricio Tavares
raubvogel@...
6:26 pm
259669
... This will apply to all transports, not just "smtp", if all mail is sent to remote destinations, that's fine, otherwise, one may want be more selective: ...
Victor Duchovni
Victor.Duchovni@...
6:34 pm
259670
... The "mail" command is not part of Postfix. It is a user agent that may do things differently than you expect from Postfix. Postfix provides a sendmail(1)...
Brian Evans - Postfix...
grknight@...
6:49 pm
259671
Dear Sir, I have tried default concurrency =1 and initial concurrency =1. but both of them dont reduce the speed of delivering the emails. Can you please guide...
Dhiraj Chatpar
dchatpar@...
6:59 pm
259672
... You need to set the appropriate _destination_rate_delay parameter, instead the concurrency parameters. Then you need to execute "postfix reload" or else...