Chris Schumacher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 22, 2002 10:47 PM
Subject: postfix/cyrus problem
> Hi All,
> Has anyone seen something like this? I'm setting up a Cyrus/Postfix
> mailserver on SuSE 8.0.
>
> May 22 21:53:05 linux8 p
Do you have the lmtp properly defined in postfix?
ala
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
also in /etc/cyrus.conf do you have this also uncommented
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
If both of those are you should be set!
--On Wednesday, May
Hi All,
Has anyone seen something like this? I'm setting up a Cyrus/Postfix
mailserver on SuSE 8.0.
May 22 21:53:05 linux8 postfix/pipe[2662]: 41DB51E24E:
to=<[EMAIL PROTECTED]>, relay=cyrus, delay=1933, status=deferred
(temporary failure. Command output: couldn't connect to lmtpd: Invalid
argume
did you create the mailbox in cyrus-imap?
you need to create the mailbox with cyradm. once logged into cyradm,
you need to run:
cm user/user@mydomainname
sam user/user@mydomainname $admins all
in your /etc/postfix/virtual, you need
mydomainname anything
user@mydomainname user\\\@mydomainname
Hi Bernard,
Thanks for you help.
Joe Ellis helped me to get going, the problem was that i didnt create my
mailboxes as "user.mailboxnam" but just "user" wich didnt work.
Now it works.
However, i have some questions regarding the alias file.
Currently my /etc/postfix/virtual looks like this:
m
At 14:23 06/02/02 +0100, Daniel Persson wrote:
>My master.cf contains:
>
>cyrus unix - n n - - pipe flags=R
>user=cyrus argv=/usr/cyrus/bin/deliver -e -m ${extension} ${user}
You should try :
cyrus unix - n n - - pipe
flag
Hi all,
I have been trying to set up Cyrus with postfix for a while now whitout
sucess.
My master.cf contains:
cyrus unix - n n - - pipe flags=R
user=cyrus argv=/usr/cyrus/bin/deliver -e -m ${extension} ${user}
And my main.cf
mailbox_transport = cyrus
virtu