On Thu, 2010-01-07 at 13:53 +0700, Tanuwijaya wrote:
> Dear All,
> I just installed postfix and now I have several questions about it:
> 1. How to make it accessible from outside but not making it as an open
>relay?
> 2. Related to question #1, if possible I want to make it serve as main
>
Dear All,
I just installed postfix and now I have several questions about it:
1. How to make it accessible from outside but not making it as an open
relay?
2. Related to question #1, if possible I want to make it serve as main
MX, what things should be prepared?
What document should I read?
I want to deploy a system whereby it will do an SQL lookup and depending on
the result will either continue processing the message as per usual or issue
a 'temporary' reject (Ie: Over quota message).
This is on a relaying/gateway machine so it does not have direct access to the
mail queue to do
jeff geng:
> Wietse:
>
> If We modify
> #ifdef USE_SASL_AUTH
> if (var_smtpd_sasl_enable)
> if (got_proto == 0)
>smtpd_sasl_auth_reset(state);
> #endif
>
> to
> #ifdef USE_SASL_AUTH
> if (var_smtpd_sasl_enable)
> if (got_login == 0)
>s
Wietse:
If We modify
#ifdef USE_SASL_AUTH
if (var_smtpd_sasl_enable)
if (got_proto == 0)
smtpd_sasl_auth_reset(state);
#endif
to
#ifdef USE_SASL_AUTH
if (var_smtpd_sasl_enable)
if (got_login == 0)
smtpd_sasl_auth_reset(state);
#endif
the
Carl Brewer a écrit :
> mouss wrote:
>
>>
>> move all domains from mydestination and virtual_mailbox_domains to
>> relay_domains.
>
> To confirm, (there's no relay_domains in my main.cf at the moment) :
>
> I have at present :
>
> mydestination = $myhostname, localhost.$mydomain, localhost,
> /
Wendigo Thompson:
> Hello:
>
> I maintain a database of e-mail messages for my law firm client -- I
> wrote an application that inserts e-mail messages into a database and
> then used an alias to pipe e-mail to that application, and the clients
> e-mail server forwards all mail for certain litig
Hello:
I maintain a database of e-mail messages for my law firm client -- I
wrote an application that inserts e-mail messages into a database and
then used an alias to pipe e-mail to that application, and the clients
e-mail server forwards all mail for certain litigants to that e-mail
address.
Hi Viktor,
Thanks, that seems to have worked. Now for the next layer of the onion. Do I
just keep appending root certificates to that same file or does each
certificate have to be set up separately somehow?
On Jan 6, 2010, at 10:09 AM, Victor Duchovni wrote:
> On Wed, Jan 06, 2010 at 10:00:37A
Pascal Volk wrote:
> On 01/06/2010 05:29 PM Seth Mattinen wrote:
>> Does anyone know offhand where the logging string "delays=a/b/c/d" is
>> defined in the documentation? I can't seem to find it.
>
> see man postconf(5):
> man 5 postconf | less +/^delay_logging_resolution_limit
>
Ah, thanks. Eve
Port Able:
> Hi,
>
> What is the proper command that a client can use to send an email
> using Postfix?? Searching through some old posts, I believe the
> postdrop command is not intended to be used by client software.?
> Is that correct??
You use the Postfix sendmail command.
Wietse
* Port Able :
> Hi,
>
> What is the proper command that a client can use to send an email using
> Postfix?
sendmail
--
Ralf Hildebrandt
Geschäftsbereich IT | Abteilung Netzwerk
Charité - Universitätsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30
Hi,
What is the proper command that a client can use to send an email using
Postfix? Searching through some old posts, I believe the postdrop command is
not intended to be used by client software. Is that correct?
I have seen references to sendmail but I am not sure if it refers to a comman
Seth Mattinen wrote:
> Does anyone know offhand where the logging string "delays=a/b/c/d" is
> defined in the documentation? I can't seem to find it.
>
Nevermind, it's in RELEASE_NOTES. I would humbly suggest putting it in
the DEBUG_README as well.
~Seth
On 01/06/2010 05:29 PM Seth Mattinen wrote:
> Does anyone know offhand where the logging string "delays=a/b/c/d" is
> defined in the documentation? I can't seem to find it.
see man postconf(5):
man 5 postconf | less +/^delay_logging_resolution_limit
Regards,
Pascal
--
The trapper recommends tod
Does anyone know offhand where the logging string "delays=a/b/c/d" is
defined in the documentation? I can't seem to find it.
~Seth
Kaushal Shriyan wrote:
Hi,
Any GUI based application to view postfix mail.log file?
Thanks and Regards,
Kaushal
It is not a GUI, I like to see colorized logs with multitail and the
postfix schema, you can even set your own regex to match and colorize
specific log entries.
Best regards.
On Jan 6, 2010, at 5:40 AM, Kaushal Shriyan wrote:
> Any GUI based application to view postfix mail.log file?
It's not exactly GUI, but logwatch emails me nicely organized reports every
morning. No graphs or anything, though...
--
Glenn English
g...@slsware.com
Wietse Venema:
> > > + UPDATE_STR(state->sasl_username, attr_value);
> > > + printable(state->sasl_username, '?');
> > > + UPDATE_STR(state->sasl_method, "xclient");
> > >
> > > Why not use the real authentication mechanism?
> > >
> >
> > Otherwise, if XCLIENT pas
On Wed, Jan 06, 2010 at 10:00:37AM -0500, Dennis Putnam wrote:
> I am using CACert as my signing authority. I have included their root
> certificate in my main.cf:
>
> smtpd_tls_CAfile = /etc/postfix/ssl/root.crt
This is for verifying client certificates when clients connect
to your SMTP server
I am using CACert as my signing authority. I have included their root
certificate in my main.cf:
smtpd_tls_CAfile = /etc/postfix/ssl/root.crt
However, I get this error when it tries to set up a TLS connection:
postfix/smtp[5298]: certificate verification failed for
xserveoda.aimaudit.com[70.15
On Wed, Jan 6, 2010 at 6:10 PM, Kaushal Shriyan
wrote:
> Hi,
>
> Any GUI based application to view postfix mail.log file?
On GNOME you have system log viewer
http://library.gnome.org/users/gnome-system-log/2.28/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kaushal Shriyan said the following on 06/01/10 13:40:
> Any GUI based application to view postfix mail.log file?
Maybe rsyslog logging (also) to sql and phpLogCon to view it
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
I see no good reasons why the vi
Hi,
Any GUI based application to view postfix mail.log file?
Thanks and Regards,
Kaushal
jeff geng:
> Wietse:
> Please see my reply marked as blue.
> :)
>
> jeff geng
>
> 2010/1/5 Wietse Venema
>
> > jeff geng:
> > > Wietse:
> > >
> > > Happy new year :)
> > >
> > > We use niginx's smtp function to redirect mail to postfix server. But in
> > > postfix, XCLIENT command can't support
On Mon, Jan 4, 2010 at 11:26 PM, mouss wrote:
> nik600 a écrit :
>> On Mon, Jan 4, 2010 at 12:52 PM, nik600 wrote:
>>> Dear all
>>>
>>> i've installed a postfix server with mysql support.
>>>
>>> i've also set-up a custom filter script shell that calls spamc and
>>> some other custom utils, this
26 matches
Mail list logo