[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2009-10-23 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2009-10-14 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

** Changed in: cyrus-sasl2 (Ubuntu)
   Importance: Undecided = Low

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: Incomplete = Triaged

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2009-10-14 Thread Adam Niedling
It should be incomplete, not triaged.

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: Triaged = Incomplete

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2009-02-20 Thread Gaetan Nadon
John,

I did some reading and found a lead that may solve the problem. If not,
we will need to provide steps to reproduce the problem in order to
complete the bug report so it can move forward to development.

Postfix runs in chroot, so 'var/run/saslauthd must be under
/var/spool/postfix. The error message hinted that saslauthd directory is
not in the postfix chroot jail.

I have installed an 8.10 server in a VirtualBox and followed the Ubuntu
Server Guide at https://help.ubuntu.com/community/Postfix. Some key
points here:


We have to change a few things to make it work properly. Because Postfix runs 
chrooted in /var/spool/postfix we have change a couple paths to live in the 
false root. (ie. /var/run/saslauthd becomes 
/var/spool/postfix/var/run/saslauthd): 

In /etc/default/saslauthd:
PWDIR=/var/spool/postfix/var/run/saslauthd
PARAMS=-m ${PWDIR}
PIDFILE=${PWDIR}/saslauthd.pid
#make sure you set the options here otherwise it ignores params above and will 
not work
OPTIONS=-c -m /var/spool/postfix/var/run/saslauthd

Next, we update the dpkg state of /var/spool/postfix/var/run/saslauthd. The 
saslauthd init script uses this setting to create the missing directory with 
the appropriate permissions and ownership:
dpkg-statoverride --force --update --add root sasl 755 
/var/spool/postfix/var/run/saslauthd
sudo /etc/init.d/saslauthd start
==

I first found this guide
https://help.ubuntu.com/8.04/serverguide/C/postfix.html which only
documents the Dovecot SASL implementation and not the Cyrus one. That
would leave the Cyrus SASL unconfigured.

I was able to start saslauthd with no error messages. I have no
experience with mail serrver, so this may not mean much. My role is to
attempt to reproduce the problem so the (completed) bug report can be
moved to Confirm  and forwarded to development.

If reviewing the configuration does not solve the problem, could you
provide all relevant information so I can make a reasonable attempt to
reproduce and move forward as development will need that info.

BugSquad.



** Changed in: cyrus-sasl2 (Ubuntu)
   Status: New = Incomplete

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2009-01-05 Thread Adam Niedling
** Changed in: cyrus-sasl2 (Ubuntu)
   Status: Incomplete = New

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2009-01-04 Thread John Florian
This was Dapper.  I have since rebuilt the server with Intrepid roughly
following the Ubuntu Server Guide and did not have this problem.
However, the last I knew, my hack to the init.d script to munge the
permissions was still necessary.

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 68108] Re: saslauthd forces directory permissions that prevent postfix access

2008-11-05 Thread Adam Niedling
What version of Ubuntu are you using? Is this still an issue?

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: New = Incomplete

-- 
saslauthd forces directory permissions that prevent postfix access
https://bugs.launchpad.net/bugs/68108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs