May 2, 2007  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:02:26] *** Daniel_25 has joined #postfix
[00:02:36] *** Daniel25 has quit IRC
[00:07:06] *** dj-fu has quit IRC
[00:07:46] *** dj-fu has joined #postfix
[00:09:29] *** ashd has quit IRC
[00:09:36] *** GMFlash has quit IRC
[00:09:44] *** GMFlash has joined #postfix
[00:10:16] *** ashd has joined #postfix
[00:10:33] *** rcsu has quit IRC
[00:17:18] *** ashd has quit IRC
[00:21:02] *** Daniel_25 has quit IRC
[00:21:13] *** Daniel_25 has joined #postfix
[00:23:11] *** feross has quit IRC
[00:28:17] *** sc00p has joined #postfix
[00:32:28] *** sigmounte has quit IRC
[00:34:35] *** Mazon is now known as mazon
[00:41:36] *** swampfox has joined #postfix
[00:42:50] *** Taube is now known as taube
[00:43:25] *** master_of_master has joined #postfix
[00:43:59] *** ziro has quit IRC
[00:46:20] *** xbaez has joined #postfix
[00:46:30] <xbaez> hi how you doing ?
[00:46:36] *** prebur has quit IRC
[00:53:04] *** Fullmoon has joined #postfix
[00:54:31] *** master_o1_master has quit IRC
[00:58:35] *** Daniel_25 has quit IRC
[00:58:53] *** Daniel_25 has joined #postfix
[01:00:51] *** war has quit IRC
[01:03:34] *** war has joined #postfix
[01:04:59] *** Mez has quit IRC
[01:08:59] *** xpoint has quit IRC
[01:10:28] *** Daniel25 has joined #postfix
[01:11:55] *** Daniel_25 has quit IRC
[01:12:26] *** bostik_ has quit IRC
[01:23:35] *** war has quit IRC
[01:31:14] *** pirho has quit IRC
[01:33:44] *** pirho has joined #postfix
[01:36:55] *** meandtheshell has quit IRC
[01:45:27] *** pirho has quit IRC
[01:48:17] *** hiper has joined #postfix
[01:50:25] *** Spiked has quit IRC
[01:53:17] *** Daniel25 has quit IRC
[01:53:34] *** Daniel25 has joined #postfix
[02:10:22] *** ayeuu has joined #postfix
[02:13:55] *** hemry has quit IRC
[02:27:21] *** Daniel25 has quit IRC
[02:27:37] *** Daniel_25 has joined #postfix
[02:28:16] *** cryptnix has joined #postfix
[02:28:27] <cryptnix> May 1 20:27:13 digital postfix/sendmail[19146]: fatal: Recipient addresses must be specified on the command line or via the -t option < --- anyone point me towards the good on this error
[02:28:37] <cryptnix> having problems w/ php not sending messages out
[02:29:23] *** raqamy_ has joined #postfix
[02:38:02] <cryptnix> bah, simple
[02:38:04] <cryptnix> <-- idiot
[02:39:27] *** cryptnix has quit IRC
[02:39:32] *** Daniel25 has joined #postfix
[02:39:43] *** cryptnix has joined #postfix
[03:00:21] *** Daniel_25 has quit IRC
[03:06:09] *** [sellout] has quit IRC
[03:06:29] *** Tachy_ has joined #postfix
[03:08:08] *** [sellout] has joined #postfix
[03:13:10] *** prebur has joined #postfix
[03:14:07] *** Daniel25 has left #postfix
[03:21:14] *** Tachy has quit IRC
[03:23:46] *** Spec is now known as x-spec-t
[03:24:35] <xbaez> \i need some help please
[03:24:44] <xbaez> i configure my postfix with virtual domains
[03:25:00] <xbaez> but with maildir format i get this warning
[03:25:23] <xbaez>  warning: maildir access problem for UID/GID=5000/5000: create maildir file /var/mail/vhosts/celulardoctor.com/robertogutierrez/tmp/1178046718.P25170.tomoe: Permission denied
[03:25:55] *** magyar has joined #postfix
[03:26:00] <xbaez> i already type chown -R /var/mail/vhost/
[03:26:03] <xbaez> but not work
[03:26:35] <lunaphyte> your chown command is missing a parameter.
[03:27:34] <lunaphyte> and according to your error message, the parameter you did provide isn't accurate.
[03:27:35] <xbaez> o sorry yeah i typed wrong here the correct is with postfix:postfix
[03:27:39] <xbaez> group and user
[03:28:36] <xbaez> yeah yes the correct one is sudo chown -R postfix:postfix /var/mail/vhosts/
[03:28:57] <xbaez> that was the command that i typed
[03:29:33] <lunaphyte> what does ls -ald /var/mail/vhosts/celulardoctor.com/robertogutierrez/ say?
[03:30:31] <xbaez> say this drwxr-sr-x 3 postfix postfix 72 May  1 18:50 /var/mail/vhosts/celulardoctor.com/robertogutierrez/
[03:32:08] <lunaphyte> what does grep 5000 /etc/passwd say?
[03:32:46] <xbaez> nothing
[03:33:07] <hparker> What are UID:GUID in main.cf?
[03:34:10] <xbaez> virtual_uid_maps = static:5000
[03:34:10] <xbaez> virtual_gid_maps = static:5000
[03:34:30] <lunaphyte> how about grep -i postfix /etc/passwd ?
[03:35:09] <xbaez> say postfix:x:102:102::/var/spool/postfix:/bin/false
[03:35:32] <lunaphyte> you need to setup a user and group that's not postfix.
[03:35:37] <lunaphyte> e.g. vmail or such.
[03:36:12] <xbaez> ah ok
[03:36:26] <xbaez> i thought that i need to put 102 UID:GUID in main.cf
[03:36:50] <lunaphyte> i wouldn't do that.
[03:37:14] <lunaphyte> probably wouldn't work anyway, depending on what virtual_minimum_uid is.
[03:37:50] <lunaphyte> of course, you could change that too, but that would be pretty silly.
[03:38:57] <xbaez> ok well i have to create a user and group and then put it as an owner of /var/mail/vhosts/
[03:40:09] <xbaez> i use debian as a distro
[03:45:37] <lunaphyte> right
[03:46:50] *** raina has left #postfix
[04:01:47] <xbaez> lunaphyte, thanks a lot !
[04:04:34] *** gamaliel has joined #postfix
[04:05:19] <gamaliel> Hola
[04:05:52] <gamaliel> help me
[04:09:46] <higuita> gamaliel: ask your questions, people here cant read your mind, no matter how much help you ask...
[04:10:00] *** hiper has left #postfix
[04:10:08] 
[04:11:04] <gamaliel> necesito configurar mi postfix
[04:14:15] <higuita> si, un poco... post your question
[04:14:40] <gamaliel> ok, cuando yo envio un email a hotmail
[04:14:49] <gamaliel> no llega
[04:15:07] <gamaliel> y el mismo postfix me manda el siguiente mensaje
[04:16:05] <gamaliel> undelivered mail returned to sender
[04:17:07] <gamaliel> si quieres verlo te doy mi email para que entres y lo veas
[04:17:08] <higuita> verifica los logs  (/var/log/maillog ou algo como esto)
[04:17:15] <gamaliel> ok
[04:17:57] <gamaliel> instale vhcs
[04:18:08] <gamaliel> y el vhcs me configuro el postfix
[04:18:37] <gamaliel> y no tengo algunas opciones como /var/log/maillog
[04:18:51] *** doomas_ has joined #postfix
[04:19:14] <gamaliel> pero algo si me funciona
[04:19:21] <gamaliel> /var/log/mail.err
[04:19:47] <higuita> on unix machines, when you have a problem, check always the logs, most of the time they will give you more information
[04:20:34] <gamaliel> postfix/sendmail : fatal: No recipient addresses found in message header
[04:20:48] <higuita> 8)
[04:20:54] <higuita> tenta esto:
[04:21:22] <gamaliel> sip, dime
[04:21:33] <higuita> echo " hola" | mail -s teste email at hotmail dot com
[04:21:41] <gamaliel> ok
[04:21:48] <higuita> e verifica outra ves los logs
[04:21:53] <gamaliel> oky
[04:22:22] <gamaliel> naco_playboy at hotmail dot com o email at hotmail dot com??
[04:22:36] <higuita> naco_playboy at hotmail dot com
[04:22:41] <gamaliel> oky
[04:23:24] <gamaliel> bash: mail: orden no encontrada
[04:25:55] <gamaliel> escribi bien o que paso??
[04:26:08] <higuita> echo " hola" | sendmail  naco_playboy at hotmail dot com
[04:26:40] <gamaliel> oky
[04:26:41] <higuita> si, tu linux no tiene el comando mail, usa esto
[04:26:43] <gamaliel> yap
[04:26:54] <gamaliel> ahora miro el log de email.err??
[04:26:59] <higuita> si
[04:27:04] <gamaliel> ok
[04:27:40] <gamaliel> lo copeo y lo pego aqui??
[04:27:48] <higuita> si
[04:28:04] <gamaliel> Apr 29 08:46:23 punkero postfix/smtpd[15324]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:05] <gamaliel> Apr 29 08:47:24 punkero postfix/smtpd[15350]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:05] <gamaliel> Apr 29 08:48:25 punkero postfix/smtpd[15377]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:05] <gamaliel> Apr 29 08:49:26 punkero postfix/smtpd[15400]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:06] <gamaliel> Apr 29 08:50:28 punkero postfix/smtpd[15422]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:09] <gamaliel> Apr 29 08:51:29 punkero postfix/smtpd[15466]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:12] <higuita> ok
[04:28:14] <gamaliel> Apr 29 08:51:44 punkero postfix[15554]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
[04:28:17] <gamaliel> Apr 29 09:29:28 punkero postfix/sendmail[25947]: fatal: No recipient addresses found in message header
[04:28:19] <gamaliel> Apr 29 09:32:20 punkero postfix/sendmail[26328]: fatal: No recipient addresses found in message header
[04:28:22] <gamaliel> May  1 10:57:24 punkero postfix/sendmail[6435]: fatal: usage: sendmail [options]
[04:28:23] <higuita> para!!
[04:28:30] <gamaliel> ya pare
[04:28:31] <higuita>  8)
[04:28:36] * hparker points to rafb.net/paste
[04:28:45] <gamaliel> ok
[04:28:50] <higuita> bastava 2 lineas... :)
[04:29:02] <gamaliel> llego todo??
[04:29:22] <hparker> And this looks like the error:  myhostname: bad parameter value: {MTA_HOSTNAME}
[04:29:43] <gamaliel> mmm, jejeje, le puse un #
[04:29:58] <gamaliel> #myhostname= punkero
[04:30:35] <gamaliel> que puedo hacer??
[04:30:51] <higuita> i dont know the vhcs, but if he configures the postfix, it is falling to setup the hostname (and probably other configs) in /etc/postfix/main,.cf
[04:31:00] <gamaliel> ok
[04:31:30] <higuita> try to remove the # you add
[04:31:51] <gamaliel> ok
[04:31:53] <higuita> postfix needs the myhostname set
[04:32:00] *** doomas has quit IRC
[04:32:11] <gamaliel> ya lo quite, pero me sigue marcando el mismo error
[04:32:44] <gamaliel> le puse
[04:32:54] <gamaliel> myhostname= punkero
[04:32:57] <higuita> verifica en el /etc/postfix/main.cf, donde esta el MTA_HOSTNAME
[04:33:07] <gamaliel> ok
[04:33:52] <higuita> probably this MTA_HOSTNAME should be changed by vhcs, as this isnt a normal value in any linux distro i know
[04:34:03] <gamaliel> sip
[04:34:11] <gamaliel> por que no lo encuentro
[04:34:36] <higuita> try to check if vhcs is real configured and working...
[04:34:41] <higuita> humm...
[04:34:55] <higuita> postconf -n |less
[04:35:00] <gamaliel> ok
[04:35:13] <higuita> check the config that postfix is reading
[04:35:55] *** Roa has quit IRC
[04:36:03] <gamaliel> ok
[04:36:11] <higuita> postconf config_directory
[04:36:47] <higuita> he is complaining about a bad config, it must be there, somehere...
[04:36:55] *** amrit|wrk is now known as amrit|afk
[04:37:03] <gamaliel> no
[04:37:05] *** hiper has joined #postfix
[04:37:12] <gamaliel> no encuentro postconf
[04:37:20] <higuita> ?
[04:37:32] <higuita> no tienes el comando postconf ?
[04:37:46] <gamaliel> no
[04:38:04] <gamaliel> eso es malo
[04:38:15] <higuita> es estranho...
[04:38:30] <higuita> /usr/sbin/postconf
[04:38:31] <gamaliel> mira, entra a punkero.com/vhcs2/tools/webmail
[04:38:32] <charasky> buenas
[04:38:39] <gamaliel> buenas
[04:38:42] <charasky> alguno sabe porque sasl no me esta autentificando?
[04:39:08] <charasky> ahora les paso el posfconf
[04:39:15] <charasky> post
[04:39:46] <charasky> bah
[04:39:49] <charasky> si me quieren ayudar
[04:40:11] <gamaliel> jajajaja
[04:40:21] <gamaliel> yo tambien necesito ayuda
[04:41:25] <charasky> gamaliel,  borra la linea
[04:41:30] <charasky> y hacela otra vez
[04:41:38] <charasky> por ahi hay un espacio o caracter raro
[04:41:45] <gamaliel> mm
[04:41:52] <gamaliel> que raro
[04:42:46] 
[04:42:57] <charasky> si, te entendi
[04:44:03] <higuita> http://punkero.com/ mostra demasiado, the document root should be a empty directory and use the alias to fake the sub-dirs (like alias vhcs2/ /var/www/vhcs2/)
[04:44:22] <higuita> gamaliel: mira si tienes /usr/sbin/postconf
[04:44:29] <gamaliel> sip
[04:44:32] <gamaliel> si tengo
[04:44:41] <gamaliel> me salen muchas linear
[04:44:41] <higuita> /usr/sbin/postconf config_directory
[04:44:43] <gamaliel> lineas
[04:44:49] <gamaliel> ok
[04:44:52] <gamaliel> deja veo
[04:45:20] <gamaliel> ya
[04:45:26] <gamaliel> /etc/postfix/
[04:45:38] <charasky> i need autentification sasl
[04:45:45] <charasky> but dont work
[04:46:00] <higuita> charasky: verifica el logs /var/log/maillog o mail.err o algo assi
[04:46:13] <charasky> higuita,  o no envia
[04:46:14] <charasky> o envia
[04:46:30] <higuita> gamaliel: fgrep MTA_HOSTNAME /etc/postfix/*
[04:46:31] <charasky> en mynetworks = 0.0.0.0/0
[04:46:34] <charasky> tengo que poner eso
[04:46:35] *** Motoko-chan has joined #postfix
[04:46:40] <charasky> pero nunca autentifica
[04:46:59] <gamaliel> higuita, si entra la pagina punkero.com/vhcs2/tools/webmail
[04:47:01] <gamaliel> ok
[04:47:04] <gamaliel> ??
[04:47:22] <gamaliel> email gama at punkero dot com password "mama"
[04:47:23] <charasky> eso que pongo smtpd_sasl_auth_enable = yes
[04:47:34] <higuita> charasky: REMOVE the   0.0.0.0/0
[04:47:41] <charasky> ya se higuita
[04:47:46] <charasky> pero si hago eso no me funciona
[04:47:51] <higuita> you are turning your postfix in a openrealy
[04:47:56] <charasky> yes
[04:48:31] <higuita> mynetworks is JUST for networks you trust FULLY, 0.0.0.0/0 is all the internet, you can trust that
[04:49:08] <higuita> what is the error AFTER you remove the 0.0.0.0/0 ?
[04:49:36] <gamaliel> punkero.com/vhcs2/tools/webmail email:gama at punkero dot com password:mama
[04:49:45] <charasky> May  1 22:18:19 localhost postfix/smtpd[9202]: NOQUEUE: reject: RCPT from unknown[201.250.2.28]: 554 <maurojs3 at yahoo dot com.ar>: Relay access denied; from=<test at hssanesteban dot cl> to=<maurojs3 at yahoo dot com.ar> proto=SMTP helo=<shuli7a>
[04:49:59] <charasky> this higuita
[04:50:02] <gamaliel> ahy tengo el email de error que me llega del postfix
[04:51:17] <gamaliel> higuita, ago lo que me dices pero no pasa nada
[04:51:21] <charasky> mtpd_sasl_auth_enable = yes
[04:51:22] <charasky> smtpd_sasl_security_options = noanonymous
[04:51:22] <charasky> smtpd_sasl_local_domain = $myhostname
[04:51:22] <charasky> broken_sasl_auth_clients = yes
[04:51:22] <charasky> smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
[04:51:57] <higuita> charasky: and are you sending the sasl?
[04:52:07] <higuita> telnet localhost 25
[04:52:14] <higuita> ehlo something
[04:52:16] <charasky> yes higuita
[04:52:17] <gamaliel> fgrep MTA_HOSTNAME /etc/postfix/*
[04:52:22] <charasky> ehlo localhost
[04:52:23] <gamaliel> no pasa nada
[04:52:33] <charasky> plain text
[04:52:35] <higuita> and check if the server is replying that he can do sasl !
[04:52:36] <charasky> auth
[04:52:42] <charasky> auth plain text
[04:53:08] <charasky> 250-AUTH LOGIN PLAIN
[04:53:09] <charasky> 250-AUTH=LOGIN PLAIN
[04:54:22] <higuita> try to manually send a email with sasl, with the telnet localhost 25
[04:54:31] <higuita> and check the sasl logs
[04:54:31] <gamaliel> higuita este es el error
[04:54:40] <higuita> postfix seens correct
[04:54:40] <gamaliel> el email que me llega
[04:54:48] <gamaliel> This is the mail system at host punkero.com.
[04:54:49] <gamaliel> I'm sorry to have to inform you that your message could not
[04:54:49] <gamaliel> be delivered to one or more recipients. It's attached below.
[04:55:11] <gamaliel> If you do so, please include this problem report. You can
[04:55:11] <gamaliel> delete your own text from the attached returned message.
[04:55:31] <gamaliel> <naco_playboy at hotmail dot com>: host mx3.hotmail.com[65.54.244.200] said: 550 Your
[04:55:32] <gamaliel> e-mail was rejected for policy reasons on this gateway. Reasons for
[04:55:32] <gamaliel> rejection may be related to content such as obscene language, graphics, or
[04:55:32] <gamaliel> spam-like characteristics (or) other reputation problems. For sender
[04:55:32] <gamaliel> troubleshooting information, please go to http://postmaster.msn.com.
[04:55:33] <gamaliel> Please note: if you are an end-user please contact your E-mail/Internet
[04:55:34] <gamaliel> Service Provider for assistance. (in reply to MAIL FROM command)
[04:55:43] <hparker> a) Use a pastebin please b) read logs nt bounces
[04:55:48] <hparker> s/nt/not
[04:57:28] 
[04:57:32] <higuita> gamaliel: stop pasting big things....
[04:57:45] <gamaliel> ok
[04:57:55] <higuita> i read the email, hotmail is rejecting your email because you are in a blacklist...
[04:57:56] <higuita> May  2 03:56:27 Couracado postfix/smtpd[2322]: NOQUEUE: reject: RCPT from unknown[189.164.23.140]: 554 5.7.1 Service unavailable; Client host [189.164.23.140] blocked using zen.spamhaus.org; http://www.spamhaus.org/query/bl?ip=189.164.23.140; from=<gama at punkero dot com> to=<higuita at caravela dot homelinux.net> proto=ESMTP helo=<punkero>
[04:57:57] <gamaliel> no voy a pegar
[04:58:38] <gamaliel> que es lo que esta mal??
[04:58:43] <hparker> mmMmm... Spamhaus keeping inboxes usable
[04:59:45] <gamaliel> me tienen tachado por spam??
[04:59:48] <charasky> higuita,  permite
[04:59:54] <higuita> your ISP doesnt allow direct email to other domains, you must configure your postfix to deliver all email to your ISP, or ask your ISP to exclude your IP from this rule (usually they only do this with fixed IP)
[05:00:05] <charasky> el envio de mails
[05:00:08] <charasky> sin autentificar
[05:00:23] *** [sellout] has quit IRC
[05:00:34] <gamaliel> que puedo hacer??
[05:00:41] <charasky> no esta tomando el sasl
[05:00:48] <higuita> read my last reply
[05:01:26] <gamaliel> ok
[05:01:32] *** [sellout] has joined #postfix
[05:01:32] <gamaliel> deja traducirlo, jejeje
[05:01:32] <higuita> charasky: is the  saslauth daemon running? check its logs
[05:02:14] <charasky> yes higuita
[05:02:18] <gamaliel> ha!!
[05:02:19] <higuita> perdon pero es mui grande e complicado para lo escribire em espanhol :)
[05:02:30] <gamaliel> ocupo un ip fijo??
[05:02:44] <gamaliel> ip estatico??
[05:03:32] <gamaliel> ok higuita, gracias
[05:03:32] <gamaliel> entonces no funciona por que tengo una ip fija
[05:03:35] <gamaliel> digo por que no tengo una ip fija
[05:03:39] <charasky> May  1 23:03:43 localhost postfix/smtpd[9800]: NOQUEUE: reject: RCPT from unknown[201.250.2.28]: 554 <maurojs3 at yahoo dot com.ar>: Relay access denied; from=<mauro.silva at speedy dot com.ar> to=<maurojs3 at yahoo dot com.ar> proto=SMTP helo=<shuli7a>
[05:03:54] <higuita> gamaliel: si lo tienes um ip fijo/estatico, pede a toy ISP para permitir el acesso a outros MX, qui tu lo tienes um servidor de email e lo necessitas
[05:05:03] <gamaliel> mmm
[05:05:32] <gamaliel> el ip fijo/estatico me sale como a 100 dolares al mes
[05:06:08] <higuita> charasky: your postfix seens correct, assuming that you already tried to stop/start it, its a sasl problem... try to recheck several howtos to see if you failed some step
[05:06:54] <gamaliel> como pido a ISP permitir acceso??
[05:07:35] <higuita> gamaliel: entonces configura el postfix para enviar los email via tu ISP (relayhost config in main.cf)
[05:08:01] <gamaliel> ha!!
[05:08:11] <gamaliel> deja intentarlo
[05:08:59] <higuita> o el ISP permite el acceso (lo tienes de pedir e esperar la resposta), o tienes de enviar todos emails via el servidor de email do ISP
[05:09:21] <higuita> i now must go to sleep, its already too late in here...
[05:09:32] <gamaliel> jajaja
[05:09:41] <higuita> cya e buena sorte
[05:09:48] <gamaliel> con lo que ya me has dicho, es de gran ayuda
[05:09:56] <gamaliel> Muchas gracias
[05:10:02] <higuita> 8)
[05:10:07] <gamaliel> Y buena suerte
[05:10:32] <gamaliel> aDios
[05:20:30] <higuita> gamaliel: i forgot... put your myhostname=punkero.com or myhostname=machine_name.punkero.com  ... always put the full name, with the domain
[05:20:38] <higuita> now i'm leaving, cya 8)
[05:26:04] *** j^2 has quit IRC
[05:26:26] <gamaliel> ok
[05:26:45] <gamaliel> cual es mi ISP??
[05:27:18] *** j^2 has joined #postfix
[05:28:44] *** charasky has quit IRC
[05:34:41] *** f3ew_ has joined #postfix
[05:35:29] *** f3ew has quit IRC
[05:41:03] *** bugz_ has quit IRC
[05:48:33] *** bugz_ has joined #postfix
[05:53:37] *** memetic has quit IRC
[05:53:43] *** memetic has joined #postfix
[05:59:57] *** Railer has joined #postfix
[06:00:32] *** Tinozaure is now known as Tino
[06:00:32] *** Tino is now known as Tinozaure
[06:03:26] *** Fullmoon has quit IRC
[06:03:32] *** Fullmoon has joined #postfix
[06:09:12] *** cilly has quit IRC
[06:09:42] *** cilly has joined #postfix
[06:12:34] *** Fullmoon has quit IRC
[06:22:31] *** f3ew_ is now known as f3ew
[06:23:41] *** j^2 has quit IRC
[06:23:41] *** glitchz is now known as glitch-
[06:23:44] *** j^2 has joined #postfix
[06:23:56] *** hiper has quit IRC
[06:24:50] *** glitch- is now known as glitchz
[06:32:41] *** amrit|afk is now known as amrit
[06:33:56] *** lunaphyte_ has quit IRC
[06:39:28] *** magyar has quit IRC
[06:41:15] *** j^2 has quit IRC
[06:45:09] *** j^2 has joined #postfix
[06:49:38] *** xbaez has quit IRC
[07:20:28] *** sysmonk has joined #postfix
[07:29:19] *** dj-fu has quit IRC
[07:44:40] *** Mez has joined #postfix
[07:52:30] *** rootsvr has joined #postfix
[07:55:54] *** Tinozaure is now known as Tino
[07:55:55] *** Tino is now known as Tinozaure
[07:56:32] *** Foxler has quit IRC
[08:12:18] *** f3ew_ has joined #postfix
[08:24:53] *** f3ew has quit IRC
[08:24:56] *** f3ew_ is now known as f3ew
[08:37:18] *** taube is now known as Taube
[08:44:12] *** nick01 has joined #postfix
[08:51:07] *** mazon is now known as Mazon
[08:54:07] *** lunaphyte_ has joined #postfix
[08:54:59] *** sysmonk has quit IRC
[08:55:18] *** k1ckn1ck has quit IRC
[08:55:49] *** emrah has joined #postfix
[08:55:54] <emrah> Hey everybody
[08:57:10] <emrah> Anyone has an idea how to forward all e-mails to a program using Postfix? I did it with no problem with qmail till now but I'd like to use postfix.
[08:57:31] <seekwill> A "program"?
[08:57:56] <emrah> And I'm setting up a fax gateway so I'd like to dedicate an mta to deliver all e-mails sent to it to an executable binary to handle it....
[08:58:01] <emrah> Don't know if you undertood me
[08:58:45] <f3ew> aliases
[08:58:48] <emrah> sorry
[08:59:01] <emrah> Lol I'm pretty tired and my english is not perfect at all
[08:59:29] <emrah> So if I explain again, I'd like to have an alias matching any email sent to the machine and forward them to a script
[09:00:25] <f3ew> man 5 aliases
[09:00:36] <f3ew> use a regexp
[09:00:49] <f3ew> alias_maps = regexp:/etc/postfix/alias.re
[09:00:56] <f3ew> and alias.re contains
[09:01:20] <emrah> f3ew: thanks a lot for your answer :)
[09:01:25] <f3ew> /(.*)/   "|/path/to/fax $1"
[09:07:17] *** j^2 has quit IRC
[09:07:36] *** j^2 has joined #postfix
[09:10:47] *** frennkie has joined #postfix
[09:19:28] *** hparker has quit IRC
[09:23:35] *** GutterPunk has joined #postfix
[09:26:36] *** skopii has quit IRC
[09:26:41] *** skopii has joined #postfix
[09:33:58] *** JeffH has joined #postfix
[09:35:18] <JeffH> my mail server setup is blocking a legit e-mail from coming through..  it's being blocked because list.dsbl.org show's it as a spam address.  Is there a way for me to let my mail server let it pass through and deliver it?
[09:36:09] *** cutmasta has joined #postfix
[09:38:56] *** aluchko has quit IRC
[09:40:04] *** ashd has joined #postfix
[09:41:02] <ayeuu> hi there, I'm getting crasy, can someone help meplease ? here is myprob, befor don't know what, all works, but now, when I try to send a mail to a virtual user from a unix account i've got a " 553 sorry, your envelope sender domain must exist (#5.7.1) (in reply to MAIL FROM command))" :/ any idea please ?
[09:54:07] *** [miles] has joined #postfix
[09:55:08] <f3ew> what's in your logs?
[09:55:23] <f3ew> You need to set the sender address correctly
[09:56:25] *** brancaleone has joined #postfix
[09:56:45] *** ashd has quit IRC
[10:02:05] *** war has joined #postfix
[10:03:43] *** nescius has joined #postfix
[10:08:09] *** Shadur has joined #postfix
[10:11:06] *** JeffH has left #postfix
[10:11:15] *** ayeuu has quit IRC
[10:11:56] *** ayeuu has joined #postfix
[10:13:44] <Shadur> I've got a question regarding bounced spam and the reject_unverified_recipient parameter. I've got a postfix mail server that's acting as secondary MX for a few hundred of our customers to make sure they can still get their mail when their own systems are down. One of them is periodically victim of massive spam attacks (which tend to crash their server after the first ten thousand or so)
[10:15:12] <Shadur> meaning the remainder of the spam gets sent to the server I control. Most of it's filtered out with greylisting plus DNSBLs plus amavis/SA, but a portion still makes it through. You know how it is - can't set the restrictions too stringent or the customers start complaining about missed legitimate mails.
[10:16:02] *** TheOutlander has joined #postfix
[10:16:33] <Shadur> Anyways, since postfix can't determine it as spam and it's configured to relay to the customer, it accepts the messages to send them on next time it realizes the customer's mail server is up... Only to receive a rejection response because the recipient doesn't exist. So it generates a bounce, all in accordance with the RFCs.
[10:17:43] <Shadur> Of course, since the sender address of most spam is forged anyway, the bounces arrive at people completely unrelated to the spam... And some of them have complained to spamcop.
[10:19:32] <Shadur> Now if I've read knoba's factoid on reject_unverified_recipient right, that parameter should be just what I need to handle this... But the documentation I've found so far doesn't tell me how it behaves when the primary MX isn't responding at all - or, for that matter, when the server itself /is/ in the MX list for the domain.
[10:24:16] <f3ew> it will respond with a tempfail
[10:25:06] *** rootsvr has quit IRC
[10:25:11] *** af_ has joined #postfix
[10:25:21] <Shadur> Okay, that's probably survivable.
[10:26:52] <Shadur> Second question: Is there a way to tell postfix to only use verification for mail destined for domains it's listed as an MX for? Like I said, couple hundred clients - I'd rather not go through creating a hash file for the lot of 'em and train the techmonkeys to keep it up to date.
[10:27:21] <f3ew> just a reject_unverified_recipient should do the trick
[10:28:28] <Shadur> f3ew: Some of them use my mail server to send email as well.
[10:28:51] <f3ew> Shadur, ordering of restrictions should prevent unnecessary checks
[10:29:49] <Shadur> Oh, right.
[10:30:33] *** Motoko-chan has quit IRC
[10:33:02] <Shadur> Okay, check me on this: smtp_recipient_restrictions set to permit_mynetworks, couple of RBLs, permit_mx_backup,  reject_non_fqdn_recipient, reject_unauth_destination, check the greylist policy, then finally reject_unverified_recipient
[10:38:22] <Shadur> I think that's about right.
[10:40:40] <Shadur> Hmm. Final question - the docs at http://www.postfix.org/ADDRESS_VERIFICATION_README.html are very, very emphatic about making sure you have enough disk space if you intend to use a persistent file. Just how big a file should I expect to see, and does postfix have some kind of automation to remove addresses that haven't been queried in a long time?
[10:44:24] *** LeVA has joined #postfix
[10:44:35] <LeVA> hi
[10:51:30] *** doomas_ is now known as doomas
[10:54:00] *** hiper has joined #postfix
[10:58:47] *** TheOutlander has quit IRC
[11:09:18] *** CodeX has joined #postfix
[11:09:35] *** LeVA has quit IRC
[11:10:34] *** noetik has joined #postfix
[11:12:13] <ayeuu> hi
[11:12:32] <ayeuu> "home_mailbox = Maildir/" doesn't work for virtuals users ?
[11:14:04] <f3ew> no
[11:14:10] <f3ew> virtual_mailbox_maps
[11:14:19] *** LeVA has joined #postfix
[11:14:22] <LeVA> hi
[11:16:34] <LeVA> I have a deleted email account, so I've created a relocated file, and set it up in main.cf with relocated_maps = [...] , but everytime I send a message to the address (in the relocated map), I'm getting the "Recipient address rejected: User unknown in virtual mailbox table" message. Which is true, but then how can I configure the relocated maps?
[11:17:14] *** UQlev has joined #postfix
[11:17:40] <ayeuu> f3ew: strang, before don't know what, that's working
[11:17:45] <ayeuu> f3ew: thx
[11:21:21] *** UQlev has quit IRC
[11:21:41] *** eltech has quit IRC
[11:24:53] <LeVA> oh, got it
[11:24:54] <LeVA> okay
[11:25:02] *** LeVA has quit IRC
[11:31:14] *** Shadur has left #postfix
[11:35:46] *** CodeX has quit IRC
[11:35:58] *** CodeX has joined #postfix
[11:52:33] *** RexMundi has quit IRC
[11:55:35] *** Bronsky has quit IRC
[12:06:14] *** af_ has quit IRC
[12:08:04] *** eltech has joined #postfix
[12:09:39] *** GMFlash has quit IRC
[12:09:47] *** GMFlash has joined #postfix
[12:10:20] *** pmjdebruijn has joined #postfix
[12:10:58] *** rootsvr has joined #postfix
[12:25:05] *** ircminer03 has quit IRC
[12:27:46] *** Tinozaure is now known as Tino
[12:32:21] *** etaylor has joined #postfix
[12:36:01] *** meandtheshell has joined #postfix
[13:02:59] *** UQlev has joined #postfix
[13:10:14] *** bostik has joined #postfix
[13:15:02] *** [sellout] has quit IRC
[13:18:11] *** UQlev has quit IRC
[13:19:09] *** knoba has quit IRC
[13:24:08] *** knoba has joined #postfix
[13:26:49] *** {skyler} has joined #postfix
[13:27:00] <{skyler}> hello
[13:27:31] <{skyler}> question, is it possible to use HTML in the bounce template message?
[13:28:08] *** etaylor has quit IRC
[13:35:32] *** VSpike has quit IRC
[13:35:57] <f3ew> yes
[13:36:07] <f3ew> but the recipient will see raw html
[13:37:49] <{skyler}> so I noticed :(
[13:41:11] <sep> i have recived a tarpackage with a lot of files in it. the files are from a mailsite store. and contains messages delivered to mailsite. is there any way i can inject these in the queue and have them deliver to postfix virtusers ?
[13:44:44] <f3ew> what format are they in?
[13:45:54] *** ashd has joined #postfix
[13:46:48] *** noetik has quit IRC
[13:51:46] <sep> the files have extension  .imp but they look like mbox files.
[14:05:08] <f3ew> formail(1) is your frined then
[14:05:12] <f3ew> part of the procmail package
[14:09:30] *** Zaw has quit IRC
[14:14:49] *** prebur has quit IRC
[14:21:06] *** prebur has joined #postfix
[14:27:32] *** rootsvr has quit IRC
[14:32:46] *** noetik has joined #postfix
[14:40:31] *** swampfox has quit IRC
[15:02:36] *** eltech has quit IRC
[15:03:02] <CodeX> f3ew, hello
[15:03:11] <f3ew> lo
[15:03:25] <CodeX> may be here some body know about my problem
[15:05:09] <CodeX> May  2 14:57:47 matrix postfix/smtpd[5630]: NOQUEUE: reject: RCPT from unknown[62.212.134.96]: 554 <info at mirasoft dot nl>: Relay access denied; from=<desant at spotnu dot com> to=<info at mirasoft dot nl> proto=ESMTP helo=<mirasoftrafael>
[15:08:04] <CodeX> i can send mail from thunderbird but when i do it from outlook i get noqueue error
[15:14:54] *** noetik has quit IRC
[15:15:49] *** rdallarmi has joined #postfix
[15:18:12] <rdallarmi> hi, I need a hand in relation to sasl autentication, I am using authdeamon but I seem not to be able to send any mail, the error I get is "warning: SASL authentication failure: Password verification failed" but the password is definetly correct, I can login and check my mail with that one
[15:22:40] *** GutterPunk has quit IRC
[15:28:40] *** noetik has joined #postfix
[15:29:41] *** nightfreak_ has joined #postfix
[15:31:03] *** dj-fu has joined #postfix
[15:34:27] *** frennkie has quit IRC
[15:35:17] *** ziro has joined #postfix
[15:37:44] *** UQlev has joined #postfix
[15:39:53] *** cilly has quit IRC
[15:47:02] *** TheOutlander has joined #postfix
[15:48:59] *** ^em^me^ has joined #postfix
[15:53:48] *** CodeX has quit IRC
[15:56:56] *** csm-laptop has joined #postfix
[15:58:23] *** nightfreak_ has quit IRC
[15:59:00] *** nightfreak_ has joined #postfix
[16:03:12] *** KenSentMe has joined #postfix
[16:03:58] *** cilly has joined #postfix
[16:04:03] *** rdallarmi has quit IRC
[16:04:07] <KenSentMe> Since this afternoon i can't start postfix on my Ubuntu Dapper. I haven't changed anything in my config but the logs show this error: postfix: fatal: dict_open_dlinfo: Expected "pattern .so-name open-function [mkmap-function]" at line 1
[16:04:15] <KenSentMe> Anyone know what i can do to fix this?
[16:08:48] *** dj-fu has quit IRC
[16:09:23] *** nightfreak__ has joined #postfix
[16:11:00] *** rmayorga has joined #postfix
[16:13:41] *** cilly has quit IRC
[16:18:37] *** nightfreak_ has quit IRC
[16:20:30] *** nightfreak_ has joined #postfix
[16:22:39] *** noetik has quit IRC
[16:27:14] *** cilly has joined #postfix
[16:29:01] *** nemo_home has joined #postfix
[16:29:38] *** cilly has quit IRC
[16:30:14] *** asdas has joined #postfix
[16:30:50] <KenSentMe> It seems like this error also occurs when i try to run sendmail of newaliases. But i can't figure out in what file to look for an error on line 1
[16:31:03] <asdas> hello, anybody has an idea on how to change the "sender" via mail command ? like it seems foo at bar dot com
[16:31:19] *** j^2 is now known as Colombo
[16:31:51] <nemo_home> hey, I know some people here have an opinion on it, but was wondering if there is a good tutorial out there for adding, say, libspf2 or similar to postfix
[16:31:55] <nemo_home> want to do SPF checks
[16:32:12] *** Colombo is now known as j^2
[16:32:44] *** nick01 has quit IRC
[16:33:45] <nightfreak_> i'm trying to set up an email server acording to this article http://workaround.org/articles/ispmail-sarge/index.shtml.en. so far everything seems to work, i could send a testmail localy, but now i'm having problems when trying to fetch the mail with my email client via pop3. in the mal.log it says "courierpop3login: LOGIN FAILED"
[16:33:47] *** nightfreak__ has quit IRC
[16:33:49] *** Lap_64 has joined #postfix
[16:34:16] <nemo_home> nightfreak_: what authentication methods are you using?
[16:34:40] <nemo_home> mine is rather simplistic :)
[16:34:41] <nemo_home> authmodulelist="authpam"
[16:34:51] <nightfreak_> authmodulelist="authmysql"
[16:35:04] <nemo_home> nightfreak_: 'course, seems this isn't the right channel for courier stuff, but what do I know
[16:35:34] <nemo_home> nightfreak_: verify authpam works? if it does, then you probably screwed up your db config :)
[16:35:35] *** Mazon is now known as mazon
[16:35:50] *** nemo_home is now known as nemo_work
[16:36:03] <nightfreak_> nemo_work: how do i verify it?
[16:37:14] *** noetik has joined #postfix
[16:37:20] <nemo_work> ... try logging in with a user on that system?
[16:45:04] *** cilly has joined #postfix
[16:50:13] *** GutterPunk has joined #postfix
[16:50:33] *** pmjdebruijn has quit IRC
[16:50:55] *** rmayorga has quit IRC
[16:51:28] *** rmayorga has joined #postfix
[16:52:50] *** MrRagga has joined #postfix
[16:54:59] *** asdas has quit IRC
[16:55:52] *** etaylor has joined #postfix
[16:57:17] *** Zborg has quit IRC
[16:57:25] *** Zborg has joined #postfix
[17:03:16] *** Jax has joined #postfix
[17:14:02] *** Lap_64 has quit IRC
[17:14:34] *** noetik has left #postfix
[17:19:39] *** cutmasta has quit IRC
[17:32:18] <nemo_work> re: my question, I just noticed postfix ships with an spf demo script I can use
[17:55:47] *** bostik has quit IRC
[17:58:03] *** aluchko has joined #postfix
[18:01:38] <cappiz> is it a way to denied all use of smtp?
[18:02:47] *** raqamy_ has quit IRC
[18:03:38] *** [miles] has quit IRC
[18:04:22] *** mazon is now known as Mazon
[18:05:16] <gamaliel> Hola
[18:06:12] 
[18:07:06] *** JoKoT3 has joined #postfix
[18:09:12] *** stony has joined #postfix
[18:09:12] <gamaliel> ayuda por favor
[18:09:17] *** DickensCider has joined #postfix
[18:09:42] <stony> hi
[18:09:43] <gamaliel> como configuro mi postfix para mi ip dinamica?
[18:14:13] <DickensCider> hello: I need to move messages from one mailbox to another. My mailboxes are in maildir format
[18:14:34] *** th3073ch has joined #postfix
[18:20:26] <th3073ch> Hi, I'm getting logfile msgs "mail for mail.XXX.org loops back to myself".  Mailman seems to be working correctly, but I believe that these are coming from bounces from mailman list recipients.  What do I need to modify to fix this?
[18:22:17] *** birmaan has joined #postfix
[18:23:51] *** hemry has joined #postfix
[18:25:13] *** klauwhamer has quit IRC
[18:25:40] *** klauwhamer has joined #postfix
[18:35:59] *** frennkie has joined #postfix
[18:41:44] *** UQlev has quit IRC
[18:45:26] *** seekwill has quit IRC
[18:49:08] *** JoKoT3 has quit IRC
[18:52:00] *** ashd has quit IRC
[18:58:23] *** rik has joined #postfix
[19:02:22] *** devdas has joined #postfix
[19:02:38] *** Y0urM0mMa has joined #postfix
[19:07:47] *** Y0urM0mMa has quit IRC
[19:13:02] *** nightfreak_ has quit IRC
[19:13:40] *** Fullmoon has joined #postfix
[19:16:29] *** DickensCider has quit IRC
[19:17:04] *** integer has joined #postfix
[19:21:40] *** ^em^me^ has quit IRC
[19:23:58] *** integer has left #postfix
[19:39:08] *** Jax has joined #postfix
[19:45:32] *** Jax has quit IRC
[20:05:46] *** sysmonk has joined #postfix
[20:11:06] *** csm-laptop has quit IRC
[20:16:26] *** hparker has joined #postfix
[20:24:13] *** gamaliel has quit IRC
[20:25:54] *** UQlev has joined #postfix
[20:43:08] *** xpoint has joined #postfix
[20:50:42] *** brancaleone has quit IRC
[20:51:59] *** rootsvr has joined #postfix
[20:53:25] *** swampfox has joined #postfix
[20:55:27] *** rootsvr has quit IRC
[20:55:51] *** devdas has left #postfix
[21:11:25] *** stony has quit IRC
[21:13:33] *** Fullmoon has quit IRC
[21:32:47] *** swampfox has quit IRC
[21:38:46] *** UQlev has quit IRC
[21:47:55] *** Kurin has left #postfix
[21:53:21] *** Zeit|awy has joined #postfix
[21:57:36] *** swampfox has joined #postfix
[21:58:52] *** Zeit|idle has quit IRC
[21:59:21] *** cilkay has joined #postfix
[22:00:01] *** Mez has quit IRC
[22:01:57] <cilkay> Hello. I'm doing virtual mail hosting backed by PostgreSQL. One thing I'm finding as the server gets busier is that the number of PG connections goes through the roof. Is there a way to do session pooling to reduce the overhead of setting up and tearing down database connections?
[22:02:26] <cilkay> MySQL would have the same problem.
[22:02:43] <cilkay> I'm not sure how LDAP auth would work. Perhaps that would be better.
[22:09:36] <hparker> Look into proxymap
[22:13:50] <cilkay> Actually, I'm looking at sqlrelay http://sqlrelay.sourceforge.net/ Looks quite interesting.
[22:14:28] *** renkho has joined #postfix
[22:15:27] <renkho> hello, i have a little question, i just converted a mailserver from mailbox to maildirs
[22:15:45] <renkho> all ok with that, but now i found that some users have a file called: sent-mail
[22:15:59] <renkho> so in the new schema should be a folder: .sent-mail
[22:16:22] <renkho> ok, i try to convert that sent-mail too as i did with the mailbox and i got this:
[22:17:03] <renkho> cur/1178136868.61297630766.ns2:2,S
[22:17:32] <renkho> warning: warning: could not parse "From " line: From user@server Wed Apr 19 12:05:23 2006 -0500
[22:17:51] <renkho> where user is the mail, and server ermmm.. the server lol
[22:18:06] <renkho> any idea how i can convert that sent-mail file?
[22:29:20] *** birmaan has quit IRC
[22:33:18] *** kreg_lt has joined #postfix
[22:34:18] <kreg_lt> anyone tried the postfix+cyrus howtow?  I have everything working, except web-cyradm.   i am still unable to log into web-cyradm.  i'm having trouble getting anykind of errors form it to work with.
[22:37:18] <xpoint> hparker, even with proxymap here is see alot mysql queriers from postfix :/
[22:37:45] <hparker> :(
[22:38:15] <xpoint> hparker, maybe proxymap is just brokken and none have reported it ?
[22:39:17] <hparker> don't know... I'm only getting ~2k emails a day, so there's no load
[22:39:54] <xpoint> hparker, you still get more spam sorry mail then me then :-)
[22:39:57] *** Mazon is now known as mazon
[22:42:22] <hparker> Not running my trap atm
[22:44:33] <cilkay> hparker: as far as I can tell, I'm already using proxymap. I have: virtual_mailbox_maps = pgsql:/etc/postfix/mailboxes.cf
[22:44:43] <cilkay> I still see tons of PG connections.
[22:45:42] <hparker> proxy:pgsql:/etc...
[22:45:56] <cilkay> The server is busy enough that I cannot read the output of tail -f /var/log/mail/info - I get several messages per second at any time of the day.
[22:46:32] *** dj-fu has joined #postfix
[22:47:27] *** TheOutlander has quit IRC
[22:47:27] <cilkay> hparker: do you put "proxy:" in front of all references to pgsql?
[22:47:38] <cilkay> If so, it should be easy enough to test.
[22:47:59] <hparker> There's one you can't, it's in the docs...
[22:51:56] <xpoint> hparker, all maps can be proxymapped
[22:52:23] <hparker> istr one couldn't because of password or something
[22:52:29] <hparker> Been awhile
[22:52:57] <xpoint> hparker, see postconf -d | grep proxy
[22:53:23] <xpoint> hparker, special proxy_read_maps
[22:53:30] <hparker> Kinda busy atm, not even logged in that server.. got two others under then gin
[23:03:49] *** seekwill has joined #postfix
[23:04:06] <xpoint> missed virtual_mailbox_limit_maps here in my proxy_read_maps
[23:04:08] *** Zaw has joined #postfix
[23:04:28] *** etaylor has quit IRC
[23:10:18] *** renkho has quit IRC
[23:13:00] *** hemry has quit IRC
[23:13:20] *** pirho has joined #postfix
[23:21:48] *** Kalavera has joined #postfix
[23:23:09] *** aluchko has quit IRC
[23:27:10] *** frennkie has quit IRC
[23:34:10] *** Mc_Fly has joined #postfix
[23:34:42] <Mc_Fly> What do I need to emerge to get saslpasswd2 ?
[23:36:31] *** KenSentMe_ has joined #postfix
[23:40:38] *** MrRagga has quit IRC
[23:41:58] *** Taube is now known as taube
[23:43:36] *** teratorn has joined #postfix
[23:44:06] <teratorn> I have an odd requirement... I need to setup a local postfix MTA which relays email for my local network.
[23:44:11] <teratorn> that in itself is not hard
[23:44:37] <teratorn> but, I want postfix to then take the email I send it, and relay it through a smart-host
[23:44:48] <teratorn> the smart-host requires smtp authentication though
[23:45:03] <teratorn> is that possible?
[23:45:08] <xpoint> yes
[23:45:33] <teratorn> can you point me to some docs, etc?
[23:46:08] <xpoint> change master.cf so there is another listner on another port, and make sure you are the only one that can connect there,
[23:47:06] <xpoint> you can do it with smtp auth olso, but its simpler with firewalls :-)
[23:47:27] <xpoint> if you have static ip in both ends
[23:47:46] <xpoint> else you can only use the smtp auth route
[23:48:00] <teratorn> i don't get it
[23:48:24] <teratorn> I need postfix to deliver its outbound email through my ISPs mail server which requires smth authentication
[23:48:34] <xpoint> you want firtst mta to send to snd mta ?
[23:48:37] *** rik has left #postfix
[23:48:40] <teratorn> instead of delivering it directly to the destination MX as is the default
[23:48:45] <teratorn> yes
[23:49:17] <teratorn> so I see the "relayhost" configuration parameter
[23:49:20] <xpoint> then there is 3 mta in the chaing, its not posible since you dont control the isp
[23:49:28] <teratorn> which I will set to my ISPs mail server
[23:49:54] <teratorn> but I need postfix to use my account information (SMTP Authentication) when connecting
[23:50:19] <xpoint> relayhost is for forced route of mails, is this what you want ?
[23:50:35] <teratorn> I don't know what you mean
[23:51:02] <xpoint> you need to know how to make postfix use smtp auth as client ?
[23:51:09] <teratorn> yep
[23:51:14] <xpoint> ok
[23:51:33] <teratorn> because of all the greylisting and crap that happens on the internet I want to use my ISPs mail server instead of delivering direclty myself
[23:51:40] <xpoint> /etc/postfix/saslauthd
[23:51:51] <xpoint> sorry maybe sasldb
[23:51:54] *** KenSentMe has quit IRC
[23:52:19] <teratorn> I'll check it out, thanks
[23:52:21] <xpoint> this file needs mxhostname username:password
[23:52:36] <xpoint> postmap this file
[23:53:04] <xpoint> then make smtp_sasl and smtp_tls work, then it works
[23:53:26] *** prebur has quit IRC
[23:55:24] <xpoint> teratorn, best would be to make your isp mailserver as fallback_relay then, this way you still key trying send direct and if thay greylist you will send them to you isp
[23:58:39] <teratorn> hmm

top