|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi All-
A quick question. I ran through site..regarding setting up postfix with multiple domains. Of course it worked great again Steve's article on debian-administration.comworks great- thanks But i was looking for a complete solution for multi-domain mail problem. does anyone have article that covers webmail, spam,antivirus,etc ???? exim4..i had problems with..the multi-email solution with postfix..seems like it is working..would like to continue with that. thanks again. mjh |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
http://workaround.org/articles/ispmail-etch/
Works like a charm. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hi...I have been followign this tutorial suggest by Ivan on debian-users.
http://workaround.org/articles/ispmail-etch/ I seem to be getting this error that is making my life miserable...can anyone assist ???? I am trying to setup multiple virtual domains email servers with postfix/mysql/dovcat etc... thanks mjh Apr 4 12:42:57 rider postfix/virtual[14784]: fatal: bad string length 0 < 1: virtual_mailbox_base = Apr 4 12:42:58 rider postfix/master[14549]: warning: process /usr/lib/postfix/virtual pid 14784 exit status 1 Apr 4 12:42:58 rider postfix/master[14549]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling Apr 4 12:43:58 rider postfix/virtual[14798]: fatal: bad string length 0 < 1: virtual_mailbox_base = Apr 4 12:43:59 rider postfix/master[14549]: warning: process /usr/lib/postfix/virtual pid 14798 exit status 1 Apr 4 12:43:59 rider postfix/master[14549]: warning: /usr/lib/postfix/virtual: bad command startup -- thro On Thu, Apr 3, 2008 at 11:49 AM, Ivan Savcic <isavcic@gmail.com> wrote: > http://workaround.org/articles/ispmail-etch/ > > Works like a charm. > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmaster@lists.debian.org > > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Fri, Apr 4, 2008 at 7:30 PM, Ivan Savcic <isavcic@gmail.com> wrote:
> On Fri, Apr 4, 2008 at 7:04 PM, Michael Habashy <mjh2000@gmail.com> wrote: > > Hi...I have been followign this tutorial suggest by Ivan on debian-users. > > > > http://workaround.org/articles/ispmail-etch/ > > I seem to be getting this error that is making my life miserable...can > > anyone assist ???? > > I am trying to setup multiple virtual domains email servers with > > postfix/mysql/dovcat etc... > > > > thanks > > mjh > > > > > > Apr 4 12:42:57 rider postfix/virtual[14784]: fatal: bad string length 0 < > > 1: virtual_mailbox_base = > > Apr 4 12:42:58 rider postfix/master[14549]: warning: process > > /usr/lib/postfix/virtual pid 14784 exit status 1 > > Apr 4 12:42:58 rider postfix/master[14549]: warning: > > /usr/lib/postfix/virtual: bad command startup -- throttling > > Apr 4 12:43:58 rider postfix/virtual[14798]: fatal: bad string length 0 < > > 1: virtual_mailbox_base = > > Apr 4 12:43:59 rider postfix/master[14549]: warning: process > > /usr/lib/postfix/virtual pid 14798 exit status 1 > > Apr 4 12:43:59 rider postfix/master[14549]: warning: > > /usr/lib/postfix/virtual: bad command startup -- thro > > Excellent, you spotted an error in the guide. The error above just > says that you have the virtual_mailbox_base setting empty. > > The guide mentions: > > "(snip) virtual_mailbox_base directory which is unset by default. (snip)" > > It relies on it to be: > > virtual_mailbox_base = /var/mail/ Oh and, you have to create the directory /var/mail/, chown it to postfix:mail and chmod it to 770. Ivan -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Fri, Apr 4, 2008 at 7:04 PM, Michael Habashy <mjh2000@gmail.com> wrote:
> Hi...I have been followign this tutorial suggest by Ivan on debian-users. > > http://workaround.org/articles/ispmail-etch/ > I seem to be getting this error that is making my life miserable...can > anyone assist ???? > I am trying to setup multiple virtual domains email servers with > postfix/mysql/dovcat etc... > > thanks > mjh > > > Apr 4 12:42:57 rider postfix/virtual[14784]: fatal: bad string length 0 < > 1: virtual_mailbox_base = > Apr 4 12:42:58 rider postfix/master[14549]: warning: process > /usr/lib/postfix/virtual pid 14784 exit status 1 > Apr 4 12:42:58 rider postfix/master[14549]: warning: > /usr/lib/postfix/virtual: bad command startup -- throttling > Apr 4 12:43:58 rider postfix/virtual[14798]: fatal: bad string length 0 < > 1: virtual_mailbox_base = > Apr 4 12:43:59 rider postfix/master[14549]: warning: process > /usr/lib/postfix/virtual pid 14798 exit status 1 > Apr 4 12:43:59 rider postfix/master[14549]: warning: > /usr/lib/postfix/virtual: bad command startup -- thro Excellent, you spotted an error in the guide. The error above just says that you have the virtual_mailbox_base setting empty. The guide mentions: "(snip) virtual_mailbox_base directory which is unset by default. (snip)" It relies on it to be: virtual_mailbox_base = /var/mail/ Try it, do tell how did it go. Ivan -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
Argh, sorry, my bad: dovecot handles deliveries by itself; this
setting is therefore probably completely unnecessary in main.cf. But to get Postfix not to complain about it, it either needs to be set to correct directory, or removed completely. (I based my previous assumption on my slightly modified configuration, therefore it's not completely identical to the guide) Ivan -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
thanks..that was it...great....
i am still going throught this thing..will give you an update..when done. thanks again. mjh On Fri, Apr 4, 2008 at 1:30 PM, Ivan Savcic <isavcic@gmail.com> wrote: > On Fri, Apr 4, 2008 at 7:04 PM, Michael Habashy <mjh2000@gmail.com> wrote: > > Hi...I have been followign this tutorial suggest by Ivan on > debian-users. > > > > http://workaround.org/articles/ispmail-etch/ > > I seem to be getting this error that is making my life miserable...can > > anyone assist ???? > > I am trying to setup multiple virtual domains email servers with > > postfix/mysql/dovcat etc... > > > > thanks > > mjh > > > > > > Apr 4 12:42:57 rider postfix/virtual[14784]: fatal: bad string length 0 > < > > 1: virtual_mailbox_base = > > Apr 4 12:42:58 rider postfix/master[14549]: warning: process > > /usr/lib/postfix/virtual pid 14784 exit status 1 > > Apr 4 12:42:58 rider postfix/master[14549]: warning: > > /usr/lib/postfix/virtual: bad command startup -- throttling > > Apr 4 12:43:58 rider postfix/virtual[14798]: fatal: bad string length > 0 < > > 1: virtual_mailbox_base = > > Apr 4 12:43:59 rider postfix/master[14549]: warning: process > > /usr/lib/postfix/virtual pid 14798 exit status 1 > > Apr 4 12:43:59 rider postfix/master[14549]: warning: > > /usr/lib/postfix/virtual: bad command startup -- thro > > Excellent, you spotted an error in the guide. The error above just > says that you have the virtual_mailbox_base setting empty. > > The guide mentions: > > "(snip) virtual_mailbox_base directory which is unset by default. (snip)" > > It relies on it to be: > > virtual_mailbox_base = /var/mail/ > > Try it, do tell how did it go. > > Ivan > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmaster@lists.debian.org > > |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
hey guy -- great tutorial. http://workaround.org/articles/ispmail-etch/
I got 2 questions: 1) i am getting the following error for smtp authentication: stfix Apr 7 18:27:54 rider postfix/smtpd[25403]: warning: SASL: Connect to private/auth failed: No such file or directory Apr 7 18:27:54 rider postfix/smtpd[25403]: fatal: no SASL authentication mechanisms Apr 7 18:27:55 rider postfix/master[25392]: warning: process /usr/lib/postfix/smtpd pid 25403 exit status 1 Apr 7 18:27:55 rider postfix/master[25392]: warning: /usr/lib/postfix/smtpd: bad command startup -stfix Apr 7 18:27:54 rider postfix/smtpd[25403]: warning: SASL: Connect to private/auth failed: No such file or directory Apr 7 18:27:54 rider postfix/smtpd[25403]: fatal: no SASL authentication mechanisms Apr 7 18:27:55 rider postfix/master[25392]: warning: process /usr/lib/postfix/smtpd pid 25403 exit status 1 Apr 7 18:27:55 rider postfix/master[25392]: warning: /usr/lib/postfix/smtpd: bad command startup - 2) If the user does not exist in the tables for virtual users aliasing or virtual user domain, what is happening to that email ??? I see that the log accepts the email..but do not see a trace of it anywhere... thanks mjh On Fri, Apr 4, 2008 at 2:18 PM, Michael Habashy <mjh2000@gmail.com> wrote: > thanks..that was it...great.... > i am still going throught this thing..will give you an update..when done. > thanks again. > mjh > > > On Fri, Apr 4, 2008 at 1:30 PM, Ivan Savcic <isavcic@gmail.com> wrote: > > > On Fri, Apr 4, 2008 at 7:04 PM, Michael Habashy <mjh2000@gmail.com> > > wrote: > > > Hi...I have been followign this tutorial suggest by Ivan on > > debian-users. > > > > > > http://workaround.org/articles/ispmail-etch/ > > > I seem to be getting this error that is making my life miserable...can > > > anyone assist ???? > > > I am trying to setup multiple virtual domains email servers with > > > postfix/mysql/dovcat etc... > > > > > > thanks > > > mjh > > > > > > > > > Apr 4 12:42:57 rider postfix/virtual[14784]: fatal: bad string length > > 0 < > > > 1: virtual_mailbox_base = > > > Apr 4 12:42:58 rider postfix/master[14549]: warning: process > > > /usr/lib/postfix/virtual pid 14784 exit status 1 > > > Apr 4 12:42:58 rider postfix/master[14549]: warning: > > > /usr/lib/postfix/virtual: bad command startup -- throttling > > > Apr 4 12:43:58 rider postfix/virtual[14798]: fatal: bad string > > length 0 < > > > 1: virtual_mailbox_base = > > > Apr 4 12:43:59 rider postfix/master[14549]: warning: process > > > /usr/lib/postfix/virtual pid 14798 exit status 1 > > > Apr 4 12:43:59 rider postfix/master[14549]: warning: > > > /usr/lib/postfix/virtual: bad command startup -- thro > > > > Excellent, you spotted an error in the guide. The error above just > > says that you have the virtual_mailbox_base setting empty. > > > > The guide mentions: > > > > "(snip) virtual_mailbox_base directory which is unset by default. > > (snip)" > > > > It relies on it to be: > > > > virtual_mailbox_base = /var/mail/ > > > > Try it, do tell how did it go. > > > > Ivan > > > > > > -- > > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > > with a subject of "unsubscribe". Trouble? Contact > > listmaster@lists.debian.org > > > > > |
|
![]() |
| Outils de la discussion | |
|
|